aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change if (cond) ... else llvm_unreachable("text") to assert(cond && "text") ...Richard Trieu2013-07-011-7/+5
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-012-8/+14
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-017-9/+38
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-013-12/+54
* 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-013-0/+61
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-013-36/+44
* Make PBQP require/preserve MachineLoopInfo - the spiller requires it.Lang Hames2013-07-011-0/+3
* [docs] Amend confusing titleSean Silva2013-07-011-3/+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-012-0/+3
* [mips] Increase the number of floating point control registers available to 32.Akira Hatanaka2013-07-015-20/+25
* [mips] Fix test case to check that mips64 instructions are generated.Akira Hatanaka2013-07-011-4/+4
* Really fix the test. Sorry for the breakage...Anton Korobeynikov2013-07-011-1/+1
* Fix the test which relies on uncommitted changeAnton Korobeynikov2013-07-011-1/+1
* 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-013-0/+65
* Fix PR16508.Cameron Zwarich2013-07-012-4/+36
* Don't form PPC CTR loops for over-sized exit countsHal Finkel2013-07-012-0/+26
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-014-17/+36
* (1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.Matt Beaumont-Gay2013-07-014-3/+3
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-013-95/+57
* 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-012-0/+80
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-012-4/+15
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-013-1/+11
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-011-1/+1
* [PowerPC] Add some existing instructions to ppc64-encoding-bookII.sUlrich Weigand2013-07-011-3/+8
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-013-9/+19
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-013-57/+95
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-012-0/+20
* [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-012-0/+22
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-013-156/+22
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-012-19/+41
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-013-4/+143
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-013-112/+451
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-012-1/+16
* llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi2013-07-012-2/+5
* Added the test missed from r185080.Serge Pavlov2013-07-011-0/+13
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-015-9/+27
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-012-0/+39
* 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-302-28/+115
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-302-5/+19
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-292-10/+33
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-291-2/+2