aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-14Update configure.Daniel Dunbar
2012-08-14[configure] Add a --enable-keep-symbols configure flag.Daniel Dunbar
2012-08-14[asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany
2012-08-14[asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany
2012-08-14Factor duplicate calls to getUNDEF in several functions.Craig Topper
2012-08-14Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper
2012-08-14Change greater than to greater than or equal so that an identical sized store...Craig Topper
2012-08-14Fix undefined behavior: binding null pointer to reference. No functionality c...Richard Smith
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-08-14Grammar.Eric Christopher
2012-08-14Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)Richard Smith
2012-08-14Typo.Eric Christopher
2012-08-14llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, o...NAKAMURA Takumi
2012-08-13Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson
2012-08-13Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen
2012-08-13Print out MachineBasicBlock successor weights when available.Jakob Stoklund Olesen
2012-08-13LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem
2012-08-13MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem
2012-08-13ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.Jim Grosbach
2012-08-13Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen
2012-08-13Rename test since it's not linux-specific.Bill Wendling
2012-08-13ARM: enable struct byval for AAPCS-VFP.Manman Ren
2012-08-13Whitespace cleanup.Bill Wendling
2012-08-13Count triangles and diamonds in early if-conversion.Jakob Stoklund Olesen
2012-08-13Delete dead typedef.Jakob Stoklund Olesen
2012-08-13Handle extra Tail predecessors in if-conversion.Jakob Stoklund Olesen
2012-08-13[Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer
2012-08-13Fix failure on Atom bot due to r161769Manman Ren
2012-08-13Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD...Nadav Rotem
2012-08-13X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren
2012-08-13Add support for the %H output modifier.Eric Christopher
2012-08-13Ignore known externally-homed tools.David Blaikie
2012-08-13X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren
2012-08-13Fix a documentation typo.Nadav Rotem
2012-08-13[asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...Kostya Serebryany
2012-08-13Added test for non-static use of cl::opt (fixed in r160170)Alexander Kornienko
2012-08-13Add test for previous commit correcting NEON load patterns.Tim Northover
2012-08-13Use correct loads for vector types during extending-load operations.Tim Northover
2012-08-13Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...Craig Topper
2012-08-13Refactor code a bit to share commonalities. No functional change intended.Craig Topper
2012-08-13Fix an unused variable warning from r161742.Craig Topper
2012-08-13Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...Craig Topper
2012-08-12Give this test an explicit triple.Nick Lewycky
2012-08-12When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky
2012-08-12Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...Craig Topper
2012-08-12Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42....Craig Topper
2012-08-12Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARMArnold Schwaighofer
2012-08-12Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple...Craig Topper
2012-08-12Make replace many calls to getSizeInBits() with is128BitVector/is256BitVectorCraig Topper
2012-08-12Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac...Craig Topper