aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-13X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren
2012-08-13[asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...Kostya Serebryany
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-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
2012-08-11fix PR13577, an issue introduced by r161687Michael Liao
2012-08-11Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...Craig Topper
2012-08-11MachineCSE: Hoist isConstantPhysReg out of the loop, it checks for overlaps a...Benjamin Kramer
2012-08-11PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer
2012-08-11Tidy up indentation. No functional change.Craig Topper
2012-08-11Fix a cast that was casting away 'const' unnecessarily Craig Topper
2012-08-11Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...Craig Topper
2012-08-10X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren
2012-08-10Add a proper if-conversion cost model.Jakob Stoklund Olesen
2012-08-10Give MachineTraceMetrics its own debug tag.Jakob Stoklund Olesen
2012-08-10Add more trace query functions.Jakob Stoklund Olesen
2012-08-10The normal edge of an invoke is not allowed to branch to a block with aEli Friedman
2012-08-10ARM: enable struct byval for AAPCS.Manman Ren
2012-08-10Add getTPred() and getFPred() functions.Jakob Stoklund Olesen
2012-08-10Include loop-carried dependencies when computing instr heights.Jakob Stoklund Olesen
2012-08-10add X86-specific DAG optimization to simplify boolean testMichael Liao
2012-08-10Constify some basic blocks, no functionality change.Rafael Espindola
2012-08-10remove tailing whitespaces and test commitMichael Liao
2012-08-10Move BasicBlockEdge to the cpp file. No functionality change.Rafael Espindola
2012-08-10stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger
2012-08-10Add some missing includes for the build against stdcxx.Joerg Sonnenberger
2012-08-10Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...Pete Cooper
2012-08-10Update edge weights correctly in replaceSuccessor().Jakob Stoklund Olesen
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2012-08-10Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen
2012-08-10Also update MRI use lists when changing a use to a def and vice versa.Jakob Stoklund Olesen
2012-08-10[ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier
2012-08-09Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen