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
/
getelementptr.ll
Age
Commit message (
Expand
)
Author
2007-04-15
For PR1319:
Reid Spencer
2007-04-14
For PR1319:
Reid Spencer
2007-03-25
new testcase
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2005-05-01
new testcase
Chris Lattner
2005-04-25
rename fn
Chris Lattner
2005-04-25
new testcase
Chris Lattner
2004-10-16
New testcase, rework testcases to fail if there are any gep's other than those
Chris Lattner
2004-02-28
The instruction combining pass removes dead instructions, there is no need
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
2003-06-21
Add testcase for reason that typesafety of power is being broken
Chris Lattner
2003-03-05
Add testcase for new instcombine xform
Chris Lattner
2002-11-04
Add new getelementptr elimination test
Chris Lattner
2002-09-17
Convert to use long indexes instead of uint
Chris Lattner
2002-08-16
Add new testcase for gep instruction -> get constexpr promotion
Chris Lattner
2002-08-02
These tests should not run -dce pass to cleanup instcombine.
Chris Lattner
2002-08-02
Change test to really test the cases we can hit
Chris Lattner
2002-05-02
Check another case
Chris Lattner
2002-04-18
Check in the first test: make sure getelementptr gets folded
Chris Lattner