[IR] Add support for empty tokens
[oota-llvm.git] / lib / Transforms / IPO / MergeFunctions.cpp
2015-11-11 David Majnemer[IR] Add support for empty tokens
2015-10-13 Duncan P. N. Exon... IPO: Remove implicit ilist iterator conversions, NFC
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-05 Arnold SchwaighoferMergeFunctions: Clear GlobalNumbers ValueMap
2015-09-14 David Blaikie[opaque pointer types] Switch a few cases of getElement...
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-14 JF Bastien[MergeFuncs] Fix bug in merging GetElementPointers
2015-09-10 JF Bastien[MergeFuncs] Fix callsite attributes in thunk generation
2015-09-02 JF Bastien[MergeFuncs] Efficiently defer functions on merge
2015-08-28 JF BastienRemove Merge Functions pointer comparisons
2015-08-26 JF BastienComparing operands should not require the same ValueID
2015-08-21 JF BastienImprove the determinism of MergeFunctions
2015-08-16 NAKAMURA TakumiMergeFunc: Quick fix for r245140, Ignore second, aka...
2015-08-15 JF BastienAccelerate MergeFunctions with hashing
2015-08-14 David Majnemer[IR] Add token types
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-21 Arnold SchwaighoferMergeFunc: Transfer the callee's attributes when replac...
2015-07-19 Arnold SchwaighoferRevert "MergeFuncs: Transfer the function parameter...
2015-07-17 Arnold SchwaighoferMergeFuncs: Transfer the function parameter attributes...
2015-07-15 JF BastienFix mergefunc infinite loop
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Arnold SchwaighoferMergeFunctions: Don't replace a weak function use by...
2015-06-09 Denis ProtivenskyMergeFunctions: Fix gcc warning in condition
2015-06-09 Arnold SchwaighoferFix unused variable warning
2015-06-09 Arnold SchwaighoferMergeFunctions: Impose a total order on the replacement...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-12 Arnold SchwaighoferMergeFunctions: Two different sized allocas are *not...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-09-10 Stepan DyatkovskiyMergeFunctions: FunctionPtr has been renamed to Functio...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-08-25 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-07-31 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-07-15 Stepan DyatkovskiyMergeFunc patch from Björn Steinbrink.
2014-06-22 Stepan DyatkovskiyMergeFunctions Pass, removed DenseMap helpers.
2014-06-22 Stepan DyatkovskiyMergeFunctions Pass, updated header comments.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, FnSet has been replaced with FnTree.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, removed unused methods from old...
2014-06-21 Stepan DyatkovskiyMergeFunctions, doSanityCheck: fixed body comments.
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, introduced sanity check, that...
2014-06-21 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-06-20 Stepan DyatkovskiyCommited patch from Björn Steinbrink:
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-07 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-07 Stepan DyatkovskiySecond patch of patch series that improves MergeFunctio...
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-14 Stepan DyatkovskiyMergeFunctions, cmpType: fixed variable names from...
2014-03-14 Stepan DyatkovskiyMergeFunctions, cmpType: Fixed comments wrapping.
2014-03-13 Stepan DyatkovskiyFirst patch of patch series that improves MergeFunction...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-25 Rafael EspindolaMake a few more DataLayout variables const.
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-01-24 Alp TokerFix known typos
2013-11-26 Stepan DyatkovskiyPR17925 bugfix.
2013-11-10 Matt ArsenaultTeach MergeFunctions about address spaces
2013-10-01 Matt ArsenaultDon't merge tiny functions.
2013-09-17 Stepan DyatkovskiyBugfix for PR17099:
2013-04-19 Benjamin KramerMergeFunc: Make pointer and integer types generate...
2013-04-18 Bill WendlingImplement a better fix for PR15185.
2013-04-15 Bill WendlingWe are not able to bitcast a pointer to an integral...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-19 Bill WendlingRemove tabs.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2011-08-15 Eli FriedmanUpdate inter-procedural optimizations for atomic load...
2011-07-29 Eli FriedmanMisc optimizer+codegen work for 'cmpxchg' and 'atomicrm...
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-25 Nick LewyckyNo functionality change, just adjust some whitespace...
2011-02-20 Nick LewyckyInstead of keeping two Value*->id# mappings, keep one...
2011-02-09 Nick LewyckyWhen removing a function from the function set and...
2011-02-06 Nick LewyckySimplify away redundant test, and document what's going on.
next