index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a coalescer bug caused by a typo.
Evan Cheng
2008-03-19
1
-0
/
+51
*
Fix live variables issues:
Evan Cheng
2008-03-19
2
-0
/
+14
*
Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...
Evan Cheng
2008-03-18
1
-0
/
+11
*
It might be nice to have this run as x86 on non-x86 platforms...
Bill Wendling
2008-03-18
1
-1
/
+1
*
Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll.
Bill Wendling
2008-03-18
2
-1
/
+87
*
Make conversions of i8/i16 to ppcf128 work.
Dale Johannesen
2008-03-18
1
-0
/
+32
*
Target independent DAG transform to use truncate for field extraction + sign ...
Christopher Lamb
2008-03-18
1
-0
/
+39
*
Rewrite code that propagate isDead information after a dead copy is coalesced...
Evan Cheng
2008-03-18
1
-0
/
+31
*
ensure we continue matching x86-64 rotates.
Chris Lattner
2008-03-17
1
-0
/
+19
*
Fix PR2138. Apparently any modification to a std::multimap (including remove ...
Evan Cheng
2008-03-14
1
-0
/
+48
*
More APInt-ification.
Dan Gohman
2008-03-13
1
-0
/
+14
*
New test case.
Evan Cheng
2008-03-13
1
-0
/
+68
*
A test case I forgot to check in.
Evan Cheng
2008-03-13
1
-0
/
+94
*
TwoAddressInstructionPass enhancement. After it converts a two address instru...
Evan Cheng
2008-03-13
2
-1
/
+30
*
Experimental scheduler change to schedule / coalesce the copies added for fun...
Evan Cheng
2008-03-12
1
-0
/
+1
*
Fix this test on hosts that don't have sse2.
Dan Gohman
2008-03-12
1
-1
/
+1
*
Make this test x86-specific for now; targets that don't use
Dan Gohman
2008-03-12
1
-1
/
+1
*
Basic feature test for multiple return values in codegen.
Dan Gohman
2008-03-11
1
-0
/
+16
*
Testcase for PR2137
Anton Korobeynikov
2008-03-11
1
-0
/
+37
*
Update testcase for recent aliases change
Anton Korobeynikov
2008-03-11
1
-2
/
+8
*
Add a test to ensure that all-ones vectors are materialized with pcmpeqd.
Dan Gohman
2008-03-11
1
-0
/
+14
*
Use the correct value for InSignBit.
Dan Gohman
2008-03-11
1
-0
/
+23
*
Implement basic support for the 'f' register class constraint. This basically
Chris Lattner
2008-03-11
1
-0
/
+14
*
The feature this is testing did not work in the general case,
Dale Johannesen
2008-03-11
1
-17
/
+0
*
Learn how to xfail a test.
Evan Cheng
2008-03-11
1
-1
/
+1
*
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
1
-0
/
+14
*
XFAIL due to Dale's change.
Evan Cheng
2008-03-11
1
-0
/
+1
*
Generalize ExpandIntToFP to handle the case where the operand is legal
Dan Gohman
2008-03-11
2
-0
/
+11
*
- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.
Scott Michel
2008-03-10
1
-0
/
+10
*
Don't emit FP_REG_KILL into a block that just returns. Nothing
Chris Lattner
2008-03-10
1
-1
/
+3
*
Implement more support for fp-to-i128 and i128-to-fp conversions.
Dan Gohman
2008-03-10
2
-0
/
+31
*
Update llc flags for PPC register scavenger.
Bill Wendling
2008-03-10
3
-4
/
+4
*
Fix mul expansion to check the correct number of bits for
Dan Gohman
2008-03-10
1
-0
/
+27
*
These tests don't work unless SSE2 is active.
Dale Johannesen
2008-03-10
2
-3
/
+3
*
There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.
Dale Johannesen
2008-03-10
1
-4
/
+4
*
Integer comparison tests for CellSPU.
Scott Michel
2008-03-10
3
-0
/
+957
*
- 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
*
remove an execution test.
Chris Lattner
2008-03-10
1
-17
/
+0
*
Fix RUN line.
Evan Cheng
2008-03-09
1
-1
/
+1
*
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
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
1
-0
/
+1
*
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
*
upgrade this test
Chris Lattner
2008-03-09
1
-4
/
+4
*
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
[next]