summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* R600: Remove alu-split.ll testTom Stellard2013-06-27
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* [SystemZ] Fix some embarrassing test typosRichard Sandiford2013-06-27
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-27
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-27
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-27
* [mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka2013-06-26
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-26
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-26
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-26
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* R600: Add v2i32 test for vselectAaron Watry2013-06-25
* R600/SI: Expand xor v2i32/v4i32Aaron Watry2013-06-25
* R600: Add v2i32 test for setcc on evergreenAaron Watry2013-06-25
* R600/SI: Expand urem of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-25
* R600/SI: Expand ashr of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand srl of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand shl of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand or of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand mul of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand and of v2i32/v4i32 for SIAaron Watry2013-06-25
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* R600/SI: Report unaligned memory accesses as legal for > 32-bit typesTom Stellard2013-06-25
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-25
* R600/SI: Add support for v4i32 and v4f32 kernel argsTom Stellard2013-06-25
* R600: Fix typo in R600Schedule.tdTom Stellard2013-06-25
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-24
* llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...NAKAMURA Takumi2013-06-24
* Add -mcpu to some unit tests that only fail on certain hosts.Andrew Trick2013-06-24
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-24
* Add MI-Sched support for x86 macro fusion.Andrew Trick2013-06-23
* Replace with a shorter test case produced by Doug Gillmore.Reed Kotler2013-06-22
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21
* Add '-mcpu=' to prevent breaking on ATOM due to different code scheduleMichael Liao2013-06-21
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* Add missing REQUIRES: asserts in crash.ll.Andrew Trick2013-06-21
* Fix PR16360Michael Liao2013-06-21
* Update physreg live intervals during remat.Andrew Trick2013-06-21
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-20
* R600/SI: Expand sub for v2i32 and v4i32 for SITom Stellard2013-06-20
* R600/SI: Expand add for v2i32 and v4i32Tom Stellard2013-06-20
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-20
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-20
* AArch64: remove accidental test output file.Tim Northover2013-06-18
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-18
* Reenable, improve, and add MI-Sched unit tests.Andrew Trick2013-06-17