aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-013-4/+9
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-011-5/+32
* Add a newline.Chad Rosier2013-07-011-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-07-012-17/+19
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-012-0/+27
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-011-15/+23
* Make PBQP require/preserve MachineLoopInfo - the spiller requires it.Lang Hames2013-07-011-0/+3
* [mips] Reverse the order of source operands of shift and rotate instructions ...Akira Hatanaka2013-07-012-8/+8
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-011-0/+1
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-011-4/+9
* Fix the build after r185363. Use llvm::next instead of raw next.Cameron Zwarich2013-07-011-1/+1
* Add jump tables handling for MSP430.Anton Korobeynikov2013-07-012-0/+11
* Fix PR16508.Cameron Zwarich2013-07-011-4/+8
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-011-0/+3
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-013-17/+22
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-011-5/+1
* Debug Info: Scope of a DebugLoc should not be null.Manman Ren2013-07-011-6/+3
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-011-0/+34
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-011-0/+7
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-012-0/+9
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-011-1/+1
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-012-5/+12
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-011-1/+5
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-011-0/+10
* [NVPTX] We dont use NVBuiltin anymoreJustin Holewinski2013-07-012-3/+0
* [NVPTX] Cut down on physical register defsJustin Holewinski2013-07-013-28/+13
* [NVPTX] 64-bit ADDC/ADDE are not legalJustin Holewinski2013-07-011-0/+3
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-012-156/+9
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-011-19/+25
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-012-4/+32
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-012-112/+430
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-011-1/+2
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-011-0/+7
* R600: Fix an unitialized variable in R600InstrInfo.cppVincent Lejeune2013-06-301-1/+1
* X86: POP*rmm: move address operand to (ins) from (outs).Ahmed Bougacha2013-06-301-3/+3
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-301-28/+60
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-301-2/+2
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-291-10/+18
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-291-2/+2
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-291-4/+9
* R600: Unbreak GCC build.Benjamin Kramer2013-06-291-1/+2
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-297-90/+246
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-293-12/+12
* misched: Compress pairs returned by getUnderlyingObjectsForInstr.Benjamin Kramer2013-06-291-12/+15
* LoopVectorizer: Pack MemAccessInfo pairs.Benjamin Kramer2013-06-291-25/+22
* Move helper classes into anonymous namespaces.Benjamin Kramer2013-06-291-0/+6
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-291-2/+1
* InstCombine: Small whitespace cleanup in FoldGEPICmpDavid Majnemer2013-06-291-1/+1
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-291-44/+77
* We preserve the CFG and some of the analysis passes.Nadav Rotem2013-06-291-0/+3