summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Add Intel variants to aliases for some FP instructions.Craig Topper2013-07-22
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-22
* Reverse operands for Intel syntax form of 'bt' alias.Craig Topper2013-07-22
* Delete unused helper functions.Nadav Rotem2013-07-22
* Added missing - in the header of PrologEpilogInserter.h so that editors prope...Michael Gottesman2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer2013-07-21
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...Craig Topper2013-07-21
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-21
* Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth2013-07-21
* Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth2013-07-21