summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* 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
* R600: PV stores Reg id, not indexVincent Lejeune2013-06-17
* R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.Vincent Lejeune2013-06-17
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* DebugInfo: follow up to 184045 to constrain the tests further to ensure they ...David Blaikie2013-06-15
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-15
* R600: Add SI load support for v[24]i32 and store for v2i32Tom Stellard2013-06-15
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-14
* R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard2013-06-14
* Mark rematerialized super/sub registers as dead.Tim Northover2013-06-14
* SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...Stephen Lin2013-06-14
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-14
* X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equ...Benjamin Kramer2013-06-14
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-14
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-13
* [mips] Add an IR transformation pass that optimizes calls to sqrt.Akira Hatanaka2013-06-11
* X86: Stop LEA64_32r doing unspeakable things to its arguments.Tim Northover2013-06-10
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-10
* Add test for ARM FastISel load/store register classesJF Bastien2013-06-10
* Fix a regression I introduced when I expanded the complex pseudos inReed Kotler2013-06-09
* Refine the ARM EHABI test cases.Logan Chien2013-06-09
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-09
* Removed PackedDouble domain from scalar instructions. Added more formats for ...Elena Demikhovsky2013-06-09
* [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc bac...Venkatraman Govindaraju2013-06-08
* Reapply r183552. This time, use a standard type for the option to avoid templateQuentin Colombet2013-06-08
* R600: Anti dep better handled in tex clauseVincent Lejeune2013-06-07
* Add missing zextloadi1 to i64 patterns. PR16721.Jakob Stoklund Olesen2013-06-07
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-07
* Revert commits related to stack warning.Quentin Colombet2013-06-07
* Explicit triple in warn stack size test cases to not depend on OS.Quentin Colombet2013-06-07
* R600: Fix calculation of stack offset in AMDGPUFrameLoweringTom Stellard2013-06-07