summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* No longer usedBrian Gaeke2003-09-05
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-05
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Zap some more unused static method declsBrian Gaeke2003-09-05
* Get friendlyChris Lattner2003-09-05
* Reshuffling of APIsChris Lattner2003-09-05
* Remove methodChris Lattner2003-09-04
* Interpreter cleanups:Brian Gaeke2003-09-04
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* New methodChris Lattner2003-09-02
* Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner2003-09-02
* Added the MakeFileReadable() method.John Criswell2003-09-02
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-02
* The description is no longer stored directly in the type.Chris Lattner2003-09-02
* Dead header fileChris Lattner2003-09-01
* Add RPR prototype hereChris Lattner2003-09-01
* Remove dead fileChris Lattner2003-09-01
* No longer require an OptInfoChris Lattner2003-09-01
* Remove header files that were privatizedChris Lattner2003-09-01
* This file is never #includedChris Lattner2003-09-01
* This file is just a subset of Cilkifier.hChris Lattner2003-09-01
* Other minor cleanups while I'm in the areaChris Lattner2003-09-01
* Fix spell-oChris Lattner2003-09-01
* Change the RaiseAllocations pass from being a BasicBlockPass to being a PassChris Lattner2003-09-01
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-31
* 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