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
/
SimplifyCFG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a helper to remove a branch and DCE the condition, and use it
Eli Friedman
2008-12-16
1
-0
/
+46
*
fix a bug I introduced in simplifycfg handling single entry phi
Chris Lattner
2008-12-07
1
-0
/
+13
*
Fix PR2967 by not deleting volatile load/stores that occur before unreachable.
Chris Lattner
2008-10-29
1
-0
/
+19
*
Nick Lewycky's patch.
Devang Patel
2008-10-03
1
-0
/
+36
*
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-17
1
-0
/
+18
*
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-09-09
1
-0
/
+60
*
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-08-16
1
-1
/
+1
*
Fix mishandling of the infinite loop case when merging two blocks. This
Chris Lattner
2008-07-13
1
-0
/
+36
*
Speculatively execute a block when the the block is the then part of a triang...
Evan Cheng
2008-06-07
1
-0
/
+21
*
Fix run line.
Evan Cheng
2008-06-07
1
-1
/
+1
*
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-23
1
-0
/
+131
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-05-01
4
-4
/
+4
*
Fix PR2256, yet another miscompilation in simplifycfg of i
Chris Lattner
2008-04-28
1
-0
/
+30
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-61
/
+0
*
Split some code out of the main SimplifyCFG loop into its own function.
Chris Lattner
2008-04-24
1
-0
/
+43
*
Upgrade tests.
Tanya Lattner
2008-03-19
1
-62
/
+62
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-18
23
-501
/
+453
*
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
*
Upgrade this test.
Dan Gohman
2008-03-11
1
-6
/
+6
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-10
22
-1422
/
+1000
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-10
/
+10
*
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
1
-0
/
+35
*
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2008-01-03
1
-0
/
+26
*
Test -simplifycfg only.
Devang Patel
2007-12-28
1
-46
/
+23
*
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-12-22
1
-0
/
+60
*
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-28
1
-1
/
+1
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-2
/
+0
*
Turn invokes of nounwind functions into ordinary calls.
Duncan Sands
2007-11-22
1
-0
/
+14
*
Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll
Chris Lattner
2007-11-14
1
-0
/
+11
*
Implement PR1786 by iterating between dead cycle elimination
Chris Lattner
2007-11-13
1
-0
/
+100
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
2
-2
/
+2
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-3
/
+0
*
For PR1146:
Reid Spencer
2007-04-22
1
-0
/
+2
*
For PR1319:
Reid Spencer
2007-04-15
26
-28
/
+49
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
Can't grep for bool any more.
Reid Spencer
2007-01-13
1
-1
/
+1
*
Remove a manual renaming of a variable that was introduced before
Reid Spencer
2007-01-04
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-31
2
-3
/
+3
*
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-29
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-23
2
-1
/
+145
*
fix buggy testcase
Chris Lattner
2006-12-16
1
-1
/
+3
*
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-12-02
46
-48
/
+48
*
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2006-11-23
1
-1
/
+1
*
converting massive blocks of phis into selects like this is silly.
Chris Lattner
2006-11-18
1
-28
/
+0
*
new testcase
Chris Lattner
2006-10-29
1
-0
/
+652
[next]