summaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
Commit message (Expand)AuthorAge
* Re-install patch to enable use of PassID.Devang Patel2007-05-02
* revert enough of devang's recent patches to get the tree basically working againChris Lattner2007-05-02
* disable this assertion as a hack to get the build more unbroken :(Chris Lattner2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Move ~Pass() from Pass.h into Pass.cppDevang Patel2007-04-26
* Fix a bug that prevented the JIT from working correctly after llvm_shutdown.Chris Lattner2007-04-21
* Unbreak VC++ build.Jeff Cohen2007-03-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* 1) Remove old AnalysisResolver.Devang Patel2007-01-05
* Remove old pass manager.Devang Patel2007-01-05
* ModulePass and ImmutablePass. Force out of line virtual method.Devang Patel2006-12-22
* Using PDL as a prefix for PassDebugLevel enums is not a good idea.Devang Patel2006-12-13
* Move enum PassDebugLevel from PassManagerT.h to Pass.h.Devang Patel2006-12-13
* Add #ifdef switch toggle between old and new pass manager. However,Devang Patel2006-12-13
* fix PR1039 by making timing info be destroyed by llvm_shutdown, not byChris Lattner2006-12-10
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Switch analysis groups to be unregistered when llvm_shutdown is called.Chris Lattner2006-12-01
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-01
* move 'cfgonly' pass tracking into PassInfo, instead of handling it withChris Lattner2006-12-01
* Add explicit doInitialization/doFinalization methods instead of makingChris Lattner2006-09-04
* We no longer care whether something is an opt vs analysis pass, only whetherChris Lattner2006-08-27
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-06
* For PR780:Reid Spencer2006-06-07
* Speedup and simplify pass registration by the observation that there isChris Lattner2006-01-23
* Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner2006-01-04
* Older compilers won't like the inline virtual destructor in the header fileReid Spencer2005-04-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR387:\Reid Spencer2004-12-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-24
* There is no error message to print out, end sentence with `!'Misha Brukman2004-07-07
* Fix for bug 391.Reid Spencer2004-07-07
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-04
* Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlockChris Lattner2004-02-29
* Fix typo in commentBrian Gaeke2004-02-28
* Two problems with these lines of code:Chris Lattner2004-02-09
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* * Remove extraneous #includesChris Lattner2003-10-13
* Rename methodChris Lattner2003-10-12
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-10
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-14
* Dramatically simplify how -time-passes works.Chris Lattner2003-08-14
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-12
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove usage of sys/unistd.hChris Lattner2003-06-19