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
/
alloca.ll
Age
Commit message (
Expand
)
Author
2012-11-18
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-06-26
Replacing zero-sized alloca's with a null pointer is too aggressive, instead
Duncan Sands
2012-04-08
Teach InstCombine to nuke a common alloca pattern -- an alloca which has
Chandler Carruth
2010-05-28
Teach instcombine to promote alloca array sizes.
Dan Gohman
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
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-03-09
Remove llvm-upgrade and update tests.
Tanya Lattner
2007-04-14
For PR1319:
Reid Spencer
2007-01-15
add a simple case where instcombine can detect and remove a dead alloca
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2004-03-19
New testcase, the optimizer can delete zero sized allocas
Chris Lattner