aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2003-09-05No longer usedBrian Gaeke
2003-09-05Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-05Zap some more unused static method declsBrian Gaeke
2003-09-05Get friendlyChris Lattner
2003-09-05Reshuffling of APIsChris Lattner
2003-09-04Remove methodChris Lattner
2003-09-04Interpreter cleanups:Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-09-02New methodChris Lattner
2003-09-02Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner
2003-09-02Added the MakeFileReadable() method.John Criswell
2003-09-02Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell
2003-09-02The description is no longer stored directly in the type.Chris Lattner
2003-09-01Dead header fileChris Lattner
2003-09-01Add RPR prototype hereChris Lattner
2003-09-01Remove dead fileChris Lattner
2003-09-01No longer require an OptInfoChris Lattner
2003-09-01Remove header files that were privatizedChris Lattner
2003-09-01This file is never #includedChris Lattner
2003-09-01This file is just a subset of Cilkifier.hChris Lattner
2003-09-01Other minor cleanups while I'm in the areaChris Lattner
2003-09-01Fix spell-oChris Lattner
2003-09-01Change the RaiseAllocations pass from being a BasicBlockPass to being a PassChris Lattner
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner
2003-08-31Move the HasLoop method from the SCC class to the iterator classChris Lattner
2003-08-31Remove explicit passing of SCC's around as objects.Chris Lattner
2003-08-31This should use Support/iterator, not <iterator>Chris Lattner
2003-08-31Cleanups, move the getAnalysisUsage method to the .cpp fileChris Lattner
2003-08-31Fix an FLAT OUT WRONG commentChris Lattner
2003-08-31* CleanupsChris Lattner
2003-08-31Add accessor function for the PruneEH passChris Lattner
2003-08-31Minor simplificationChris Lattner
2003-08-31Initial checkin of the CallGraphSCCPass classChris Lattner
2003-08-31Remove usage of unsigned long: unsigned should be enough!Chris Lattner
2003-08-31This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner
2003-08-31s/Meth/FChris Lattner
2003-08-31Add new helper function which makes it even easier to do this sort of thingChris Lattner
2003-08-29Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...Chris Lattner
2003-08-29Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner
2003-08-29Fix compilation problems with G++ 3.4Chris Lattner
2003-08-29Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner
2003-08-29Add new methodChris Lattner
2003-08-28Moved index in BB to common graph class.Tanya Lattner
2003-08-27Spell `incompatible' correctly.Misha Brukman
2003-08-27*** empty log message ***Tanya Lattner
2003-08-27Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner
2003-08-25SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner