aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-141-30/+27
* Factor duplicate calls to getUNDEF in several functions.Craig Topper2012-08-141-10/+10
* Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper2012-08-141-34/+133
* Change greater than to greater than or equal so that an identical sized store...Craig Topper2012-08-141-1/+1
* Fix undefined behavior: binding null pointer to reference. No functionality c...Richard Smith2012-08-141-1/+1
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-141-0/+39
* Grammar.Eric Christopher2012-08-141-1/+1
* Typo.Eric Christopher2012-08-141-1/+1
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-133-0/+86
* Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen2012-08-131-5/+7
* Print out MachineBasicBlock successor weights when available.Jakob Stoklund Olesen2012-08-131-1/+4
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-131-0/+5
* MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem2012-08-131-2/+7
* Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen2012-08-133-58/+0
* ARM: enable struct byval for AAPCS-VFP.Manman Ren2012-08-131-0/+3
* Whitespace cleanup.Bill Wendling2012-08-131-7/+7
* Count triangles and diamonds in early if-conversion.Jakob Stoklund Olesen2012-08-131-0/+16
* Delete dead typedef.Jakob Stoklund Olesen2012-08-131-2/+0
* Handle extra Tail predecessors in if-conversion.Jakob Stoklund Olesen2012-08-131-20/+67
* [Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer2012-08-131-9/+3
* Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD...Nadav Rotem2012-08-131-1/+5
* X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren2012-08-131-6/+6
* Add support for the %H output modifier.Eric Christopher2012-08-131-2/+15
* X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren2012-08-131-2/+2
* [asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...Kostya Serebryany2012-08-131-78/+8
* Use correct loads for vector types during extending-load operations.Tim Northover2012-08-131-36/+36
* Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...Craig Topper2012-08-131-7/+9
* Refactor code a bit to share commonalities. No functional change intended.Craig Topper2012-08-131-20/+21
* Fix an unused variable warning from r161742.Craig Topper2012-08-131-3/+0
* Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...Craig Topper2012-08-133-57/+1
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-9/+6
* Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...Craig Topper2012-08-121-1/+0
* Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42....Craig Topper2012-08-121-3/+0
* Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARMArnold Schwaighofer2012-08-125-251/+17
* Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple...Craig Topper2012-08-122-51/+46
* Make replace many calls to getSizeInBits() with is128BitVector/is256BitVectorCraig Topper2012-08-121-60/+65
* Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac...Craig Topper2012-08-121-41/+35
* fix PR13577, an issue introduced by r161687Michael Liao2012-08-111-1/+19
* Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...Craig Topper2012-08-111-7/+2
* MachineCSE: Hoist isConstantPhysReg out of the loop, it checks for overlaps a...Benjamin Kramer2012-08-111-4/+3
* PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer2012-08-111-2/+5
* Tidy up indentation. No functional change.Craig Topper2012-08-111-25/+25
* Fix a cast that was casting away 'const' unnecessarily Craig Topper2012-08-111-1/+1
* Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...Craig Topper2012-08-111-2/+4
* X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren2012-08-101-2/+5
* Add a proper if-conversion cost model.Jakob Stoklund Olesen2012-08-101-13/+77
* Give MachineTraceMetrics its own debug tag.Jakob Stoklund Olesen2012-08-101-1/+1
* Add more trace query functions.Jakob Stoklund Olesen2012-08-102-0/+42
* The normal edge of an invoke is not allowed to branch to a block with aEli Friedman2012-08-101-1/+1
* ARM: enable struct byval for AAPCS.Manman Ren2012-08-101-0/+3