aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-265-5/+5
* Add a target legalize hook for SplitVectorOperand (again)Justin Holewinski2013-07-262-0/+43
* Revert "Add a target legalize hook for SplitVectorOperand"Rafael Espindola2013-07-262-41/+0
* Add a target legalize hook for SplitVectorOperandJustin Holewinski2013-07-262-0/+41
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-262-26/+70
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-263-17/+380
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-262-0/+236
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-251-0/+24
* Remove dead code from the makefile build system.Rafael Espindola2013-07-251-12/+0
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2523-162/+170
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-2544-4573/+0
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-254-12/+6
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-2518-74/+69
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-2515-19/+19
* AArch64: add llc-based tests for previous commit.Tim Northover2013-07-252-2/+15
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+35
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-251-0/+22
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-254-0/+209
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-255-0/+486
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-257-2/+538
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2534-167/+172
* Respect llvm.used in Internalize.Rafael Espindola2013-07-251-0/+20
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-251-0/+17
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-253-32/+50
* Update testing cases to pass debug info verifier.Manman Ren2013-07-2426-208/+223
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-241-0/+59
* Update testing cases to pass debug info verifier.Manman Ren2013-07-246-57/+62
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-243-3/+3
* [mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic2013-07-241-1/+0
* Debug Info: improve the Finder.Manman Ren2013-07-2411-62/+64
* Update testing cases to pass debug info verifier.Manman Ren2013-07-243-39/+40
* Add -disable-debug-info-verifier to a RUN line.Rafael Espindola2013-07-241-1/+1
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-241-0/+37
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-241-0/+37
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-243-28/+31
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-233-186/+38
* R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessaryTom Stellard2013-07-231-25/+122
* Debug Info: improve the Finder.Manman Ren2013-07-239-21/+25
* [ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2013-07-231-0/+14
* 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
* Add an initial implementation of archive symbol table generation.Rafael Espindola2013-07-232-0/+18
* llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi2013-07-231-1/+1
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-233-12/+12
* R600: Add support for 24-bit MAD instructionsTom Stellard2013-07-232-0/+90
* R600: Add support for 24-bit MUL instructionsTom Stellard2013-07-232-0/+84
* R600: Improve support for < 32-bit loadsTom Stellard2013-07-232-14/+67
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-231-1/+1
* R600: Use KCache for kernel argumentsTom Stellard2013-07-2317-90/+86
* R600: Use the same compute kernel calling convention for all GPUsTom Stellard2013-07-231-2/+2