Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-17 | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 1 | -2/+1 | |
More to follow... llvm-svn: 84352 | |||||
2009-07-11 | Delete the temp dir even when '--temp-dir' is specified. | Mikhail Glushenkov | 1 | -2/+1 | |
llvm-svn: 75374 | |||||
2009-07-09 | Remove some duplication. | Mikhail Glushenkov | 1 | -17/+17 | |
llvm-svn: 75163 | |||||
2009-07-09 | Fixed handling of -t. It gets the prirority for temp dir name. | Sanjiv Gupta | 1 | -0/+1 | |
llvm-svn: 75154 | |||||
2009-07-09 | Missing ) | Bill Wendling | 1 | -1/+1 | |
llvm-svn: 75126 | |||||
2009-07-09 | Add a -t="dir" option to the driver. This can be used to specify the ↵ | Sanjiv Gupta | 1 | -0/+9 | |
directory to be used as TempDir if somebody doesn't want to use the standard /tmp. llvm-svn: 75121 | |||||
2009-07-06 | Reverting back the changes checked-in accidently. | Sanjiv Gupta | 1 | -11/+0 | |
llvm-svn: 74823 | |||||
2009-07-06 | Implement _CONFIG macro to allow users to se to configuration settings on ↵ | Sanjiv Gupta | 1 | -0/+11 | |
the part. Implement _section macro to allow users to place objects in specific sections. Implement _address macro to allow users to place objects at a particular address. Placing objects at a memory address: crate a unique section name from varname, address, object type and put that section at specified address. Mark this section a full (size = banksize) so that other objects do not compete for it while placing objects to sections in AsmPrinter. llvm-svn: 74822 | |||||
2009-07-04 | Make -save-temps=obj play better with -o. | Mikhail Glushenkov | 1 | -0/+1 | |
Use only the *dirname* of the pathname given to -o, so that -o can still be used to name the output executable. This is more like what GCC 4.5 does. llvm-svn: 74790 | |||||
2009-06-30 | #include <iostream> is forbidden. Remove it in favor of raw_ostream. | Bill Wendling | 1 | -4/+4 | |
llvm-svn: 74507 | |||||
2009-06-30 | Add a way to access argv[0] in hooks. | Mikhail Glushenkov | 1 | -0/+5 | |
llvm-svn: 74483 | |||||
2009-06-30 | Move the driver entry point out of Main.inc. | Mikhail Glushenkov | 1 | -0/+125 | |
llvm-svn: 74482 |