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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach masked value is zero about add and sub, and use MVIZ to
Chris Lattner
2008-03-21
1
-0
/
+7
*
Upgrade tests.
Tanya Lattner
2008-03-19
48
-2357
/
+2209
*
Upgrade tests.
Tanya Lattner
2008-03-19
26
-723
/
+610
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-19
23
-273
/
+288
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-19
23
-480
/
+421
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-19
25
-434
/
+333
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
23
-377
/
+336
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
26
-605
/
+564
*
The inst combining of inttoptr into GEP with one index was using the bit size of
Bill Wendling
2008-03-14
1
-0
/
+9
*
Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
Owen Anderson
2008-03-13
1
-0
/
+19
*
Improve the return slot optimization to be both more aggressive (not limited ...
Owen Anderson
2008-03-12
1
-2
/
+4
*
Fix attribute handling.
Devang Patel
2008-03-12
1
-0
/
+7
*
Handle multiple ret values.
Devang Patel
2008-03-11
1
-0
/
+20
*
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
1
-0
/
+15
*
Make this test more challenging to help it avoid being
Dan Gohman
2008-03-11
1
-2
/
+8
*
Initial multiple return values support.
Devang Patel
2008-03-11
1
-0
/
+12
*
Upgrade this test.
Dan Gohman
2008-03-11
1
-6
/
+6
*
Simplify
Devang Patel
2008-03-10
2
-33
/
+51
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-10
60
-2070
/
+1594
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
3
-15
/
+15
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
49
-726
/
+800
*
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
*
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
*
Update inliner to handle functions that return multiple values.
Devang Patel
2008-03-07
2
-0
/
+92
*
Place for sret promotion tests.
Devang Patel
2008-03-07
1
-0
/
+3
*
Commit the testcase too.
Nick Lewycky
2008-03-06
1
-0
/
+8
*
Don't try to simplify urem and srem using arithmetic rules that don't work
Nick Lewycky
2008-03-06
1
-26
/
+33
*
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
1
-9
/
+11
*
Handle multiple return values.
Devang Patel
2008-03-04
1
-0
/
+26
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
258
-7456
/
+7573
*
fix a bug Anders ran into where scalarrepl would crash when promoting
Chris Lattner
2008-02-29
1
-0
/
+16
*
Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...
Chris Lattner
2008-02-29
1
-0
/
+16
*
Add PR number to testcase.
Owen Anderson
2008-02-26
1
-0
/
+1
*
Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting
Owen Anderson
2008-02-26
1
-0
/
+45
*
fix this test so that the fn name doesn't match the regex
Chris Lattner
2008-02-26
1
-1
/
+1
*
Really feed llvm-as with the testcase, do not let it read from stdin. This fi...
Gabor Greif
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
*
Fix an issue where GVN would try to use an instruction before its definition ...
Owen Anderson
2008-02-25
2
-1
/
+26
*
Testcase for Revision 47478.
Zhou Sheng
2008-02-23
1
-0
/
+9
*
Correctly fold divide-by-constant, even when faced with overflow.
Nick Lewycky
2008-02-18
2
-0
/
+23
*
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 any 'nest' parameter attributes if the function
Duncan Sands
2008-02-16
1
-0
/
+57
[next]