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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Initial multiple return values support.
Devang Patel
2008-03-11
1
-0
/
+12
*
Upgrade this test.
Dan Gohman
2008-03-11
1
-6
/
+6
*
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
*
This passes now
Anton Korobeynikov
2008-03-10
1
-1
/
+0
*
Fix mul expansion to check the correct number of bits for
Dan Gohman
2008-03-10
1
-0
/
+27
*
The __sync primitives only work on x86 and alpha;
Dale Johannesen
2008-03-10
1
-0
/
+2
*
Simplify
Devang Patel
2008-03-10
2
-33
/
+51
*
Add -m32 to compilation line; test is only valid in
Dale Johannesen
2008-03-10
1
-2
/
+2
*
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
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-10
115
-3133
/
+2572
*
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
*
switch from hard coded g++/as tools to the ones detected from
Chris Lattner
2008-03-10
3
-4
/
+4
*
Fix a typo
Chris Lattner
2008-03-10
1
-1
/
+1
*
Fix PR2120 by changing the replacement order to change compile_cxx
Chris Lattner
2008-03-10
1
-2
/
+2
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
4
-24
/
+24
*
This works on x86_64
Anton Korobeynikov
2008-03-09
1
-2
/
+2
*
Fix RUN line.
Evan Cheng
2008-03-09
1
-1
/
+1
*
Temporary XFAIL the test, until I'll commit a fix
Anton Korobeynikov
2008-03-09
1
-0
/
+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
65
-787
/
+863
*
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
1
-0
/
+18
*
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
1
-0
/
+8
*
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
*
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
2
-0
/
+48
*
Prune the unwind_to labels on BBs that don't need them. Another step in the
Nick Lewycky
2008-03-09
1
-0
/
+15
*
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
*
much simpler test case
Andrew Lenharth
2008-03-08
2
-442
/
+3
*
Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...
Evan Cheng
2008-03-08
1
-0
/
+15
*
Add support for calls with i128 return values on ppc64.
Dan Gohman
2008-03-08
1
-0
/
+36
*
add dropped section test case for PR2123
Andrew Lenharth
2008-03-07
2
-0
/
+460
[prev]
[next]