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
/
lib
/
Transforms
/
IPO
/
IPO.cpp
Age
Commit message (
Expand
)
Author
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-16
Fix filename in file header.
Craig Topper
2011-08-19
C API functions must be able to see their extern "C" definitions, or it will ...
Benjamin Kramer
2011-08-03
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-07-26
Add LLVMAddAlwaysInlinerPass to the C API.
Rafael Espindola
2011-07-26
LLVM 3.0 is here, remove old do nothing method.
Rafael Espindola
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-04-11
remove the StructRetPromotion pass. It is unused, not maintained and
Chris Lattner
2011-01-16
remove the partial specialization pass. It is unmaintained and has bugs.
Chris Lattner
2010-10-07
Add an initialization routine for libLLVMipo.a
Owen Anderson
2010-04-09
Adding IPSCCP and Internalize passes to the C-bindings
Wesley Peck
2009-11-01
Reverting 85714, 85715, 85716, which are breaking the build
Douglas Gregor
2009-11-01
Remove the #include of Pass.h from PassManager.h. This breaks a significant
Dan Gohman
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-03-06
add a bunch more passes to the C bindings (PR3734), patch by
Chris Lattner