| Commit message (Expand) | Author | Age | Files | Lines |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -3/+3 |
* | Guard the listeners list. Unfortunately, this requires a real static rather | Owen Anderson | 2009-06-24 | 1 | -0/+5 |
* | Move the memory fences out of the path for single-threaded mode. | Owen Anderson | 2009-06-19 | 1 | -5/+6 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -1/+1 |
* | As pointed out by Duncan, I accidentally dropped the first MemoryFence of the | Owen Anderson | 2009-06-18 | 1 | -4/+8 |
* | Add braces to clarify if/else structure and remove warning. | Nick Lewycky | 2009-06-18 | 1 | -1/+2 |
* | We need to use double-checked locking for lazy initialization in this case wh... | Owen Anderson | 2009-06-17 | 1 | -1/+15 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -1/+1 |
* | Speed up the passmgr by avoiding heap thrashing on vectors. | Chris Lattner | 2008-08-08 | 1 | -2/+3 |
* | fix some warnings when assertions are disabled. | Chris Lattner | 2008-06-21 | 1 | -1/+1 |
* | Add #includes to make some dependencies explicit. | Dan Gohman | 2008-05-23 | 1 | -0/+1 |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 1 | -21/+16 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | Update comments; getPassName no longer uses RTTI. | Dan Gohman | 2008-03-14 | 1 | -2/+4 |
* | Remove unused runPass methods. | Dan Gohman | 2008-03-08 | 1 | -14/+0 |
* | Fix 80-col violations. | Dan Gohman | 2008-01-29 | 1 | -1/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reduce reliance on rtti info | Chris Lattner | 2007-10-18 | 1 | -2/+1 |
* | Re-install patch to enable use of PassID. | Devang Patel | 2007-05-02 | 1 | -15/+14 |
* | revert enough of devang's recent patches to get the tree basically working again | Chris Lattner | 2007-05-02 | 1 | -15/+16 |
* | disable this assertion as a hack to get the build more unbroken :( | Chris Lattner | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -15/+14 |
* | Move ~Pass() from Pass.h into Pass.cpp | Devang Patel | 2007-04-26 | 1 | -0/+5 |
* | Fix a bug that prevented the JIT from working correctly after llvm_shutdown. | Chris Lattner | 2007-04-21 | 1 | -6/+16 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-03-05 | 1 | -0/+1 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
* | 1) Remove old AnalysisResolver. | Devang Patel | 2007-01-05 | 1 | -8/+1 |
* | Remove old pass manager. | Devang Patel | 2007-01-05 | 1 | -175/+0 |
* | ModulePass and ImmutablePass. Force out of line virtual method. | Devang Patel | 2006-12-22 | 1 | -0/+6 |
* | Using PDL as a prefix for PassDebugLevel enums is not a good idea. | Devang Patel | 2006-12-13 | 1 | -4/+4 |
* | Move enum PassDebugLevel from PassManagerT.h to Pass.h. | Devang Patel | 2006-12-13 | 1 | -4/+4 |
* | Add #ifdef switch toggle between old and new pass manager. However, | Devang Patel | 2006-12-13 | 1 | -2/+16 |
* | fix PR1039 by making timing info be destroyed by llvm_shutdown, not by | Chris Lattner | 2006-12-10 | 1 | -2/+2 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -22/+21 |
* | Switch analysis groups to be unregistered when llvm_shutdown is called. | Chris Lattner | 2006-12-01 | 1 | -55/+36 |
* | Start moving pass registration over to using the ManagedStatic mechanism. | Chris Lattner | 2006-12-01 | 1 | -39/+52 |
* | move 'cfgonly' pass tracking into PassInfo, instead of handling it with | Chris Lattner | 2006-12-01 | 1 | -37/+26 |
* | Add explicit doInitialization/doFinalization methods instead of making | Chris Lattner | 2006-09-04 | 1 | -1/+14 |
* | We no longer care whether something is an opt vs analysis pass, only whether | Chris Lattner | 2006-08-27 | 1 | -3/+3 |
* | Change the ModuleProvider interface to not throw exceptions. | Chris Lattner | 2006-07-06 | 1 | -6/+2 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -3/+0 |
* | Speedup and simplify pass registration by the observation that there is | Chris Lattner | 2006-01-23 | 1 | -20/+17 |
* | Patch #6's in Saem's refactor-the-passmanager patch series. From him: | Chris Lattner | 2006-01-04 | 1 | -8/+8 |
* | Older compilers won't like the inline virtual destructor in the header file | Reid Spencer | 2005-04-25 | 1 | -0/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -10/+19 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | Give the -time-passes tool option a global storage location so that its | Reid Spencer | 2004-08-24 | 1 | -3/+4 |
* | There is no error message to print out, end sentence with `!' | Misha Brukman | 2004-07-07 | 1 | -1/+1 |