Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove use of deprecated apis | Chris Lattner | 2007-02-19 | 1 | -2/+1 |
* | remove use of deprecated api | Chris Lattner | 2007-02-19 | 4 | -4433/+3307 |
* | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov | 2007-02-16 | 10 | -32/+53 |
* | Add missing break statements! | Reid Spencer | 2007-02-16 | 1 | -12/+12 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 2 | -5/+5 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 5 | -3368/+4494 |
* | eliminate use of vector-related ctors | Chris Lattner | 2007-02-13 | 1 | -4/+7 |
* | regenerate | Chris Lattner | 2007-02-13 | 3 | -4625/+3325 |
* | remove use of vector-related ctors | Chris Lattner | 2007-02-13 | 1 | -5/+5 |
* | stop using me thods that take a vector | Chris Lattner | 2007-02-12 | 4 | -3322/+4622 |
* | Fix build error on ARM. | Lauro Ramos Venancio | 2007-02-12 | 1 | -1/+1 |
* | regenerate | Chris Lattner | 2007-02-11 | 3 | -4424/+3300 |
* | add #include | Chris Lattner | 2007-02-11 | 1 | -0/+1 |
* | Align make log output with the rest of llvm. | Reid Spencer | 2007-02-10 | 2 | -12/+12 |
* | Get the use of \ right. | Reid Spencer | 2007-02-09 | 1 | -3/+3 |
* | Now that gccas and gccld are just schell scripts, adjust the build ordering | Reid Spencer | 2007-02-09 | 1 | -11/+10 |
* | End of life for gccld. Remove its source code and enable the generation | Reid Spencer | 2007-02-09 | 4 | -950/+0 |
* | Write the deprecation message to stderr instead of stdout so that it | Reid Spencer | 2007-02-09 | 1 | -1/+1 |
* | Write the deprecation message to stderr instead of stdout so that it | Reid Spencer | 2007-02-09 | 1 | -0/+1 |
* | Put in a disabled template for when gccld is replaced by the shell script. | Reid Spencer | 2007-02-09 | 1 | -0/+19 |
* | Get the right warning message. | Reid Spencer | 2007-02-09 | 1 | -1/+1 |
* | New shell script to replace gccld, eventually. | Reid Spencer | 2007-02-09 | 1 | -0/+23 |
* | Clean up error handling. | Reid Spencer | 2007-02-09 | 1 | -72/+55 |
* | For PR1153: | Reid Spencer | 2007-02-08 | 1 | -0/+5 |
* | For PR1153: | Reid Spencer | 2007-02-08 | 1 | -13/+32 |
* | Regenerate. | Reid Spencer | 2007-02-08 | 3 | -1395/+1504 |
* | Rename a field so there's less confusion between fields of the same name. | Reid Spencer | 2007-02-08 | 1 | -2/+3 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -11/+20 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -4/+18 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -252/+276 |
* | Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE | Bill Wendling | 2007-02-08 | 1 | -9/+4 |
* | The new version of how to add passes to emit files. We explicitly call a | Bill Wendling | 2007-02-08 | 2 | -3/+51 |
* | Regenerate for recent changes. | Reid Spencer | 2007-02-08 | 4 | -800/+888 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -5/+29 |
* | For PR1187: | Reid Spencer | 2007-02-08 | 1 | -2/+7 |
* | move an llvmc-specific function out of the bcreader into llvmc. | Chris Lattner | 2007-02-07 | 1 | -0/+17 |
* | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 12 | -12/+38 |
* | add an option for timing bc file reading. | Chris Lattner | 2007-02-07 | 1 | -5/+12 |
* | For PR411: | Reid Spencer | 2007-02-05 | 7 | -24/+24 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
* | For PR411: | Reid Spencer | 2007-02-05 | 14 | -582/+615 |
* | Fix grammaro in output message. | Reid Spencer | 2007-02-04 | 1 | -1/+1 |
* | Regenerate. | Reid Spencer | 2007-02-04 | 3 | -252/+250 |
* | For PR1151: | Reid Spencer | 2007-02-04 | 1 | -1/+0 |
* | Make sure the gccas script is executable. | Reid Spencer | 2007-02-04 | 1 | -2/+4 |
* | For PR1072: | Reid Spencer | 2007-02-03 | 3 | -4/+2 |
* | add an instcombine pass to clean up after heavy-lifting IP passes | Chris Lattner | 2007-02-03 | 1 | -0/+6 |
* | Clean this up a bit: hide command unless verbose output requested, echo | Reid Spencer | 2007-02-03 | 1 | -2/+6 |
* | Two improvements: | Reid Spencer | 2007-02-02 | 1 | -2/+2 |
* | For PR1152: | Reid Spencer | 2007-02-02 | 3 | -221/+76 |