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
*
Fix a dagcombine to not generate loads of non-round integer types,
Dan Gohman
2009-01-20
1
-0
/
+14
*
Make linear scan's trivial coalescer slightly more aggressive.
Evan Cheng
2009-01-20
1
-0
/
+8
*
Move & restructure test per review.
Dale Johannesen
2009-01-19
1
-77
/
+0
*
Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when
Dan Gohman
2009-01-19
1
-0
/
+8
*
compile-time fmod was done incorrectly. PR 3316.
Dale Johannesen
2009-01-19
1
-0
/
+77
*
DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea...
Evan Cheng
2009-01-19
1
-0
/
+7
*
Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't
Evan Cheng
2009-01-19
1
-0
/
+1
*
Fix rdar://6505632, an llc crash on 483.xalancbmk
Chris Lattner
2009-01-18
1
-0
/
+36
*
Testcase for last commit.
Bill Wendling
2009-01-17
1
-0
/
+31
*
Fix MatchAddress bug that's preventing negative displacement from being folde...
Evan Cheng
2009-01-17
2
-1
/
+19
*
Simplify extract element of a scalar to vector.
Mon P Wang
2009-01-17
1
-0
/
+13
*
Disable the post-RA scheduler on this test, since it uses a
Dan Gohman
2009-01-16
1
-1
/
+2
*
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
1
-0
/
+50
*
Add support for non-zero __builtin_return_address values on X86.
Bill Wendling
2009-01-16
1
-0
/
+22
*
Added missing support to widen an operand from a bit convert.
Mon P Wang
2009-01-15
1
-0
/
+10
*
Expand insert/extract of a <4 x i32> with a variable index.
Mon P Wang
2009-01-15
1
-0
/
+15
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-0
/
+20
*
Disable the register+memory forms of the bt instructions for now. Thanks
Dan Gohman
2009-01-13
1
-1
/
+6
*
When replacing uses and the same node is reached
Duncan Sands
2009-01-13
1
-0
/
+21
*
FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...
Evan Cheng
2009-01-13
1
-0
/
+84
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
1
-2
/
+3
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-0
/
+26
*
This is a dup of pr2659.ll.
Evan Cheng
2009-01-10
1
-41
/
+0
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-0
/
+41
*
Add test case from PR2659.
Evan Cheng
2009-01-09
1
-0
/
+30
*
PR2659 was fixed by r61847. Add the testcase as a regression test.
Dan Gohman
2009-01-09
1
-0
/
+33
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
1
-0
/
+24
*
add a testcase.
Chris Lattner
2009-01-07
1
-0
/
+56
*
Add patterns to match conditional moves with loads folded
Dan Gohman
2009-01-07
1
-0
/
+10
*
X86_COND_C and X86_COND_NC are alternate mnemonics for
Dan Gohman
2009-01-07
2
-3
/
+3
*
Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps
Dan Gohman
2009-01-06
1
-0
/
+83
*
Revert r42653 and forward-port the code that lets INC64_32r be
Dan Gohman
2009-01-06
1
-0
/
+21
*
Use a latency value of 0 for the artificial edges inserted by
Dan Gohman
2009-01-06
1
-1
/
+1
*
Find loop back edges only after empty blocks are eliminated.
Evan Cheng
2009-01-05
1
-1
/
+1
*
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
Dan Gohman
2009-01-03
1
-0
/
+17
*
Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...
Evan Cheng
2009-01-02
1
-0
/
+2
*
Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...
Evan Cheng
2009-01-02
7
-15
/
+15
*
add PR #
Chris Lattner
2008-12-25
1
-0
/
+1
*
Add a simple pattern for matching 'bt'.
Chris Lattner
2008-12-25
1
-0
/
+20
*
Fix a compiler-abort on a testcase where the stack-pointer is added to
Dan Gohman
2008-12-24
1
-0
/
+33
*
Add another permutation where we should get rid of a-a.
Dale Johannesen
2008-12-23
1
-0
/
+24
*
Added shuffle and splat test cases for r61365.
Mon P Wang
2008-12-23
3
-0
/
+192
*
One more permutation of subtracting off a base value.
Dale Johannesen
2008-12-23
1
-0
/
+14
*
Fix fast-isel to not emit invalid assembly when presented with a
Dan Gohman
2008-12-20
1
-0
/
+7
*
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-20
2
-1
/
+30
*
Fix PR3149. If an early clobber def is a physical register and it is tied to ...
Evan Cheng
2008-12-19
1
-0
/
+32
*
- CodeGenPrepare does not split loop back edges but it only knows about back ...
Evan Cheng
2008-12-19
2
-1
/
+51
*
Fix bug 3202.
Rafael Espindola
2008-12-19
1
-0
/
+12
*
Fix test to account for generating some vector code for mul v2i64 instead
Mon P Wang
2008-12-18
1
-2
/
+2
*
Added some basic test cases for r61209
Mon P Wang
2008-12-18
18
-0
/
+564
[next]