summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25XXX: Workingimage-supportTom Stellard3-32/+104
2013-07-23DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Freetstellar7-190/+61
2013-07-23R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessarytstellar3-44/+129
2013-07-23Debug Info: improve the Finder.Manman Ren10-21/+34
2013-07-23Debug Info: clean up.Manman Ren1-18/+6
2013-07-23Remove unused function.Eric Christopher2-10/+0
2013-07-23[ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2-1/+17
2013-07-23Keep similar classes near each other. No functional change.Eric Christopher1-119/+119
2013-07-23Fix spellingMatt Arsenault1-1/+1
2013-07-2380-column.Eric Christopher1-1/+5
2013-07-23Reformat options.Eric Christopher1-40/+41
2013-07-23Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky1-2/+3
2013-07-23Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky1-6/+27
2013-07-23Debug Info: code cleanup, use getNodeField if possible.Manman Ren1-28/+15
2013-07-23Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola8-33/+48
2013-07-23Fix use of the getOpenFile api.Rafael Espindola1-2/+2
2013-07-23DebugInfo Verifier: verify the actual type.Manman Ren1-0/+10
2013-07-23Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2-23/+12
2013-07-23docs: Update old VS 2008 references.Ahmed Bougacha1-4/+3
2013-07-23docs: cleanup VS 2008 release note.Ahmed Bougacha1-1/+1
2013-07-23docs: Correct reST link.Ahmed Bougacha1-1/+1
2013-07-23Update docs to drop support for VS 2008.Ahmed Bougacha2-2/+6
2013-07-23Add not so that these tests pass with pipefail enabled.Rafael Espindola3-3/+3
2013-07-23Add -disable-debug-info-verifier.Rafael Espindola1-1/+1
2013-07-23Fix the build in c++03 mode.Rafael Espindola1-2/+9
2013-07-23Add an initial implementation of archive symbol table generation.Rafael Espindola3-69/+230
2013-07-23Remove some errant space charcters in mnemonic strings.Craig Topper2-12/+12
2013-07-23remove unnecessary spaceShuxin Yang1-1/+1
2013-07-23llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi1-1/+1
2013-07-23Remove 'else' after 'return'. No functional change.Craig Topper1-2/+1
2013-07-23Remove trailing whitespace.Craig Topper1-26/+26
2013-07-23Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper4-13/+13
2013-07-23R600: Add support for 24-bit MAD instructionsTom Stellard4-2/+102
2013-07-23R600: Add support for 24-bit MUL instructionsTom Stellard6-5/+159
2013-07-23R600: Improve support for < 32-bit loadsTom Stellard6-25/+106
2013-07-23R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cppTom Stellard2-1/+1
2013-07-23R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard5-50/+161
2013-07-23R600: Use KCache for kernel argumentsTom Stellard21-139/+108
2013-07-23R600: Simplify assembly for KCache registers using the TableGen !add operatorTom Stellard1-4/+4
2013-07-23R600: Use the same compute kernel calling convention for all GPUsTom Stellard4-13/+29
2013-07-23R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2-1/+28
2013-07-23R600: Clean up extended load patternsTom Stellard6-16/+33
2013-07-23R600: Expand vector FNEGTom Stellard2-0/+29
2013-07-23Revert r186907 to fix bots.Craig Topper1-1/+1
2013-07-23Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper1-1/+1
2013-07-23Add aliases to map 'imm, mem' form of x86 bts/btr/btc without a size suffix t...Craig Topper1-0/+7
2013-07-23Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren19-21/+65
2013-07-23Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %...Craig Topper1-4/+4
2013-07-23Suppress argumentless aliases for some x86 FP operations from being used by t...Craig Topper1-14/+14
2013-07-22Fix typo (ponted -> pointed)Matt Arsenault1-7/+7