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
*
There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.
Dale Johannesen
2008-03-10
1
-4
/
+4
*
- Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...
Evan Cheng
2008-03-10
1
-0
/
+21
*
Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....
Evan Cheng
2008-03-10
1
-0
/
+24
*
teach X86InstrInfo::copyRegToReg how to copy into ST(0) from
Chris Lattner
2008-03-09
1
-0
/
+16
*
Add ScheduleDAG support for copytoreg where the src/dst register are
Chris Lattner
2008-03-09
1
-0
/
+13
*
reduce this testcase more
Chris Lattner
2008-03-09
1
-14
/
+0
*
Finish implementing a readme entry: when inserting an i64 variable
Chris Lattner
2008-03-09
1
-0
/
+24
*
Implement a readme entry, compiling
Chris Lattner
2008-03-09
1
-0
/
+6
*
make this test harder
Chris Lattner
2008-03-09
1
-0
/
+1
*
Teach SD some vector identities, allowing us to compile vec_set-9 into:
Chris Lattner
2008-03-08
1
-0
/
+8
*
Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...
Evan Cheng
2008-03-08
1
-0
/
+15
*
mark frem as expand for all legal fp types on x86, regardless of whether
Chris Lattner
2008-03-07
1
-0
/
+7
*
Generalize FP constant shrinking optimization to apply to any vt
Chris Lattner
2008-03-05
1
-0
/
+7
*
Add a target lowering hook to control whether it's worthwhile to compress fp ...
Evan Cheng
2008-03-05
1
-0
/
+7
*
Really fix the test.
Evan Cheng
2008-03-04
1
-1
/
+1
*
Fix broken test.
Evan Cheng
2008-03-04
1
-1
/
+1
*
Add PR1501 test case.
Evan Cheng
2008-03-04
1
-0
/
+30
*
Evan implemented these.
Chris Lattner
2008-03-02
1
-0
/
+34
*
Set to default: x86 no longer fold and into test if it has more than one use.
Evan Cheng
2008-02-28
1
-1
/
+0
*
Fix a bug in dead spill slot elimination.
Evan Cheng
2008-02-27
1
-0
/
+66
*
actually run llc, thanks Dan :)
Chris Lattner
2008-02-27
1
-1
/
+3
*
Don't track max alignment during stack object allocations since they can be d...
Evan Cheng
2008-02-27
1
-0
/
+33
*
Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead
Chris Lattner
2008-02-27
1
-0
/
+10
*
Compile x86-64-and-mask.ll into:
Chris Lattner
2008-02-27
1
-0
/
+12
*
Spiller now remove unused spill slots.
Evan Cheng
2008-02-27
1
-0
/
+1
*
Enable -coalescer-commute-instrs by default.
Evan Cheng
2008-02-26
3
-3
/
+3
*
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
1
-0
/
+30
*
Fix for pr2093: direct operands aren't necessarily addresses, so don't
Eli Friedman
2008-02-26
1
-0
/
+17
*
This is possible:
Evan Cheng
2008-02-26
1
-0
/
+55
*
Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
Evan Cheng
2008-02-26
1
-0
/
+33
*
Rematerialization logic was overly conservative when it comes to loads from f...
Evan Cheng
2008-02-23
1
-0
/
+49
*
Update test.
Evan Cheng
2008-02-23
1
-11
/
+13
*
Remat of pic loads are now on by default.
Evan Cheng
2008-02-23
1
-1
/
+1
*
Really. Why doesn't every arch support MMX?
Evan Cheng
2008-02-23
1
-1
/
+1
*
Test case for PR2082.
Evan Cheng
2008-02-22
1
-0
/
+55
*
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
1
-0
/
+45
*
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
1
-2
/
+3
*
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-22
1
-0
/
+14
*
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
1
-2
/
+11
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-21
90
-1460
/
+1482
*
Fix a (harmless) but where vregs were added to the used reg lists for
Chris Lattner
2008-02-21
1
-0
/
+15
*
XFAIL this for now.
Evan Cheng
2008-02-20
1
-0
/
+1
*
this test requires sse2
Chris Lattner
2008-02-19
1
-1
/
+1
*
Don't fold and's into test instructions if they have multiple uses.
Chris Lattner
2008-02-19
1
-0
/
+29
*
rename tests to avoid a test- prefix when they aren't related to the test ins...
Chris Lattner
2008-02-19
10
-0
/
+0
*
Don't spew stats to stderr.
Nick Lewycky
2008-02-19
1
-1
/
+1
*
Fix up the run line for this new test.
Nick Lewycky
2008-02-19
1
-1
/
+1
*
New test.
Evan Cheng
2008-02-19
1
-0
/
+219
*
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...
Evan Cheng
2008-02-18
1
-0
/
+17
*
Don't mark scalar integer multiplication as Expand on x86, since x86
Dan Gohman
2008-02-18
1
-0
/
+8
[next]