aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-312-46/+46
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-312-10/+10
* s/Meth/FChris Lattner2003-08-311-6/+6
* Add new helper function which makes it even easier to do this sort of thingChris Lattner2003-08-311-0/+6
* Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...Chris Lattner2003-08-291-6/+1
* Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner2003-08-292-6/+17
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-292-34/+34
* Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner2003-08-292-5/+10
* Add new methodChris Lattner2003-08-291-0/+4
* Moved index in BB to common graph class.Tanya Lattner2003-08-281-2/+4
* Spell `incompatible' correctly.Misha Brukman2003-08-272-4/+4
* *** empty log message ***Tanya Lattner2003-08-271-2/+2
* Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner2003-08-271-91/+86
* SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner2003-08-251-0/+215
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-251-4/+0
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-3/+3
* Targets should configure themselves based on the module, not some wierd flagsChris Lattner2003-08-241-16/+3
* Allow modules to have 'any' pointer size and endianness.Chris Lattner2003-08-241-8/+3
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-241-2/+3
* Add versions of InlineFunction which work on Invoke instructions and general ...Chris Lattner2003-08-241-1/+4
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-241-0/+7
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-241-1/+1
* Add periodChris Lattner2003-08-231-1/+1
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-231-1/+9
* Of course, the copy ctor really should copy the operand as wellChris Lattner2003-08-231-5/+5
* Add more methods to be more value-likeChris Lattner2003-08-231-0/+6
* Initial checkin of ValueHolder helper classChris Lattner2003-08-231-0/+36
* Add missing #includeChris Lattner2003-08-221-0/+1
* Changes to work better with GCC3.4/LLVM G++Chris Lattner2003-08-222-6/+12
* The word `dependent' has no `a'.Misha Brukman2003-08-217-8/+8
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-2/+4
* Remove unused fileChris Lattner2003-08-211-26/+0
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-192-2/+4
* Add new methods, update commentsChris Lattner2003-08-181-2/+10
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-181-0/+2