aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a typo I happened to notice.Brian Gaeke2003-09-241-3/+3
* Fix bug in previous checkinChris Lattner2003-09-231-1/+1
* Added code that ensures that we pass the beginning of the data buffer toJohn Criswell2003-09-231-1/+1
* Update email addrChris Lattner2003-09-231-0/+1
* If we fail to find python or qmtest, give a warning message instead of anJohn Criswell2003-09-232-8/+6
* Make it detect failed builds betterChris Lattner2003-09-231-1/+2
* Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.llChris Lattner2003-09-231-2/+8
* new testcaseChris Lattner2003-09-231-0/+16
* Fixed spelling.Misha Brukman2003-09-232-3/+3
* Fix spelling.Misha Brukman2003-09-231-1/+1
* Squelch warning and delete extra space.Misha Brukman2003-09-231-4/+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
* Added code that stops the configure script if a needed program is not found.John Criswell2003-09-232-13/+150
* 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
* Added doxygen comments for the streaming module provider.Misha Brukman2003-09-221-6/+7
* * Cleaned up code:Misha Brukman2003-09-224-340/+443
* Added functions to perform streaming function loading, doxygenified comments.Misha Brukman2003-09-221-9/+25
* Converted tabs to spaces.Misha Brukman2003-09-221-14/+14
* Materialize the module before releasing it.Misha Brukman2003-09-221-5/+10
* Fix bugs in the last changeChris Lattner2003-09-221-2/+2
* Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.llChris Lattner2003-09-221-2/+7
* new testcase, reduced by bugpointChris Lattner2003-09-221-0/+24
* Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.llChris Lattner2003-09-221-1/+28
* new testcase which crashes the inliner, thanks Bugpoint!Chris Lattner2003-09-221-0/+26
* 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
* Keep all the contributors in one place, instead of all over the code base.Misha Brukman2003-09-221-0/+44
* Squelch warningChris Lattner2003-09-222-3/+3
* Squelch warningChris Lattner2003-09-222-0/+2
* Minor cleanups:Chris Lattner2003-09-221-38/+15
* new testcase that crashes the C++ frontend, found by JohnChris Lattner2003-09-221-0/+9
* 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
* Erase now-unused prototypes.Brian Gaeke2003-09-212-6/+0
* Rearrange #includes ... since there are fewer now I guess it's a win.Brian Gaeke2003-09-212-4/+4
* Standardize the names of include guards.Brian Gaeke2003-09-2110-22/+20
* Standardize the names of include guards.Brian Gaeke2003-09-212-8/+4
* Standardize the names of include guards.Brian Gaeke2003-09-212-12/+10