summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-20
* 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
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* 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
* 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
* X86: Stop LEA64_32r doing unspeakable things to its arguments.Tim Northover2013-06-10
* Removed PackedDouble domain from scalar instructions. Added more formats for ...Elena Demikhovsky2013-06-09
* Reapply r183552. This time, use a standard type for the option to avoid templateQuentin Colombet2013-06-08
* 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
* Add a backend option to warn on a given stack size limit.Quentin Colombet2013-06-07
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-07
* Support OpenBSD's native frame protection conventions.Rafael Espindola2013-06-07
* [PATCH] Fix VGATHER* operand constraintsMichael Liao2013-06-05
* Revert r183069: "TMP: LEA64_32r fixing"Tim Northover2013-06-01
* TMP: LEA64_32r fixingTim Northover2013-06-01
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-31
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-31
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-31
* Force a triple so we don't get bitten by windows' different regalloc.Benjamin Kramer2013-05-30
* Force fragile test to the atom scheduler model.Benjamin Kramer2013-05-30
* X86: allow registers 8-15 in testTim Northover2013-05-30
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-30
* This testcase tests command line attributes which we don't yet support.Bill Wendling2013-05-30
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-27
* Add a cpu to try to bring back the atom bots.Rafael Espindola2013-05-27
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-26
* Track IR ordering of SelectionDAG nodes 4/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Add missing test from r175092.Nick Lewycky2013-05-23
* X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho...Nadav Rotem2013-05-22
* X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha...Benjamin Kramer2013-05-22
* X86: Remove test instructions proceeding shift by immediate instructionsDavid Majnemer2013-05-22
* X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s...Benjamin Kramer2013-05-21
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-21
* X86: Bad peephole interaction between adc, MOV32r0David Majnemer2013-05-18
* X86: Make shuffle -> shift conversion more aggressive about undefs.Benjamin Kramer2013-05-17
* FileCheckize test.Benjamin Kramer2013-05-17
* DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer2013-05-16
* Add a triple to the test to try to fix the windows bots.Rafael Espindola2013-05-16