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
*
Update bitcode reader and writer to handle multiple return values.
Devang Patel
2008-02-26
1
-1
/
+1
*
Fix an issue where GVN was performing the return slot optimization when it was
Owen Anderson
2008-02-25
1
-0
/
+32
*
Temporarily reverting 46959.
Evan Cheng
2008-02-25
1
-0
/
+1
*
Fix an issue where GVN would try to use an instruction before its definition ...
Owen Anderson
2008-02-25
2
-1
/
+26
*
Backing out r47521 for now. This has broken a number of tests.
Evan Cheng
2008-02-23
1
-1
/
+1
*
Merge current work back to tree to minimize diffs and drift. Major highlights
Scott Michel
2008-02-23
1
-3
/
+2
*
Testcase for Revision 47478.
Zhou Sheng
2008-02-23
1
-0
/
+9
*
Rematerialization logic was overly conservative when it comes to loads from f...
Evan Cheng
2008-02-23
1
-0
/
+49
*
Update test.
Evan Cheng
2008-02-23
1
-11
/
+13
*
Remat of pic loads are now on by default.
Evan Cheng
2008-02-23
1
-1
/
+1
*
Fix a bug that caused opt and other tools to silently ignore
Dan Gohman
2008-02-23
1
-0
/
+3
*
Properly read and write bitcodes for multiple return values.
Devang Patel
2008-02-23
1
-1
/
+1
*
Really. Why doesn't every arch support MMX?
Evan Cheng
2008-02-23
1
-1
/
+1
*
Test case for PR2082.
Evan Cheng
2008-02-22
1
-0
/
+55
*
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
1
-0
/
+45
*
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
1
-2
/
+3
*
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-22
1
-0
/
+14
*
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
1
-2
/
+11
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-21
90
-1460
/
+1482
*
testcase for PR1133
Chris Lattner
2008-02-21
1
-0
/
+9
*
Fix a (harmless) but where vregs were added to the used reg lists for
Chris Lattner
2008-02-21
1
-0
/
+15
*
Let invoke return aggregate value.
Devang Patel
2008-02-21
1
-0
/
+10
*
Let function call return aggregate.
Devang Patel
2008-02-21
2
-1
/
+12
*
XFAIL for now.
Devang Patel
2008-02-20
1
-1
/
+2
*
Now functions can return aggregate values.
Devang Patel
2008-02-20
1
-2
/
+1
*
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
2
-1
/
+18
*
XFAIL this for now.
Evan Cheng
2008-02-20
1
-0
/
+1
*
this test requires sse2
Chris Lattner
2008-02-19
1
-1
/
+1
*
Don't fold and's into test instructions if they have multiple uses.
Chris Lattner
2008-02-19
1
-0
/
+29
*
rename tests to avoid a test- prefix when they aren't related to the test ins...
Chris Lattner
2008-02-19
10
-0
/
+0
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
51
-1306
/
+1302
*
dead pass
Chris Lattner
2008-02-19
1
-16
/
+0
*
Fix PR2060 by rejecting invalid types for integer constants.
Chris Lattner
2008-02-19
1
-0
/
+6
*
Don't spew stats to stderr.
Nick Lewycky
2008-02-19
1
-1
/
+1
*
Fix up the run line for this new test.
Nick Lewycky
2008-02-19
1
-1
/
+1
*
New test.
Evan Cheng
2008-02-19
1
-0
/
+219
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
11
-137
/
+118
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-02-19
162
-3373
/
+3173
*
- When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...
Evan Cheng
2008-02-18
1
-0
/
+17
*
Correctly fold divide-by-constant, even when faced with overflow.
Nick Lewycky
2008-02-18
2
-0
/
+23
*
Don't mark scalar integer multiplication as Expand on x86, since x86
Dan Gohman
2008-02-18
1
-0
/
+8
*
make this just a bit more strict.
Chris Lattner
2008-02-18
1
-1
/
+1
*
Add support to GVN for performing sret return slot optimization. This means ...
Owen Anderson
2008-02-18
1
-0
/
+28
*
optimize away stackrestore calls that have no intervening alloca or call.
Chris Lattner
2008-02-18
1
-3
/
+40
*
upgrade this test.
Chris Lattner
2008-02-18
1
-11
/
+11
*
Fold (-x + -y) -> -(x+y) which promotes better association, fixing
Chris Lattner
2008-02-17
1
-0
/
+12
*
Split up subtracts into add+negate if they have a reassociable use or operand
Chris Lattner
2008-02-17
1
-0
/
+13
*
upgrade and simplify this test.
Chris Lattner
2008-02-17
1
-6
/
+7
*
Remove llvm-upgrade.
Tanya Lattner
2008-02-17
50
-906
/
+906
*
fix this test.
Chris Lattner
2008-02-17
1
-1
/
+1
[next]