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
*
New tests.
Evan Cheng
2008-02-13
3
-0
/
+71
*
Re-apply the patch to improve the optimizations of memcpy's, with several
Owen Anderson
2008-02-12
1
-1
/
+0
*
Don't mask the isel bug.
Evan Cheng
2008-02-12
3
-3
/
+3
*
This test assumes no SSE4.1.
Evan Cheng
2008-02-12
1
-1
/
+1
*
Now that ScalarEvolution::print writes to the correct stream, there is
Wojciech Matyjewicz
2008-02-12
7
-7
/
+7
*
Change negative grep into positive one in my yesterday's testcase.
Wojciech Matyjewicz
2008-02-12
1
-1
/
+1
*
Fix PR2002. Suppose n is the initial value for the induction
Wojciech Matyjewicz
2008-02-12
1
-0
/
+16
*
Test case for annotate builtin.
Tanya Lattner
2008-02-12
1
-0
/
+7
*
Fix some test cases.
Evan Cheng
2008-02-12
3
-3
/
+3
*
If the LHS of the comparison is a loop-invariant we also want to move it
Wojciech Matyjewicz
2008-02-11
1
-0
/
+15
*
Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an
Wojciech Matyjewicz
2008-02-11
1
-1
/
+0
*
Determine whether a spill kills the register it's spilling before insertion r...
Evan Cheng
2008-02-11
1
-0
/
+10
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
Alignment of struct containing vectors depends on
Dale Johannesen
2008-02-09
1
-1
/
+1
*
Fix PR 1995.
Devang Patel
2008-02-08
1
-0
/
+48
*
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-08
1
-0
/
+99
*
Added missing entries in X86 load / store folding tables.
Evan Cheng
2008-02-08
1
-0
/
+20
*
Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...
Evan Cheng
2008-02-07
2
-33
/
+46
*
It's PR1925, not PR1609.
Evan Cheng
2008-02-06
1
-1
/
+1
*
Temporarily reverting:
Bill Wendling
2008-02-06
1
-0
/
+1
*
Fix a number of local register allocator issues: PR1609.
Evan Cheng
2008-02-06
1
-0
/
+19
*
Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.
Evan Cheng
2008-02-05
1
-0
/
+12
*
If a vr is already marked alive in a bb, then it has PHI uses that are visite...
Evan Cheng
2008-02-05
1
-0
/
+67
*
Fix a bug compiling PR1978 (perhaps not the only one though) which
Chris Lattner
2008-02-05
1
-0
/
+33
*
This should also work on x86 now.
Evan Cheng
2008-02-05
1
-2
/
+2
*
Crashes LegalizeTypes with "Do not know how to
Duncan Sands
2008-02-04
1
-0
/
+22
*
Crashes LegalizeTypes with "Do not know how to split
Duncan Sands
2008-02-04
1
-0
/
+14
*
remove target triple to make this test more "generic"
Chris Lattner
2008-02-04
1
-2
/
+0
*
Crashed the new type legalizer. Not likely to catch
Duncan Sands
2008-02-04
1
-0
/
+21
*
Make this test more aggressive, to cover recent improvements.
Owen Anderson
2008-02-04
1
-1
/
+1
*
Allow GVN to hack on memcpy's, making them open to further optimization.
Owen Anderson
2008-02-04
1
-0
/
+22
*
Tag this test with the PR reference.
Nick Lewycky
2008-02-03
1
-0
/
+1
*
There are some cases where icmp(add) can be folded into a new icmp. Handle them.
Nick Lewycky
2008-02-03
1
-0
/
+19
*
Fixing a bug creating floating point constants of type other
Gordon Henriksen
2008-02-02
1
-5
/
+11
*
CBackend: Implement unaligned load/store.
Lauro Ramos Venancio
2008-02-01
1
-0
/
+15
*
Don't drop function/call return attributes like 'nounwind'.
Duncan Sands
2008-02-01
1
-0
/
+15
*
Accept getelementptr starting at GV with all 0 indices as a
Dale Johannesen
2008-01-30
1
-0
/
+264
*
Pointers change size depending upon the target. Remove them to make the test ...
Tanya Lattner
2008-01-30
1
-3
/
+1
*
Make DSE much more aggressive by performing DCE earlier. Update a testcase t...
Owen Anderson
2008-01-30
1
-1
/
+1
*
Fix a bug where scalarrepl would discard offset if type would match.
Chris Lattner
2008-01-30
1
-0
/
+21
*
Update this test case.
Evan Cheng
2008-01-29
1
-2
/
+10
*
Don't let globalopt hack on volatile loads or stores.
Chris Lattner
2008-01-29
1
-0
/
+9
*
eliminate additions of 0.0 when they are obviously dead. This has to be care...
Chris Lattner
2008-01-29
1
-0
/
+15
*
Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...
Owen Anderson
2008-01-29
1
-0
/
+52
*
Add target triples to these so they don't fail on linux.
Chris Lattner
2008-01-29
2
-0
/
+4
*
This would be better done as an executable test.
Duncan Sands
2008-01-29
1
-23
/
+0
*
After recent changes we fail to optimize this test
Duncan Sands
2008-01-29
1
-19
/
+0
*
Filter loops that subtract induction variables.
Devang Patel
2008-01-29
1
-0
/
+46
*
Overhaul Cell SPU's addressing mode internals so that there are now
Scott Michel
2008-01-29
6
-194
/
+79
*
New test.
Devang Patel
2008-01-29
1
-0
/
+24
[next]