summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-31
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-31
* This should use Support/iterator, not <iterator>Chris Lattner2003-08-31
* Cleanups, move the getAnalysisUsage method to the .cpp fileChris Lattner2003-08-31
* Fix an FLAT OUT WRONG commentChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Add accessor function for the PruneEH passChris Lattner2003-08-31
* Minor simplificationChris Lattner2003-08-31
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-31
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-31
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-31
* s/Meth/FChris Lattner2003-08-31
* Add new helper function which makes it even easier to do this sort of thingChris Lattner2003-08-31
* Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...Chris Lattner2003-08-29
* Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner2003-08-29
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-29
* Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner2003-08-29
* Add new methodChris Lattner2003-08-29
* Moved index in BB to common graph class.Tanya Lattner2003-08-28
* Spell `incompatible' correctly.Misha Brukman2003-08-27
* *** empty log message ***Tanya Lattner2003-08-27
* Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner2003-08-27
* SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner2003-08-25
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-25
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Targets should configure themselves based on the module, not some wierd flagsChris Lattner2003-08-24
* Allow modules to have 'any' pointer size and endianness.Chris Lattner2003-08-24
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-24
* Add versions of InlineFunction which work on Invoke instructions and general ...Chris Lattner2003-08-24
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-24
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-24
* Add periodChris Lattner2003-08-23
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-23
* Of course, the copy ctor really should copy the operand as wellChris Lattner2003-08-23
* Add more methods to be more value-likeChris Lattner2003-08-23
* Initial checkin of ValueHolder helper classChris Lattner2003-08-23
* Add missing #includeChris Lattner2003-08-22
* Changes to work better with GCC3.4/LLVM G++Chris Lattner2003-08-22
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Remove unused fileChris Lattner2003-08-21
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-19
* Add new methods, update commentsChris Lattner2003-08-18
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-16
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-15
* hash_map and hash_set:Misha Brukman2003-08-15
* Reordered includes to be consistent with the LLVM style.Misha Brukman2003-08-15
* Remove extraneous #includeChris Lattner2003-08-15