aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-237-190/+61
* R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessaryTom Stellard2013-07-233-44/+129
* Debug Info: improve the Finder.Manman Ren2013-07-2310-21/+34
* Debug Info: clean up.Manman Ren2013-07-231-18/+6
* Remove unused function.Eric Christopher2013-07-232-10/+0
* [ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2013-07-232-1/+17
* Keep similar classes near each other. No functional change.Eric Christopher2013-07-231-119/+119
* Fix spellingMatt Arsenault2013-07-231-1/+1
* 80-column.Eric Christopher2013-07-231-1/+5
* Reformat options.Eric Christopher2013-07-231-40/+41
* Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky2013-07-231-2/+3
* Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky2013-07-231-6/+27
* Debug Info: code cleanup, use getNodeField if possible.Manman Ren2013-07-231-28/+15
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-238-33/+48
* Fix use of the getOpenFile api.Rafael Espindola2013-07-231-2/+2
* DebugInfo Verifier: verify the actual type.Manman Ren2013-07-231-0/+10
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-232-23/+12
* docs: Update old VS 2008 references.Ahmed Bougacha2013-07-231-4/+3
* docs: cleanup VS 2008 release note.Ahmed Bougacha2013-07-231-1/+1
* docs: Correct reST link.Ahmed Bougacha2013-07-231-1/+1
* Update docs to drop support for VS 2008.Ahmed Bougacha2013-07-232-2/+6
* Add not so that these tests pass with pipefail enabled.Rafael Espindola2013-07-233-3/+3
* Add -disable-debug-info-verifier.Rafael Espindola2013-07-231-1/+1
* Fix the build in c++03 mode.Rafael Espindola2013-07-231-2/+9
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-233-69/+230
* Remove some errant space charcters in mnemonic strings.Craig Topper2013-07-232-12/+12
* remove unnecessary spaceShuxin Yang2013-07-231-1/+1
* llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi2013-07-231-1/+1
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-231-2/+1
* Remove trailing whitespace.Craig Topper2013-07-231-26/+26
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-234-13/+13
* 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