aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* include passes.h which defines the interface this file exposesChris Lattner2003-09-302-8/+8
* Standardize header file commentsChris Lattner2003-09-303-3/+3
* Doxygen-ified comments.Misha Brukman2003-09-301-187/+147
* Made code more terse:Misha Brukman2003-09-301-15/+4
* Add statistic for # of emitWord() calls.Brian Gaeke2003-09-301-0/+2
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-301-2/+2
* Update file headers for renamed files.Chris Lattner2003-09-301-12/+4
* Fixed space issues, code alignment, tabs -> spaces.Misha Brukman2003-09-291-11/+11
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-291-0/+374
* Tersified code:Misha Brukman2003-09-291-39/+33
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-291-127/+50
* Removed Support directory. It now lives in llvm/support/lib.John Criswell2003-09-291-1/+1
* Moved code from llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-291-1/+1
* Just rethrow previous exception instead of making a new oneChris Lattner2003-09-261-1/+1
* Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner2003-09-251-3/+2
* DOn't crash if program calls the null pointerChris Lattner2003-09-241-1/+7
* Fix alignment problemChris Lattner2003-09-241-1/+1
* Remove explicit use of BasicBlock::succ_iteratorChris Lattner2003-09-241-2/+2
* Actually assign the string correctly through the std::string pointer.Misha Brukman2003-09-241-2/+2
* Use global *_iteratorChris Lattner2003-09-241-2/+1
* Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner2003-09-244-8/+4
* * Eliminate BytecodeBufferReader::Length member variableMisha Brukman2003-09-241-26/+7
* Do not use BasicBlock::succ_iteratorChris Lattner2003-09-241-2/+1
* Update head-of-file comment.Brian Gaeke2003-09-242-2/+20
* Untabify tabs in stuff I've recently added.Brian Gaeke2003-09-244-6/+312
* Use getRegClassID() instead of getRegClass()->getID(), since it's there.Brian Gaeke2003-09-242-34/+30
* Remove some unused methods of class IGNode.Brian Gaeke2003-09-242-26/+0
* Added code that ensures that we pass the beginning of the data buffer toJohn Criswell2003-09-231-1/+1
* Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.llChris Lattner2003-09-231-2/+8
* Fixed spelling.Misha Brukman2003-09-232-3/+3
* Fix spelling.Misha Brukman2003-09-231-1/+1
* Stop returning bool and pass Instruction by reference;Misha Brukman2003-09-232-135/+146
* Suggestions made by Chris:Misha Brukman2003-09-231-10/+14
* * Group class definitions & implementations togetherMisha Brukman2003-09-231-58/+110
* Move getAnalysisUsage method from header to .cpp file. Add a normal fileChris Lattner2003-09-234-42/+44
* * Constantify arguments to copy functionMisha Brukman2003-09-231-8/+4
* Removed no longer used member variable.Misha Brukman2003-09-221-4/+1
* Uppercase the acronym ASCII.Misha Brukman2003-09-221-1/+1
* Added file header comment.Misha Brukman2003-09-221-0/+7
* * No longer initialize the module, a subclass is more suitable to do thisMisha Brukman2003-09-221-6/+6
* Update file header for renamed fileChris Lattner2003-09-223-3/+3
* * Cleaned up code:Misha Brukman2003-09-224-340/+443
* Fix bugs in the last changeChris Lattner2003-09-221-2/+2
* Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.llChris Lattner2003-09-221-2/+7
* Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.llChris Lattner2003-09-221-1/+28
* Credits now go into the top-level CREDITS.TXTMisha Brukman2003-09-221-3/+0
* Credits are now in top-level CREDITS.TXTMisha Brukman2003-09-221-2/+0
* Squelch warningChris Lattner2003-09-222-3/+3
* Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve2003-09-211-4/+4
* Use C++ math header instead of C version.Brian Gaeke2003-09-212-2/+2