aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-291-1/+25
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-2715-61/+64
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-262-2/+2
* [mips] Implement llvm.trap intrinsic.Akira Hatanaka2013-07-261-0/+11
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-2625-59/+85
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-263-24/+24
* 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
* PPC32 va_list is an actual structure so va_copy needs to copy the wholeRoman Divacky2013-07-251-0/+24
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2514-97/+100
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-2517-1410/+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-2517-73/+68
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-257-9/+9
* AArch64: add llc-based tests for previous commit.Tim Northover2013-07-252-2/+15
* [SystemZ] Rework compare and branch supportRichard Sandiford2013-07-251-0/+22
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-251-0/+25
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-252-0/+260
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-254-2/+312
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-2514-82/+83
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-252-30/+48
* Update testing cases to pass debug info verifier.Manman Ren2013-07-249-82/+83
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-241-0/+59
* Debug Info: improve the Finder.Manman Ren2013-07-248-56/+58
* Update testing cases to pass debug info verifier.Manman Ren2013-07-243-39/+40
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-242-21/+22
* 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-236-18/+22
* [ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2013-07-231-0/+14
* 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
* R600: Use correct LoadExtType when lowering kernel argumentsTom Stellard2013-07-231-0/+19
* R600: Clean up extended load patternsTom Stellard2013-07-232-1/+2
* R600: Expand vector FNEGTom Stellard2013-07-231-0/+26
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-236-7/+7
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-225-12/+12
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-221-0/+43
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-192-3/+35
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-193-6/+129
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-191-1/+1
* [SystemZ] Add tests for ALHSIK and ALGHSIKRichard Sandiford2013-07-191-0/+71
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-195-4/+50
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-192-0/+134
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-1910-8/+90