2012-08-16 |
Roman Divacky | Revert r162034, r162035 and r162037. |
tree | commitdiff |
2012-08-16 |
Roman Divacky | Define and handle additional fixup kinds. By Adhemerval... |
tree | commitdiff |
2012-08-16 |
Roman Divacky | Add PPC64 relocations definitions, by Adhemerval Zanella. |
tree | commitdiff |
2012-08-16 |
Roman Divacky | Handle PowerPC. |
tree | commitdiff |
2012-08-16 |
Roman Divacky | Fix typo and grammar. By Adhemerval Zanella. |
tree | commitdiff |
2012-08-16 |
Rafael Espindola | Teach GVN to reason about edges dominating uses. This... |
tree | commitdiff |
2012-08-16 |
Nadav Rotem | Add dump/dumpr methods to SDValue. |
tree | commitdiff |
2012-08-16 |
Jush Lu | [arm-fast-isel] Add support for fastcc. |
tree | commitdiff |
2012-08-16 |
Anitha Boyapati | Patch to enable FMA on bdver2 target. Make XOP feature... |
tree | commitdiff |
2012-08-16 |
Anitha Boyapati | (no commit message) |
tree | commitdiff |
2012-08-16 |
Akira Hatanaka | Test case for r162008. |
tree | commitdiff |
2012-08-16 |
Akira Hatanaka | Add Android ABI to Mips backend to handle functions... |
tree | commitdiff |
2012-08-15 |
Victor Oliveira | bug in experimental targets |
tree | commitdiff |
2012-08-15 |
Jakob Stoklund Olesen | Fold predicable instructions into MOVCC / t2MOVCC. |
tree | commitdiff |
2012-08-15 |
Bill Wendling | Remove dead flag. |
tree | commitdiff |
2012-08-15 |
Bill Wendling | Rework test so that it reproduces the error without... |
tree | commitdiff |
2012-08-15 |
Bill Wendling | Remove invalid test. This test requires that dead basic... |
tree | commitdiff |
2012-08-15 |
Sean Callanan | Fixed a problem in the JIT memory allocator where |
tree | commitdiff |
2012-08-15 |
Jakob Stoklund Olesen | Add a CoveringSubRegIndices field to SubRegIndex records. |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | Properly test the LLVM_USE_RVALUE_REFERENCES macro. |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | Properly test the LLVM_USE_RVALUE_REFERENCES macro. |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | [PathV2] Add mapped_file_region. Implementation for... |
tree | commitdiff |
2012-08-15 |
Michael J. Spencer | Add LLVM_DELETED_FUNCTION compatibility macro. |
tree | commitdiff |
2012-08-15 |
Chad Rosier | Fix a typo in VariadicFunction.h that leads to invalid... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix another roundToIntegral bug where very large values... |
tree | commitdiff |
2012-08-15 |
Jakob Stoklund Olesen | Make synthesized sub-register indexes available in... |
tree | commitdiff |
2012-08-15 |
Evan Cheng | Use vld1/vst1 to load/store f64 if alignment is < 4... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix typo in comment. |
tree | commitdiff |
2012-08-15 |
Jakob Stoklund Olesen | Add missing Rfalse operand to the predicated pseudo... |
tree | commitdiff |
2012-08-15 |
Bill Wendling | Set the branch probability of branching to the 'normal... |
tree | commitdiff |
2012-08-15 |
Benjamin Kramer | Fix a const violation in the generated disassembler. |
tree | commitdiff |
2012-08-15 |
Kostya Serebryany | [asan] implement --asan-always-slow-path, which is... |
tree | commitdiff |
2012-08-15 |
Owen Anderson | Fix a problem with APFloat::roundToIntegral where it... |
tree | commitdiff |
2012-08-15 |
Michael Liao | fix infinite loop in instcombine with more than 4GB... |
tree | commitdiff |
2012-08-15 |
Nick Lewycky | Fix a typo that led to a failure to correctly verify... |
tree | commitdiff |
2012-08-15 |
Richard Smith | Fix undefined behavior: don't perform array indexing... |
tree | commitdiff |
2012-08-14 |
Anton Korobeynikov | The names of VFP variants of half-to-float conversion... |
tree | commitdiff |
2012-08-14 |
Eric Christopher | This needs braces. Spotted by Bill. |
tree | commitdiff |
2012-08-14 |
Michael Liao | minor fix of X86ISD::VSEXT_MOVL dump |
tree | commitdiff |
2012-08-14 |
Michael J. Spencer | [yaml2obj] Fix incorrect use of signed values. |
tree | commitdiff |
2012-08-14 |
Michael Liao | fix PR11334 |
tree | commitdiff |
2012-08-14 |
Jim Grosbach | Switch the fixed-length disassembler to be table-driven. |
tree | commitdiff |
2012-08-14 |
Owen Anderson | Fix the construction of the magic constant for roundToI... |
tree | commitdiff |
2012-08-14 |
David Blaikie | Fix the make update target to work even when sub repo... |
tree | commitdiff |
2012-08-14 |
Daniel Dunbar | Update configure. |
tree | commitdiff |
2012-08-14 |
Daniel Dunbar | [configure] Add a --enable-keep-symbols configure flag. |
tree | commitdiff |
2012-08-14 |
Kostya Serebryany | [asan] insert crash basic blocks inline as opposed... |
tree | commitdiff |
2012-08-14 |
Kostya Serebryany | [asan] insert crash basic blocks inline as opposed... |
tree | commitdiff |
2012-08-14 |
Craig Topper | Factor duplicate calls to getUNDEF in several functions. |
tree | commitdiff |
2012-08-14 |
Craig Topper | Re-factor intrinsic lowering to combine common parts... |
tree | commitdiff |
2012-08-14 |
Craig Topper | Change greater than to greater than or equal so that... |
tree | commitdiff |
2012-08-14 |
Richard Smith | Fix undefined behavior: binding null pointer to referen... |
tree | commitdiff |
2012-08-14 |
Nadav Rotem | During the CodeGenPrepare we often lower intrinsics... |
tree | commitdiff |
2012-08-14 |
Eric Christopher | Grammar. |
tree | commitdiff |
2012-08-14 |
Richard Smith | Avoid undefined behavior in DenseMap::shrink_and_clear... |
tree | commitdiff |
2012-08-14 |
Eric Christopher | Typo. |
tree | commitdiff |
2012-08-14 |
NAKAMURA Takumi | llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple... |
tree | commitdiff |
2012-08-13 |
Owen Anderson | Add a roundToIntegral method to APFloat, which can... |
tree | commitdiff |
2012-08-13 |
Jakob Stoklund Olesen | Transfer weights in transferSuccessorsAndUpdatePHIs(). |
tree | commitdiff |
2012-08-13 |
Jakob Stoklund Olesen | Print out MachineBasicBlock successor weights when... |
tree | commitdiff |
2012-08-13 |
Nadav Rotem | LICM uses AliasSet information to hoist and sink instru... |
tree | commitdiff |
2012-08-13 |
Nadav Rotem | MemoryDependenceAnalysis attempts to find the first... |
tree | commitdiff |
2012-08-13 |
Jim Grosbach | ARM: Move Thumb2 tests to Thumb2 test file and fix... |
tree | commitdiff |
2012-08-13 |
Jakob Stoklund Olesen | Remove the TII::scheduleTwoAddrSource() hook. |
tree | commitdiff |
2012-08-13 |
Bill Wendling | Rename test since it's not linux-specific. |
tree | commitdiff |
2012-08-13 |
Manman Ren | ARM: enable struct byval for AAPCS-VFP. |
tree | commitdiff |
2012-08-13 |
Bill Wendling | Whitespace cleanup. |
tree | commitdiff |
2012-08-13 |
Jakob Stoklund Olesen | Count triangles and diamonds in early if-conversion. |
tree | commitdiff |
2012-08-13 |
Jakob Stoklund Olesen | Delete dead typedef. |
tree | commitdiff |
2012-08-13 |
Jakob Stoklund Olesen | Handle extra Tail predecessors in if-conversion. |
tree | commitdiff |
2012-08-13 |
Arnold Schwaighofer | [Hexagon] Don't mark callee saved registers as clobbere... |
tree | commitdiff |
2012-08-13 |
Manman Ren | Fix failure on Atom bot due to r161769 |
tree | commitdiff |
2012-08-13 |
Nadav Rotem | Do not optimize (or (and X,Y), Z) into BFI and other... |
tree | commitdiff |
2012-08-13 |
Manman Ren | X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDr... |
tree | commitdiff |
2012-08-13 |
Eric Christopher | Add support for the %H output modifier. |
tree | commitdiff |
2012-08-13 |
Manman Ren | X86: when auto-detecting the subtarget features, make... |
tree | commitdiff |
2012-08-13 |
Nadav Rotem | Fix a documentation typo. |
tree | commitdiff |
2012-08-13 |
Kostya Serebryany | [asan] remove the code for --asan-merge-callbacks as... |
tree | commitdiff |
2012-08-13 |
Alexander Kornienko | Added test for non-static use of cl::opt (fixed in... |
tree | commitdiff |
2012-08-13 |
Tim Northover | Add test for previous commit correcting NEON load patterns. |
tree | commitdiff |
2012-08-13 |
Tim Northover | Use correct loads for vector types during extending... |
tree | commitdiff |
2012-08-13 |
Craig Topper | Tidy up VSETCC lowering code a bit more by adding an... |
tree | commitdiff |
2012-08-13 |
Craig Topper | Refactor code a bit to share commonalities. No function... |
tree | commitdiff |
2012-08-13 |
Craig Topper | Fix an unused variable warning from r161742. |
tree | commitdiff |
2012-08-13 |
Craig Topper | Remove the LowerMMXCONCAT_VECTORS function. It could... |
tree | commitdiff |
2012-08-12 |
Nick Lewycky | Give this test an explicit triple. |
tree | commitdiff |
2012-08-12 |
Nick Lewycky | When emitting the PC range in an FDE, use the same... |
tree | commitdiff |
2012-08-12 |
Craig Topper | Remove call to setOperationAction for SETCC of v4f32... |
tree | commitdiff |
2012-08-12 |
Craig Topper | Remove unnecessary call to setOperationAction for SETCC... |
tree | commitdiff |
2012-08-12 |
Arnold Schwaighofer | Revert 161581: Patch to implement UMLAL/SMLAL instructi... |
tree | commitdiff |
2012-08-12 |
Craig Topper | Change addTypeForNeon to use MVT instead of EVT so... |
tree | commitdiff |
2012-08-12 |
Craig Topper | Make replace many calls to getSizeInBits() with is128Bi... |
tree | commitdiff |
2012-08-12 |
Craig Topper | Use MVT.isXBitVector instead of EVT.isXBitVector when... |
tree | commitdiff |
2012-08-11 |
Michael Liao | fix PR13577, an issue introduced by r161687 |
tree | commitdiff |
2012-08-11 |
Craig Topper | Create isXBitVector methods in MVT and call them from... |
tree | commitdiff |
2012-08-11 |
Craig Topper | Move setOperationAction for CONCAT_VECTORS for 256... |
tree | commitdiff |
2012-08-11 |
Benjamin Kramer | MachineCSE: Hoist isConstantPhysReg out of the loop... |
tree | commitdiff |
2012-08-11 |
Benjamin Kramer | PR13578: Teach MachineCSE that instructions that use... |
tree | commitdiff |
2012-08-11 |
Craig Topper | Tidy up indentation. No functional change. |
tree | commitdiff |
2012-08-11 |
Craig Topper | Fix a cast that was casting away 'const' unnecessarily |
tree | commitdiff |
next |