[Coverage] Refactor coverage mapping reader code
[oota-llvm.git] / include / llvm-c / Transforms /
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2014-09-11 Juergen Ributzka[C API] Make the 'lower switch' pass available via...
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-04-08 Richard SmithThe LLVM C API shouldn't be including a file from the...
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2013-03-10 Nick LewyckyUse LLVMBool instead of 'bool' in the C API. Based...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-10-20 Benjamin KramerSymbol hygiene: Make sure declarations and definitions...
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2012-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2011-08-09 Rafael EspindolaAdd missing file.
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-07-26 Rafael EspindolaAdd LLVMAddAlwaysInlinerPass to the C API.
2011-07-26 Rafael EspindolaLLVM 3.0 is here, remove old do nothing method.
2011-07-25 Rafael EspindolaAdd LLVMAddLowerExpectIntrinsicPass to the C API.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2010-10-11 Chris Lattnerremove dead prototype, PR8351
2010-04-09 Wesley PeckAdding IPSCCP and Internalize passes to the C-bindings
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-03-06 Chris Lattnerfix header comment and include guard.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2008-03-20 Gordon HenriksenC and Objective Caml bindings for mem2reg and reg2mem.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...