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
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
8
-73
/
+103
*
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-08-03
3
-0
/
+76
*
Fix the alignment requirements of several unpck and shuf instructions.
Dan Gohman
2007-08-02
1
-0
/
+50
*
I don't have time to restore this functionality right now.
Chris Lattner
2007-08-02
1
-0
/
+1
*
Reduced testcase for PR1594
Chris Lattner
2007-08-02
1
-0
/
+10
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-0
/
+55
*
Mark the SSE and MMX load instructions that
Dan Gohman
2007-08-02
1
-0
/
+10
*
Enhance instcombine to be more aggressive about folding casts of
Chris Lattner
2007-08-02
1
-0
/
+12
*
Fix test.
Evan Cheng
2007-08-02
1
-1
/
+1
*
Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll
Chris Lattner
2007-08-02
1
-0
/
+814
*
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
Christopher Lamb
2007-08-02
2
-0
/
+27
*
Make sure these tests pass for the right reasons (verifier error, rather than
Reid Spencer
2007-08-01
2
-6
/
+6
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-0
/
+30
*
New test. Bogus implicit-def prevented a copy from being coalesced.
Evan Cheng
2007-08-01
1
-0
/
+8
*
Add a test for the load/store alignment.
Lauro Ramos Venancio
2007-08-01
1
-0
/
+17
*
Expand unaligned loads/stores when the target doesn't support them. (PR1548)
Lauro Ramos Venancio
2007-08-01
1
-0
/
+16
*
Clean up C++ restrict test cases and add a test for restrict qualified methods.
Christopher Lamb
2007-08-01
1
-0
/
+13
*
these tests aren't xfailed.
Chris Lattner
2007-08-01
2
-2
/
+0
*
we're now handling this right :)
Chris Lattner
2007-08-01
1
-0
/
+12
*
Forgot to update these files for the FastDSE changes.
Owen Anderson
2007-08-01
4
-4
/
+4
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
5
-5
/
+5
*
Requires SSE2.
Evan Cheng
2007-08-01
1
-2
/
+2
*
Fix a failure I accidentally caused in my last commit by mishandling the
Owen Anderson
2007-07-31
1
-0
/
+22
*
Fix a bug in GetKnownAlignment of packed structs.
Lauro Ramos Venancio
2007-07-31
1
-0
/
+27
*
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-07-31
30
-46
/
+46
*
Fix a misoptimization in aha.
Owen Anderson
2007-07-31
1
-0
/
+313
*
new testcase
Chris Lattner
2007-07-31
1
-0
/
+8
*
Revert overly aggressive interpretation of noalias
Christopher Lamb
2007-07-31
1
-12
/
+0
*
Bunch of tests to check loop passes.
Devang Patel
2007-07-31
9
-0
/
+204
*
Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...
Evan Cheng
2007-07-31
1
-0
/
+16
*
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...
Christopher Lamb
2007-07-31
1
-0
/
+12
*
Un-XFAIL these tests after r40622 fixed them.
Christopher Lamb
2007-07-31
2
-2
/
+0
*
For PR1553:
Reid Spencer
2007-07-31
1
-0
/
+12
*
Fix a bug in getCopyFromParts turned up in the testcase for PR1132.
Dan Gohman
2007-07-30
2
-0
/
+46
*
Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.
Owen Anderson
2007-07-30
1
-0
/
+274
*
New test case.
Evan Cheng
2007-07-30
1
-0
/
+8
*
Add tests for generating noalias parameter attribute from __restrict qualifie...
Christopher Lamb
2007-07-29
3
-0
/
+22
*
Be explicit about which level of optimization is being asked for. The -O option
Reid Spencer
2007-07-29
1
-2
/
+2
*
Make this explictly signed. Fixes PR1571.
Nick Lewycky
2007-07-28
1
-1
/
+1
*
Re-apply 40504, but with a fix for the segfault it caused in oggenc:
Dan Gohman
2007-07-27
2
-1
/
+15
*
Reverting 40504 for now. It's breaking oggenc.
Evan Cheng
2007-07-27
1
-1
/
+1
*
Fix a bug introduced in my last commit.
Owen Anderson
2007-07-26
2
-1
/
+17
*
Fix a couple more bugs in the phi construction by pulling in code that does
Owen Anderson
2007-07-26
2
-0
/
+58
*
Test case for PR1573.
Evan Cheng
2007-07-26
1
-0
/
+54
*
Fix test.
Evan Cheng
2007-07-26
1
-2
/
+2
*
Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the
Dan Gohman
2007-07-26
1
-1
/
+1
*
Fix what is _hopefully_ the last corner case for loops.
Owen Anderson
2007-07-25
1
-0
/
+86
*
My last commit was not correct for nested loops. Fix it, and add a testcase ...
Owen Anderson
2007-07-25
1
-0
/
+38
*
Fix an infinite loop on 300.twolf.
Owen Anderson
2007-07-25
1
-0
/
+14
*
Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.
Owen Anderson
2007-07-25
1
-0
/
+15
[next]