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
/
include
/
llvm-c
/
Transforms
Age
Commit message (
Expand
)
Author
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-04
Revert r178713
Evan Cheng
2013-04-03
Make it possible to include llvm-c without including C++ headers. Patch by Fi...
Evan Cheng
2013-03-10
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-10-20
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-03-21
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2012-02-01
A few of the changes suggested in code review (by Nick Lewycky)
Hal Finkel
2012-02-01
Add a basic-block autovectorization pass.
Hal Finkel
2011-08-09
Add missing file.
Rafael Espindola
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-25
Add LLVMAddLowerExpectIntrinsicPass to the C API.
Rafael Espindola
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-04-13
Add the alias analysis to the C api.
Rafael Espindola
2011-04-07
Expose more passes to the C API.
Rafael Espindola
2010-10-11
remove dead prototype, PR8351
Chris Lattner
2010-04-09
Adding IPSCCP and Internalize passes to the C-bindings
Wesley Peck
2010-03-11
Whoops this already existed.
Nate Begeman
2010-03-11
Add a handful of additional useful pass manager things to the C API
Nate Begeman
2009-11-11
remove the now dead condprop pass, PR3906.
Chris Lattner
2009-10-24
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-03-06
fix header comment and include guard.
Chris Lattner
2009-03-06
add a bunch more passes to the C bindings (PR3734), patch by
Chris Lattner
2008-03-20
C and Objective Caml bindings for mem2reg and reg2mem.
Gordon Henriksen
2008-03-16
C and Objective Caml bindings for several scalar transforms.
Gordon Henriksen