summaryrefslogtreecommitdiff
path: root/include/llvm-c/Transforms
AgeCommit message (Expand)Author
2017-10-28[SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel
2017-10-25Add CalledValuePropagation passMatthew Simpson
2017-06-30Remove the BBVectorize pass.Chandler Carruth
2017-03-26Split the SimplifyCFG pass into two variants.Joerg Sonnenberger
2016-12-22[GVN] Initial check-in of a new global value numbering algorithm.Davide Italiano
2016-09-01[EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSAGeoff Berry
2016-08-31[EarlyCSE] Optionally use MemorySSA. NFC.Geoff Berry
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-02-17[BDCE] Add a bit-tracking DCE passHal Finkel
2014-09-11[C API] Make the 'lower switch' pass available via the C API.Juergen Ributzka
2014-09-07Add an AlignmentFromAssumptions PassHal Finkel
2014-07-24Add scoped-noalias metadataHal Finkel
2014-07-18MergedLoadStoreMotion passGerolf Hoflehner
2014-04-08The LLVM C API shouldn't be including a file from the C++ API. Especially not aRichard Smith
2013-11-22Add a Scalarizer pass.Richard Sandiford
2013-11-16Add a loop rerolling passHal Finkel
2013-08-23Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-04Revert r178713Evan Cheng
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
2013-03-10Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-10-20Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2012-02-01A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2011-08-09Add missing file.Rafael Espindola
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
2011-07-26Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola
2011-07-26LLVM 3.0 is here, remove old do nothing method.Rafael Espindola
2011-07-25Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-04-13Add the alias analysis to the C api.Rafael Espindola
2011-04-07Expose more passes to the C API.Rafael Espindola
2010-10-11remove dead prototype, PR8351Chris Lattner
2010-04-09Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck
2010-03-11Whoops this already existed.Nate Begeman
2010-03-11Add a handful of additional useful pass manager things to the C APINate Begeman
2009-11-11remove the now dead condprop pass, PR3906.Chris Lattner
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-03-06fix header comment and include guard.Chris Lattner
2009-03-06add a bunch more passes to the C bindings (PR3734), patch byChris Lattner
2008-03-20C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen
2008-03-16C and Objective Caml bindings for several scalar transforms.Gordon Henriksen