index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
2013-06-10
3
-6
/
+8
*
Removed PackedDouble domain from scalar instructions. Added more formats for ...
Elena Demikhovsky
2013-06-09
2
-3
/
+3
*
Reapply r183552. This time, use a standard type for the option to avoid template
Quentin Colombet
2013-06-08
1
-0
/
+24
*
Revert commits related to stack warning.
Quentin Colombet
2013-06-07
1
-24
/
+0
*
Explicit triple in warn stack size test cases to not depend on OS.
Quentin Colombet
2013-06-07
1
-2
/
+2
*
Add a backend option to warn on a given stack size limit.
Quentin Colombet
2013-06-07
1
-0
/
+24
*
Teach AsmPrinter how to print odd constants.
Quentin Colombet
2013-06-07
1
-0
/
+17
*
Support OpenBSD's native frame protection conventions.
Rafael Espindola
2013-06-07
1
-0
/
+5
*
[PATCH] Fix VGATHER* operand constraints
Michael Liao
2013-06-05
1
-0
/
+18
*
Revert r183069: "TMP: LEA64_32r fixing"
Tim Northover
2013-06-01
1
-4
/
+3
*
TMP: LEA64_32r fixing
Tim Northover
2013-06-01
1
-3
/
+4
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-06-01
1
-10
/
+10
*
Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it
Eric Christopher
2013-05-31
1
-10
/
+10
*
Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
2013-05-31
1
-3
/
+2
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-05-31
1
-10
/
+10
*
Force a triple so we don't get bitten by windows' different regalloc.
Benjamin Kramer
2013-05-30
1
-1
/
+1
*
Force fragile test to the atom scheduler model.
Benjamin Kramer
2013-05-30
1
-2
/
+4
*
X86: allow registers 8-15 in test
Tim Northover
2013-05-30
1
-3
/
+3
*
X86: use sub-register sequences for MOV*r0 operations
Tim Northover
2013-05-30
13
-24
/
+51
*
This testcase tests command line attributes which we don't yet support.
Bill Wendling
2013-05-30
1
-62
/
+0
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+14
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+60
*
Add a cpu to try to bring back the atom bots.
Rafael Espindola
2013-05-27
1
-1
/
+1
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
1
-0
/
+130
*
Track IR ordering of SelectionDAG nodes 4/4.
Andrew Trick
2013-05-25
1
-0
/
+12
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
2
-4
/
+4
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+32
*
Add missing test from r175092.
Nick Lewycky
2013-05-23
1
-0
/
+13
*
X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads witho...
Nadav Rotem
2013-05-22
1
-0
/
+38
*
X86: When expanding PCMPGTQ to PCMPGTD we always want to compare the lower ha...
Benjamin Kramer
2013-05-22
1
-0
/
+14
*
X86: Remove test instructions proceeding shift by immediate instructions
David Majnemer
2013-05-22
3
-4
/
+37
*
X86: When emulating unsigned PCMPGTQ with PCMPGTD, fix the sign bit for the s...
Benjamin Kramer
2013-05-21
1
-2
/
+8
*
DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...
Benjamin Kramer
2013-05-21
1
-0
/
+16
*
X86: Bad peephole interaction between adc, MOV32r0
David Majnemer
2013-05-18
1
-0
/
+27
*
X86: Make shuffle -> shift conversion more aggressive about undefs.
Benjamin Kramer
2013-05-17
2
-2
/
+26
*
FileCheckize test.
Benjamin Kramer
2013-05-17
1
-5
/
+15
*
DAGCombine: Also shrink eq compares where the constant is exactly as large as...
Benjamin Kramer
2013-05-16
1
-0
/
+16
*
Add a triple to the test to try to fix the windows bots.
Rafael Espindola
2013-05-16
1
-1
/
+1
*
More addFrameMove test coverage.
Rafael Espindola
2013-05-16
1
-1
/
+9
*
Add more addFrameMove test coverage.
Rafael Espindola
2013-05-16
1
-0
/
+6
*
Relax CHECK-NEXTs a bit to cope with atom's return nop padding.
Benjamin Kramer
2013-05-16
1
-2
/
+2
*
Set an explicit triple for this test.
David Majnemer
2013-05-15
1
-1
/
+1
*
X86: Remove redundant test instructions
David Majnemer
2013-05-15
1
-0
/
+154
*
Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)
Derek Schuff
2013-05-15
1
-0
/
+22
*
Reapply "Subtract isn't commutative, fix this for MMX psub." with
Eric Christopher
2013-05-14
1
-0
/
+213
*
Temporarily revert "Subtract isn't commutative, fix this for MMX psub."
Eric Christopher
2013-05-14
1
-213
/
+0
*
Subtract isn't commutative, fix this for MMX psub.
Eric Christopher
2013-05-14
1
-0
/
+213
*
DAGCombiner: Generate a correct constant for vector types when folding (xor (...
Benjamin Kramer
2013-05-10
1
-0
/
+11
*
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
1
-0
/
+8
*
Generate a compact unwind encoding in the face of a stack alignment push.
Bill Wendling
2013-05-09
1
-0
/
+30
[next]