Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96 | Chris Lattner | 2002-09-13 | 1 | -0/+4 |
| | | | | | | compiler. llvm-svn: 3697 | ||||
* | Simplify interface to parsers. | Chris Lattner | 2002-08-07 | 1 | -92/+77 |
| | | | | llvm-svn: 3255 | ||||
* | Changes to build with GCC 3.1 | Chris Lattner | 2002-07-24 | 1 | -11/+11 |
| | | | | llvm-svn: 3064 | ||||
* | Add support for removing an option from a genericparser | Chris Lattner | 2002-07-23 | 1 | -1/+16 |
| | | | | llvm-svn: 2998 | ||||
* | Change to avoid bug in GCC 3.0.4 | Chris Lattner | 2002-07-23 | 1 | -3/+4 |
| | | | | llvm-svn: 2997 | ||||
* | Checkin CommandLine 2.0 | Chris Lattner | 2002-07-22 | 1 | -229/+762 |
| | | | | llvm-svn: 2982 | ||||
* | Add ability to update existing variables with values read from the command line | Chris Lattner | 2002-05-22 | 1 | -9/+48 |
| | | | | | | | | | to certain classes. This is nice because it means that in header files we can just declare a value, and still have that value be set based on a command-line argument. The difference is now that the #include of CommandLine.h does not need to go into the header file as well. llvm-svn: 2708 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -18/+18 |
| | | | | llvm-svn: 1503 | ||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -0/+399 |
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 |