summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-10
* Fix spelloChris Lattner2003-09-10
* Fix spell-o'sChris Lattner2003-09-10
* Spelling fixesChris Lattner2003-09-10
* Fix bug: InstCombine/2003-09-09-VolatileLoadElim.llChris Lattner2003-09-09
* Eliminate the unwind intrinsic, it is now an instructionChris Lattner2003-09-08
* add support for the unwind instChris Lattner2003-09-08
* Add the unwind instruction classChris Lattner2003-09-08
* Add new unwind instruction. Happily there was a slot leftover from when theChris Lattner2003-09-08
* Add support for volatile loads/storesChris Lattner2003-09-08
* 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