aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+3
* Add a loop rerolling passHal Finkel2013-11-161-0/+3
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+3
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-10/+0
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-111-0/+3
* Revert r178713Evan Cheng2013-04-041-7/+2
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-2/+7
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-101-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-201-0/+3
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-214-0/+43
* A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel2012-02-011-1/+1
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-0/+37
* Add missing file.Rafael Espindola2011-08-091-0/+90
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-3/+0
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-261-0/+3
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-07-261-3/+0
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-251-0/+3
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-3/+0
* Add the alias analysis to the C api.Rafael Espindola2011-04-131-0/+7
* Expose more passes to the C API.Rafael Espindola2011-04-071-0/+12
* remove dead prototype, PR8351Chris Lattner2010-10-111-3/+0
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-091-0/+6
* Whoops this already existed.Nate Begeman2010-03-111-3/+0
* Add a handful of additional useful pass manager things to the C APINate Begeman2010-03-111-0/+10
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-111-3/+0
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-1/+1
* fix header comment and include guard.Chris Lattner2009-03-061-9/+5
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-062-9/+131
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-201-0/+6
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-161-0/+47