summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-01
* (1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.Matt Beaumont-Gay2013-07-01
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-01
* Debug Info: Scope of a DebugLoc should not be null.Manman Ren2013-07-01
* [PowerPC] Fix @got references to local symbolsUlrich Weigand2013-07-01
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-01
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-01
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-01
* [PowerPC] Add some existing instructions to ppc64-encoding-bookII.sUlrich Weigand2013-07-01
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-01
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-01
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-01
* [NVPTX] We dont use NVBuiltin anymoreJustin Holewinski2013-07-01
* [NVPTX] Cut down on physical register defsJustin Holewinski2013-07-01
* [NVPTX] 64-bit ADDC/ADDE are not legalJustin Holewinski2013-07-01
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-01
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-01
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-01
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-01
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-01
* llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi2013-07-01
* Added the test missed from r185080.Serge Pavlov2013-07-01
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-01
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-01
* R600: Fix an unitialized variable in R600InstrInfo.cppVincent Lejeune2013-06-30
* X86: POP*rmm: move address operand to (ins) from (outs).Ahmed Bougacha2013-06-30
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-30
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-29
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-29
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-29
* R600: Unbreak GCC build.Benjamin Kramer2013-06-29
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-29
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-29
* misched: Compress pairs returned by getUnderlyingObjectsForInstr.Benjamin Kramer2013-06-29
* LoopVectorizer: Pack MemAccessInfo pairs.Benjamin Kramer2013-06-29
* Move helper classes into anonymous namespaces.Benjamin Kramer2013-06-29
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-29
* InstCombine: Small whitespace cleanup in FoldGEPICmpDavid Majnemer2013-06-29
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-29
* We preserve the CFG and some of the analysis passes.Nadav Rotem2013-06-29
* Update docs.Nadav Rotem2013-06-29
* Debug Info: clean up usage of Verify.Manman Ren2013-06-29
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-28
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-28
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-28
* Fix copypaste error in test.Matt Arsenault2013-06-28
* Fix extra whitespace / formattingMatt Arsenault2013-06-28
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28