Add a FunctionImporter helper to perform summary-based cross-module function importing
[oota-llvm.git] / lib / Transforms / IPO / IPO.cpp
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 Justin BognerWhitespace. NFC
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-07-13 Rafael EspindolaDon't change the visibility when converting a definitio...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-06-05 Tom RoederRemoving spurious dependency of IPO on JumpInstrTables
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2013-12-12 Hal FinkelInitialize the barrier pass llvm::initializeIPO
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-16 Craig TopperFix filename in file header.
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
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-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2010-10-07 Owen AndersonAdd an initialization routine for libLLVMipo.a
2010-04-09 Wesley PeckAdding IPSCCP and Internalize passes to the C-bindings
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...