index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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