| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename TarjanSCCIterator -> scc_iterator | Chris Lattner | 2003-08-31 | 2 | -38/+36 |
* | ELIMINATE the SCC class completely. One less thing deriving from std::vector | Chris Lattner | 2003-08-31 | 2 | -50/+18 |
* | Move the HasLoop method from the SCC class to the iterator class | Chris Lattner | 2003-08-31 | 2 | -24/+26 |
* | Remove explicit passing of SCC's around as objects. | Chris Lattner | 2003-08-31 | 1 | -2/+2 |
* | This should use Support/iterator, not <iterator> | Chris Lattner | 2003-08-31 | 1 | -3/+2 |
* | Cleanups, move the getAnalysisUsage method to the .cpp file | Chris Lattner | 2003-08-31 | 1 | -30/+11 |
* | Fix an FLAT OUT WRONG comment | Chris Lattner | 2003-08-31 | 1 | -2/+3 |
* | * Cleanups | Chris Lattner | 2003-08-31 | 2 | -42/+28 |
* | Add accessor function for the PruneEH pass | Chris Lattner | 2003-08-31 | 1 | -0/+6 |
* | Minor simplification | Chris Lattner | 2003-08-31 | 1 | -2/+1 |
* | Initial checkin of the CallGraphSCCPass class | Chris Lattner | 2003-08-31 | 1 | -0/+42 |
* | Remove usage of unsigned long: unsigned should be enough! | Chris Lattner | 2003-08-31 | 2 | -46/+46 |
* | This file uses cerr without including <iostream>. Since it's just for debugg... | Chris Lattner | 2003-08-31 | 2 | -10/+10 |
* | s/Meth/F | Chris Lattner | 2003-08-31 | 1 | -6/+6 |
* | Add new helper function which makes it even easier to do this sort of thing | Chris Lattner | 2003-08-31 | 1 | -0/+6 |
* | Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4... | Chris Lattner | 2003-08-29 | 1 | -6/+1 |
* | Move getAnalysisToUpdate to after the definition of AnalysisResolver. | Chris Lattner | 2003-08-29 | 2 | -6/+17 |
* | Fix compilation problems with G++ 3.4 | Chris Lattner | 2003-08-29 | 2 | -34/+34 |
* | Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol... | Chris Lattner | 2003-08-29 | 2 | -5/+10 |
* | Add new method | Chris Lattner | 2003-08-29 | 1 | -0/+4 |
* | Moved index in BB to common graph class. | Tanya Lattner | 2003-08-28 | 1 | -2/+4 |
* | Spell `incompatible' correctly. | Misha Brukman | 2003-08-27 | 2 | -4/+4 |
* | *** empty log message *** | Tanya Lattner | 2003-08-27 | 1 | -2/+2 |
* | Cleaned up the code (spacing, not needed headers) and changed ostream functio... | Tanya Lattner | 2003-08-27 | 1 | -91/+86 |
* | SchedGraphCommon header file. Contains class definition for SchedGraphCommon ... | Tanya Lattner | 2003-08-25 | 1 | -0/+215 |
* | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 1 | -4/+0 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 1 | -3/+3 |
* | Targets should configure themselves based on the module, not some wierd flags | Chris Lattner | 2003-08-24 | 1 | -16/+3 |
* | Allow modules to have 'any' pointer size and endianness. | Chris Lattner | 2003-08-24 | 1 | -8/+3 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -2/+3 |
* | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner | 2003-08-24 | 1 | -1/+4 |
* | Initial support for recognizing LLVM exception handling intrinsics | Chris Lattner | 2003-08-24 | 1 | -0/+7 |
* | Allow specifying the name for the newly split basic block | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Add period | Chris Lattner | 2003-08-23 | 1 | -1/+1 |
* | Rename SwitchInst::dest_push_back -> addCase | Chris Lattner | 2003-08-23 | 1 | -1/+9 |
* | Of course, the copy ctor really should copy the operand as well | Chris Lattner | 2003-08-23 | 1 | -5/+5 |
* | Add more methods to be more value-like | Chris Lattner | 2003-08-23 | 1 | -0/+6 |
* | Initial checkin of ValueHolder helper class | Chris Lattner | 2003-08-23 | 1 | -0/+36 |
* | Add missing #include | Chris Lattner | 2003-08-22 | 1 | -0/+1 |
* | Changes to work better with GCC3.4/LLVM G++ | Chris Lattner | 2003-08-22 | 2 | -6/+12 |
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 7 | -8/+8 |
* | The JIT now passes the environment pointer to the main() function when it | John Criswell | 2003-08-21 | 1 | -2/+4 |
* | Remove unused file | Chris Lattner | 2003-08-21 | 1 | -26/+0 |
* | Make assertion message more helpful in a case that might happen... | Chris Lattner | 2003-08-19 | 2 | -2/+4 |
* | Add new methods, update comments | Chris Lattner | 2003-08-18 | 1 | -2/+10 |
* | Add intrinsics for the llvm.sig(set|long)jmp functions | Chris Lattner | 2003-08-18 | 1 | -0/+2 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 11 | -14/+14 |
* | Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll | Chris Lattner | 2003-08-16 | 1 | -6/+8 |
* | lib/Support/CommandLine.cpp: | Brian Gaeke | 2003-08-15 | 2 | -2/+2 |
* | hash_map and hash_set: | Misha Brukman | 2003-08-15 | 2 | -5/+13 |