| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update head-of-file comment. | Brian Gaeke | 2003-09-24 | 2 | -2/+20 |
* | Untabify tabs in stuff I've recently added. | Brian Gaeke | 2003-09-24 | 4 | -6/+312 |
* | Use getRegClassID() instead of getRegClass()->getID(), since it's there. | Brian Gaeke | 2003-09-24 | 2 | -34/+30 |
* | Remove some unused methods of class IGNode. | Brian Gaeke | 2003-09-24 | 2 | -26/+0 |
* | Fix a typo I happened to notice. | Brian Gaeke | 2003-09-24 | 1 | -3/+3 |
* | Fix bug in previous checkin | Chris Lattner | 2003-09-23 | 1 | -1/+1 |
* | Added code that ensures that we pass the beginning of the data buffer to | John Criswell | 2003-09-23 | 1 | -1/+1 |
* | Update email addr | Chris Lattner | 2003-09-23 | 1 | -0/+1 |
* | If we fail to find python or qmtest, give a warning message instead of an | John Criswell | 2003-09-23 | 2 | -8/+6 |
* | Make it detect failed builds better | Chris Lattner | 2003-09-23 | 1 | -1/+2 |
* | Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll | Chris Lattner | 2003-09-23 | 1 | -2/+8 |
* | new testcase | Chris Lattner | 2003-09-23 | 1 | -0/+16 |
* | Fixed spelling. | Misha Brukman | 2003-09-23 | 2 | -3/+3 |
* | Fix spelling. | Misha Brukman | 2003-09-23 | 1 | -1/+1 |
* | Squelch warning and delete extra space. | Misha Brukman | 2003-09-23 | 1 | -4/+1 |
* | Stop returning bool and pass Instruction by reference; | Misha Brukman | 2003-09-23 | 2 | -135/+146 |
* | Suggestions made by Chris: | Misha Brukman | 2003-09-23 | 1 | -10/+14 |
* | * Group class definitions & implementations together | Misha Brukman | 2003-09-23 | 1 | -58/+110 |
* | Added code that stops the configure script if a needed program is not found. | John Criswell | 2003-09-23 | 2 | -13/+150 |
* | Move getAnalysisUsage method from header to .cpp file. Add a normal file | Chris Lattner | 2003-09-23 | 4 | -42/+44 |
* | * Constantify arguments to copy function | Misha Brukman | 2003-09-23 | 1 | -8/+4 |
* | Removed no longer used member variable. | Misha Brukman | 2003-09-22 | 1 | -4/+1 |
* | Uppercase the acronym ASCII. | Misha Brukman | 2003-09-22 | 1 | -1/+1 |
* | Added file header comment. | Misha Brukman | 2003-09-22 | 1 | -0/+7 |
* | * No longer initialize the module, a subclass is more suitable to do this | Misha Brukman | 2003-09-22 | 1 | -6/+6 |
* | Update file header for renamed file | Chris Lattner | 2003-09-22 | 3 | -3/+3 |
* | Added doxygen comments for the streaming module provider. | Misha Brukman | 2003-09-22 | 1 | -6/+7 |
* | * Cleaned up code: | Misha Brukman | 2003-09-22 | 4 | -340/+443 |
* | Added functions to perform streaming function loading, doxygenified comments. | Misha Brukman | 2003-09-22 | 1 | -9/+25 |
* | Converted tabs to spaces. | Misha Brukman | 2003-09-22 | 1 | -14/+14 |
* | Materialize the module before releasing it. | Misha Brukman | 2003-09-22 | 1 | -5/+10 |
* | Fix bugs in the last change | Chris Lattner | 2003-09-22 | 1 | -2/+2 |
* | Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll | Chris Lattner | 2003-09-22 | 1 | -2/+7 |
* | new testcase, reduced by bugpoint | Chris Lattner | 2003-09-22 | 1 | -0/+24 |
* | Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll | Chris Lattner | 2003-09-22 | 1 | -1/+28 |
* | new testcase which crashes the inliner, thanks Bugpoint! | Chris Lattner | 2003-09-22 | 1 | -0/+26 |
* | Credits now go into the top-level CREDITS.TXT | Misha Brukman | 2003-09-22 | 1 | -3/+0 |
* | Credits are now in top-level CREDITS.TXT | Misha Brukman | 2003-09-22 | 1 | -2/+0 |
* | Keep all the contributors in one place, instead of all over the code base. | Misha Brukman | 2003-09-22 | 1 | -0/+44 |
* | Squelch warning | Chris Lattner | 2003-09-22 | 2 | -3/+3 |
* | Squelch warning | Chris Lattner | 2003-09-22 | 2 | -0/+2 |
* | Minor cleanups: | Chris Lattner | 2003-09-22 | 1 | -38/+15 |
* | new testcase that crashes the C++ frontend, found by John | Chris Lattner | 2003-09-22 | 1 | -0/+9 |
* | Fix assertion so it doesn't not trip incorrectly. | Vikram S. Adve | 2003-09-21 | 1 | -4/+4 |
* | Use C++ math header instead of C version. | Brian Gaeke | 2003-09-21 | 2 | -2/+2 |
* | Erase now-unused prototypes. | Brian Gaeke | 2003-09-21 | 2 | -6/+0 |
* | Rearrange #includes ... since there are fewer now I guess it's a win. | Brian Gaeke | 2003-09-21 | 2 | -4/+4 |
* | Standardize the names of include guards. | Brian Gaeke | 2003-09-21 | 10 | -22/+20 |
* | Standardize the names of include guards. | Brian Gaeke | 2003-09-21 | 2 | -8/+4 |
* | Standardize the names of include guards. | Brian Gaeke | 2003-09-21 | 2 | -12/+10 |