aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Do not segfault when the post-dominator tree is empty (ie, there are no returnChris Lattner2003-09-151-1/+2
* Add prototype for the lowersetjmp passChris Lattner2003-09-151-0/+7
* Get rid of the whole "Node2" business, rename getNode() ->getBlock() toChris Lattner2003-09-111-20/+15
* Rework dominator and post dominator information so that we do not have toChris Lattner2003-09-102-20/+61
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-101-12/+13
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-101-2/+2
* Fix spelloChris Lattner2003-09-102-2/+2
* Fix spell-o'sChris Lattner2003-09-101-1/+1
* Spelling fixesChris Lattner2003-09-101-2/+2
* Fix bug: InstCombine/2003-09-09-VolatileLoadElim.llChris Lattner2003-09-091-0/+2
* Eliminate the unwind intrinsic, it is now an instructionChris Lattner2003-09-081-2/+0
* add support for the unwind instChris Lattner2003-09-081-0/+1
* Add the unwind instruction classChris Lattner2003-09-081-1/+32
* Add new unwind instruction. Happily there was a slot leftover from when theChris Lattner2003-09-081-1/+2
* Add support for volatile loads/storesChris Lattner2003-09-081-6/+31
* No longer usedBrian Gaeke2003-09-051-16/+0
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-051-4/+3
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-4/+2
* Zap some more unused static method declsBrian Gaeke2003-09-051-9/+0
* Get friendlyChris Lattner2003-09-051-2/+11
* Reshuffling of APIsChris Lattner2003-09-051-1/+44
* Remove methodChris Lattner2003-09-041-7/+0
* Interpreter cleanups:Brian Gaeke2003-09-041-3/+2
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-0/+3
* New methodChris Lattner2003-09-021-0/+3
* Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner2003-09-021-9/+0
* Added the MakeFileReadable() method.John Criswell2003-09-022-0/+34
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-022-0/+30
* The description is no longer stored directly in the type.Chris Lattner2003-09-021-6/+1
* Dead header fileChris Lattner2003-09-011-20/+0
* Add RPR prototype hereChris Lattner2003-09-011-0/+8
* Remove dead fileChris Lattner2003-09-011-24/+0
* No longer require an OptInfoChris Lattner2003-09-011-2/+0
* Remove header files that were privatizedChris Lattner2003-09-012-31/+0
* This file is never #includedChris Lattner2003-09-011-15/+0
* This file is just a subset of Cilkifier.hChris Lattner2003-09-011-26/+0
* Other minor cleanups while I'm in the areaChris Lattner2003-09-011-10/+3
* Fix spell-oChris Lattner2003-09-011-1/+2
* Change the RaiseAllocations pass from being a BasicBlockPass to being a PassChris Lattner2003-09-012-3/+9
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-312-38/+36
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-312-50/+18
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-312-24/+26
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-311-2/+2
* This should use Support/iterator, not <iterator>Chris Lattner2003-08-311-3/+2
* Cleanups, move the getAnalysisUsage method to the .cpp fileChris Lattner2003-08-311-30/+11
* Fix an FLAT OUT WRONG commentChris Lattner2003-08-311-2/+3
* * CleanupsChris Lattner2003-08-312-42/+28
* Add accessor function for the PruneEH passChris Lattner2003-08-311-0/+6
* Minor simplificationChris Lattner2003-08-311-2/+1
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-311-0/+42