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
...
*
CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it
Scott Michel
2008-11-22
1
-6
/
+108
*
Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, and
Nick Lewycky
2008-11-21
1
-0
/
+34
*
CellSPU:
Scott Michel
2008-11-21
2
-0
/
+42
*
Add generic test for add with overflow.
Bill Wendling
2008-11-21
1
-0
/
+23
*
Test -pre-RA-sched=fast too, for completeness.
Dan Gohman
2008-11-20
1
-0
/
+1
*
- Register scavenger should use MachineRegisterInfo and internal map to find ...
Evan Cheng
2008-11-20
1
-0
/
+414
*
If there are two consecutive llvm.dbg.stoppoint calls then
Devang Patel
2008-11-19
1
-0
/
+44
*
Revert r59640. It broke this test for builds that aren't
Dan Gohman
2008-11-19
1
-1
/
+1
*
Use %llvmgcc -xassembler instead of invoking as directly. This avoids
Dan Gohman
2008-11-19
1
-1
/
+1
*
Add support for rematerialization in pre-alloc-splitting.
Owen Anderson
2008-11-19
1
-1
/
+1
*
LLVMC2: -emit-llvm stops compilation.
Daniel Dunbar
2008-11-19
1
-0
/
+4
*
LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.
Daniel Dunbar
2008-11-19
1
-0
/
+9
*
Register scavenger should process early clobber defs first. A dead early clob...
Evan Cheng
2008-11-18
1
-0
/
+16
*
Add a utility function that detects whether a loop is guaranteed to be finite.
Nick Lewycky
2008-11-18
3
-0
/
+91
*
Reapply r59464, this time using the correct type
Duncan Sands
2008-11-18
9
-9
/
+0
*
A simple test for stack protectors. This should be valid on all platforms.
Bill Wendling
2008-11-18
1
-0
/
+25
*
Revert r59464. It was causing this failure:
Bill Wendling
2008-11-18
9
-0
/
+9
*
Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...
Devang Patel
2008-11-18
1
-0
/
+35
*
While handling floating point IVs lift restrictions on initial value and incr...
Devang Patel
2008-11-17
1
-1
/
+49
*
Add soft float support for a bunch more operations. Original
Duncan Sands
2008-11-17
11
-0
/
+168
*
Remove these, which test for optimizations that
Dale Johannesen
2008-11-17
2
-45
/
+0
*
Don't produce ADDC/ADDE when expanding SHL unless they are legal
Richard Osborne
2008-11-17
1
-0
/
+6
*
Removed 2008-10-17-SpillerBug.ll as it does not provide an accurate test of P...
Lang Hames
2008-11-16
1
-130
/
+0
*
2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an ac...
Lang Hames
2008-11-16
1
-0
/
+1
*
Improved shuffle normalization to avoid using extract/build when we
Mon P Wang
2008-11-16
3
-0
/
+80
*
Handle the case where there is no "not". It is possible it got
Chris Lattner
2008-11-16
1
-1
/
+12
*
make this actually test what it is trying to.
Chris Lattner
2008-11-16
1
-4
/
+3
*
Don't brute-force analyze cubic or higher polynomials.
Nick Lewycky
2008-11-16
1
-0
/
+19
*
Correct this error message.
Nick Lewycky
2008-11-15
1
-0
/
+5
*
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
1
-0
/
+12
*
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-14
2
-0
/
+16
*
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
1
-1
/
+1
*
testcase for PR 1779.
Dale Johannesen
2008-11-13
1
-0
/
+19
*
Added testcase for r59214.
Bill Wendling
2008-11-13
1
-0
/
+14
*
Add test case for ptr annotation.
Tanya Lattner
2008-11-12
1
-0
/
+18
*
Correct some thinkos in the expansion of ADD/SUB
Duncan Sands
2008-11-12
1
-0
/
+14
*
Fix the testb optimization so x86 also bootstraps.
Dale Johannesen
2008-11-12
1
-1
/
+0
*
fix another libgcc blocker
Andrew Lenharth
2008-11-11
1
-0
/
+22
*
Un-XFAIL tests now that they're fixed.
Bill Wendling
2008-11-11
2
-2
/
+0
*
r59009 broke these tests. XFAIL for now.
Bill Wendling
2008-11-11
2
-0
/
+2
*
Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...
Bill Wendling
2008-11-10
1
-0
/
+2
*
If the sign of exit condition and split condition does not match
Devang Patel
2008-11-10
1
-0
/
+69
*
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
Duncan Sands
2008-11-10
1
-0
/
+55
*
When promoting the result of fp_to_uint/fp_to_sint,
Duncan Sands
2008-11-10
1
-10
/
+1
*
Reenable test.
Dale Johannesen
2008-11-10
1
-1
/
+0
*
The method of doing the matching with a 'select' instruction was wrong. The
Bill Wendling
2008-11-09
1
-0
/
+17
*
XFAIL this while waiting for a fix.
Duncan Sands
2008-11-09
1
-0
/
+1
*
If the LHS of the FCMP is coming from a UIToFP instruction, then we don't want
Bill Wendling
2008-11-09
1
-0
/
+46
*
CellSPU: Update expected counts on expected patterns
Scott Michel
2008-11-09
1
-5
/
+5
*
Add LLVMC2 tool definitions for Objective-C and Objective-C++.
Daniel Dunbar
2008-11-08
2
-0
/
+20
[prev]
[next]