summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-23
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-23
* Remove some errant space charcters in mnemonic strings.Craig Topper2013-07-23
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-23
* R600: Add support for 24-bit MAD instructionsTom Stellard2013-07-23
* R600: Add support for 24-bit MUL instructionsTom Stellard2013-07-23
* R600: Improve support for < 32-bit loadsTom Stellard2013-07-23
* R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cppTom Stellard2013-07-23
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-23
* R600: Use KCache for kernel argumentsTom Stellard2013-07-23
* R600: Simplify assembly for KCache registers using the TableGen !add operatorTom Stellard2013-07-23
* R600: Use the same compute kernel calling convention for all GPUsTom Stellard2013-07-23
* R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2013-07-23
* R600: Clean up extended load patternsTom Stellard2013-07-23
* R600: Expand vector FNEGTom Stellard2013-07-23
* Revert r186907 to fix bots.Craig Topper2013-07-23
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-23
* Add aliases to map 'imm, mem' form of x86 bts/btr/btc without a size suffix t...Craig Topper2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %...Craig Topper2013-07-23
* Suppress argumentless aliases for some x86 FP operations from being used by t...Craig Topper2013-07-23
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-22
* Use switch instead of if. No functionality change.Jakub Staszak2013-07-22
* Remove trailing spaces.Jakub Staszak2013-07-22
* Typo.Eric Christopher2013-07-22
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-22
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-22
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-22
* Silence gcc warning.Richard Trieu2013-07-22
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-22
* Change tabs to spaces.Jakub Staszak2013-07-22
* [stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBa...Michael Gottesman2013-07-22
* Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper2013-07-22
* [stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman2013-07-22
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-22
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* [mips] Fix MipsAsmParser::parseCCRRegs.Akira Hatanaka2013-07-22
* Fix spelling and grammarMatt Arsenault2013-07-22
* [mips] Use ADDu instead of OR to copy general purpose registers. Also, deleteAkira Hatanaka2013-07-22
* Formatting.Eric Christopher2013-07-22
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-22
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-22
* Option parsing: allow aliases in groupsHans Wennborg2013-07-22
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-22
* Revert "More Intel syntax alias fixes."Tim Northover2013-07-22
* Fix typo. Change %cl to CL in Intel pattern.Craig Topper2013-07-22
* More Intel syntax alias fixes.Craig Topper2013-07-22
* More Intel syntax alias fixes.Craig Topper2013-07-22
* Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.Craig Topper2013-07-22