| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove some beta code that no longer has an owner. | Chris Lattner | 2005-10-24 | 1 | -569/+0 |
| | | | | | llvm-svn: 23944 | ||||
| * | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 1 | -24/+24 |
| | | | | | llvm-svn: 21480 | ||||
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -37/+37 |
| | | | | | llvm-svn: 21427 | ||||
| * | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| | | | | | | | by Bjørn Wennberg llvm-svn: 18627 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 15334 | ||||
| * | These files don't need to include <iostream> since they include ↵ | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
| | | | | | | | "Support/Debug.h". llvm-svn: 15089 | ||||
| * | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
| | | | | | llvm-svn: 14622 | ||||
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+3 |
| | | | | | llvm-svn: 9903 | ||||
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
| * | Regularize header file comment, eliminate using's | Chris Lattner | 2003-10-13 | 1 | -22/+20 |
| | | | | | llvm-svn: 9069 | ||||
| * | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -2/+2 |
| | | | | | llvm-svn: 9027 | ||||
| * | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 7492 | ||||
| * | Changes to runtime framework | Anand Shukla | 2003-02-14 | 1 | -5/+5 |
| | | | | | llvm-svn: 5572 | ||||
| * | Clean up #includes | Chris Lattner | 2003-01-14 | 1 | -4/+1 |
| | | | | | | | Move graph.h into local directory llvm-svn: 5276 | ||||
| * | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Renamed StatisticReporter.h/cpp to Statistic.h/cpp * Broke constructor to take two const char * arguments instead of one, so that indendation can be taken care of automatically. * Sort the list by pass name when printing * Make sure to print all statistics as a group, instead of randomly when the statistics dtors are called. * Updated ProgrammersManual with new semantics. llvm-svn: 4001 | ||||
| * | Incorporated changes in alloca and getElementPointer instruction | Anand Shukla | 2002-09-16 | 1 | -43/+65 |
| | | | | | llvm-svn: 3733 | ||||
| * | minor corrections | Anand Shukla | 2002-07-18 | 1 | -28/+82 |
| | | | | | llvm-svn: 2971 | ||||
| * | additions and bug fixes | Anand Shukla | 2002-06-25 | 1 | -49/+112 |
| | | | | | llvm-svn: 2794 | ||||
| * | Convert code to use the DEBUG macro so that debug code can simply be | Chris Lattner | 2002-05-22 | 1 | -21/+15 |
| | | | | | | | enabled with the -debug command line option. llvm-svn: 2721 | ||||
| * | * Changes to compile successfully with GCC 3.0 | Chris Lattner | 2002-02-26 | 1 | -6/+13 |
| | | | | | | | | * Eliminated memory leak in processGraph * Pass vectors by const reference to moveDummyCode instead of by copy llvm-svn: 1808 | ||||
| * | Initial check in of graph.cpp: implements graph interface used in path profiles | Anand Shukla | 2002-02-26 | 1 | -0/+425 |
| llvm-svn: 1803 | |||||

