aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Add support for 24-bit MAD instructionsTom Stellard2013-07-234-2/+102
* R600: Add support for 24-bit MUL instructionsTom Stellard2013-07-236-5/+159
* R600: Improve support for < 32-bit loadsTom Stellard2013-07-236-25/+106
* R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cppTom Stellard2013-07-232-1/+1
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-235-50/+161
* R600: Use KCache for kernel argumentsTom Stellard2013-07-2321-139/+108
* R600: Simplify assembly for KCache registers using the TableGen !add operatorTom Stellard2013-07-231-4/+4
* R600: Use the same compute kernel calling convention for all GPUsTom Stellard2013-07-234-13/+29
* R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2013-07-232-1/+28
* R600: Clean up extended load patternsTom Stellard2013-07-236-16/+33
* R600: Expand vector FNEGTom Stellard2013-07-232-0/+29
* Revert r186907 to fix bots.Craig Topper2013-07-231-1/+1
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-231-1/+1
* Add aliases to map 'imm, mem' form of x86 bts/btr/btc without a size suffix t...Craig Topper2013-07-231-0/+7
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-2319-21/+65
* Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %...Craig Topper2013-07-231-4/+4
* Suppress argumentless aliases for some x86 FP operations from being used by t...Craig Topper2013-07-231-14/+14
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-221-7/+7
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-221-1/+1
* Use switch instead of if. No functionality change.Jakub Staszak2013-07-221-14/+17
* Remove trailing spaces.Jakub Staszak2013-07-221-37/+37
* Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky2013-07-221-0/+33
* Typo.Eric Christopher2013-07-221-1/+1
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-221-14/+16
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-222-3/+89
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-221-1/+1
* Silence gcc warning.Richard Trieu2013-07-221-1/+1
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-224-15/+96
* Change tabs to spaces.Jakub Staszak2013-07-221-2/+2
* Fix typo in test.Jakub Staszak2013-07-221-1/+1
* [stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBa...Michael Gottesman2013-07-221-2/+2
* Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper2013-07-222-43/+43
* [stackprotector] Refactored ssp prologue creation code into its own helper fu...Michael Gottesman2013-07-221-35/+41
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-222-3/+25
* Recommit r186217 with testcase fix:Bill Wendling2013-07-227-28/+23
* [mips] Fix MipsAsmParser::parseCCRRegs.Akira Hatanaka2013-07-222-18/+13
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-222-1/+3
* Fix spelling and grammarMatt Arsenault2013-07-221-12/+12
* Fix missing constMatt Arsenault2013-07-221-1/+1
* [mips] Use ADDu instead of OR to copy general purpose registers. Also, deleteAkira Hatanaka2013-07-224-12/+7
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-2220-0/+9374
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-222-0/+34
* Fix typo.Eric Christopher2013-07-221-3/+3
* Formatting.Eric Christopher2013-07-221-1/+1
* MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-221-2/+14
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-221-2/+2
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-221-3/+0
* Option parsing: allow aliases in groupsHans Wennborg2013-07-223-6/+16
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-2210-39/+93
* Replace archive members in the old position.Rafael Espindola2013-07-222-51/+97