summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Remove dead code from the makefile build system.Rafael Espindola1-12/+0
2013-07-25Debug Info: improve the verifier to check field types.Manman Ren23-162/+170
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola44-4573/+0
2013-07-25Evict local live ranges if they can be reassigned.Andrew Trick4-12/+6
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick18-74/+69
2013-07-25Current batch of -disable-debug-info-verifier.Rafael Espindola15-19/+19
2013-07-25AArch64: add llc-based tests for previous commit.Tim Northover2-2/+15
2013-07-25Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski1-0/+35
2013-07-25[SystemZ] Rework compare and branch supportRichard Sandiford1-0/+22
2013-07-25[SystemZ] Add LOCR and LOCGRRichard Sandiford4-0/+209
2013-07-25[SystemZ] Add LOC and LOCGRichard Sandiford5-0/+486
2013-07-25[SystemZ] Add STOC and STOCGRichard Sandiford7-2/+538
2013-07-25Debug Info: improve the verifier to check field types.Manman Ren34-167/+172
2013-07-25Respect llvm.used in Internalize.Rafael Espindola1-0/+20
2013-07-25Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky1-0/+17
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling3-32/+50
2013-07-24Update testing cases to pass debug info verifier.Manman Ren26-208/+223
2013-07-24Fix a bug in IfConverter with nested predicates.Quentin Colombet1-0/+59
2013-07-24Update testing cases to pass debug info verifier.Manman Ren6-57/+62
2013-07-24add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola3-3/+3
2013-07-24[mips] Remove XFAIL from test-ptr-reloc-remote.llPetar Jovanovic1-1/+0
2013-07-24Debug Info: improve the Finder.Manman Ren11-62/+64
2013-07-24Update testing cases to pass debug info verifier.Manman Ren3-39/+40
2013-07-24Add -disable-debug-info-verifier to a RUN line.Rafael Espindola1-1/+1
2013-07-24Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth1-0/+37
2013-07-24Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth1-0/+37
2013-07-24Update testing cases to make them pass debug info verification.Manman Ren3-28/+31
2013-07-23DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard3-186/+38
2013-07-23R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessaryTom Stellard1-25/+122
2013-07-23Debug Info: improve the Finder.Manman Ren9-21/+25
2013-07-23[ARM][ISel] Improve the lowering of vector loads.Quentin Colombet1-0/+14
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-23Add an initial implementation of archive symbol table generation.Rafael Espindola2-0/+18
2013-07-23llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...NAKAMURA Takumi1-1/+1
2013-07-23Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper3-12/+12
2013-07-23R600: Add support for 24-bit MAD instructionsTom Stellard2-0/+90
2013-07-23R600: Add support for 24-bit MUL instructionsTom Stellard2-0/+84
2013-07-23R600: Improve support for < 32-bit loadsTom Stellard2-14/+67
2013-07-23R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard1-1/+1
2013-07-23R600: Use KCache for kernel argumentsTom Stellard17-90/+86
2013-07-23R600: Use the same compute kernel calling convention for all GPUsTom Stellard1-2/+2
2013-07-23R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard1-0/+19
2013-07-23R600: Clean up extended load patternsTom Stellard2-1/+2
2013-07-23R600: Expand vector FNEGTom Stellard1-0/+26
2013-07-23Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren16-17/+17
2013-07-22When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem1-0/+58
2013-07-22Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2-0/+62
2013-07-22Fix typo in test.Jakub Staszak1-1/+1
2013-07-22Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper1-15/+15