Add C API for thread yielding callback.
[oota-llvm.git] / lib / IR / PassManager.cpp
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-04-21 Chandler Carruth[PM] Fix a bug where we didn't properly clear the list...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-19 Hans WennborgFix comment (PR19188)
2014-03-13 Chandler Carruth[PM] Stop playing fast and loose with rebinding of...
2014-03-10 Chandler Carruth[PM] While I'm here, fix a few other clang-format issue...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2013-11-26 Chandler Carruth[PM] Factor the overwhelming majority of the interface...
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-15 Chandler Carruth[PM] Fix an iterator problem spotted by the MSVC debug...
2013-11-15 Chandler Carruth[PM] Run clang-format on a few lines that I missed...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-04-03 Eli BenderskyMeasure time that IR parsing took as part of the -time...
2013-02-26 Michael IlsemanUse a DenseMap instead of a std::map for AnalysisID...
2013-02-06 Craig TopperRemove extra blank line between closing curly brace...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.