index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
InstCombine
/
phi.ll
Age
Commit message (
Expand
)
Author
2010-03-05
fix PR6512, a case where instcombine would incorrectly merge loads
Chris Lattner
2009-11-09
enhance PHI slicing to handle the case when a slicable PHI is begin
Chris Lattner
2009-11-08
Teach an instcombine to not pull trunc instructions through PHI nodes
Chris Lattner
2009-11-08
reapply r8644[3-5] with only the scary part
Chris Lattner
2009-11-08
Speculatively revert r8644[3-5], they seem to be leading to infinite loops in
Daniel Dunbar
2009-11-08
another more interesting test.
Chris Lattner
2009-11-08
feature test for the new transformation in r86443
Chris Lattner
2009-11-08
teach a couple of instcombine transformations involving PHIs to
Chris Lattner
2009-11-01
merge phi-merge.ll into phi.ll
Chris Lattner
2009-11-01
when merging two loads, make sure to take the min of their alignment,
Chris Lattner
2009-11-01
fix a bug noticed by inspection: when instcombine sinks loads through
Chris Lattner
2009-11-01
convert to filecheck.
Chris Lattner
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2008-12-01
Teach inst combine to merge GEPs through PHIs. This is really
Chris Lattner
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2007-04-15
For PR1319:
Reid Spencer
2007-04-14
For PR1319:
Reid Spencer
2007-01-15
new testcase
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2004-11-14
New testcase: the phi can be eliminated if the casts are sucked into it.
Chris Lattner
2004-11-14
Fix typo
Chris Lattner
2004-11-14
add a testcase, which we already handle
Chris Lattner
2004-05-27
remove bogus test
Chris Lattner
2004-02-28
The instruction combining pass removes dead instructions, there is no need
Chris Lattner
2004-02-16
A new testcase for a situation that occurs in 181.mcf
Chris Lattner
2003-09-16
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
Misha Brukman
2003-06-28
Remove usage of grep-not script
Chris Lattner
2003-06-28
Convert scripts from using explicit control flow to use the new grep-not script
Chris Lattner
2002-08-22
Add new testcases for instcombine
Chris Lattner
2002-08-20
New testcase for instcombine
Chris Lattner
2002-05-06
Make the testcase more interesting so that DCE does not eliminate it.
Chris Lattner
2002-05-06
New testcase for PHI folding
Chris Lattner