| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the arguments passed to sys::Program::ExecuteAndWait include | Reid Spencer | 2005-04-11 | 1 | -2/+3 |
* | The first argument to ExecuteAndWait should be the program name, but pointed | Chris Lattner | 2005-04-10 | 2 | -10/+16 |
* | there is no reason to run -instcombine -instcombine! | Chris Lattner | 2005-03-29 | 1 | -1/+0 |
* | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos | 2005-03-28 | 1 | -1/+1 |
* | statically link ia64 into llc | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | method renamed | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner | 2005-03-15 | 3 | -5/+5 |
* | Use arg_iterator and arg_begin and arg_end functions. | Alkis Evlogimenos | 2005-03-15 | 1 | -4/+5 |
* | yay for camel_cvs diff | Andrew Lenharth | 2005-03-10 | 1 | -1/+1 |
* | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner | 2005-03-09 | 1 | -0/+4 |
* | move the reassociation pass after the LICM pass. This speeds up mgrid | Chris Lattner | 2005-03-07 | 1 | -2/+2 |
* | Changes to enable creation of native executables directly from gccld and to | Reid Spencer | 2005-02-28 | 3 | -74/+183 |
* | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
* | Remove some stuff I checked in accidentally | Chris Lattner | 2005-02-27 | 1 | -6/+0 |
* | Use DataInstall macro instead of INSTALL. | Reid Spencer | 2005-02-24 | 1 | -4/+4 |
* | Fix a bugpoint crash that JeffC noticed, looking like this: | Chris Lattner | 2005-02-23 | 1 | -1/+2 |
* | Adjust the help output so that it will fit cleanly within 80 columns. | Reid Spencer | 2005-02-18 | 1 | -17/+17 |
* | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen | 2005-02-16 | 1 | -1/+3 |
* | add Alpha to llc | Andrew Lenharth | 2005-02-15 | 1 | -0/+1 |
* | Move helper function here. | Chris Lattner | 2005-02-13 | 1 | -0/+28 |
* | Conform to the documented interface by null terminating argument lists! | Chris Lattner | 2005-02-13 | 2 | -7/+8 |
* | Make sure to null terminate argument lists! | Chris Lattner | 2005-02-13 | 2 | -1/+4 |
* | Print the module, not the pointer. | Chris Lattner | 2005-02-13 | 2 | -2/+2 |
* | Fix PR506: | Reid Spencer | 2005-02-13 | 1 | -4/+6 |
* | clean up comments | Chris Lattner | 2005-01-29 | 1 | -3/+2 |
* | This has been deprecated for long enough, nuke it. | Chris Lattner | 2005-01-29 | 1 | -9/+0 |
* | Add support for fp tolerances | Chris Lattner | 2005-01-23 | 1 | -3/+11 |
* | Adjust to changed interface. | Chris Lattner | 2005-01-23 | 1 | -1/+2 |
* | oops | Jeff Cohen | 2005-01-22 | 1 | -1/+1 |
* | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 10 | -34/+72 |
* | Fix VC++ complaint | Jeff Cohen | 2005-01-22 | 2 | -2/+3 |
* | sysconfdir -> PROJ_etcdir | Reid Spencer | 2005-01-17 | 1 | -4/+4 |
* | Rename BUILD_* to PROJ_* | Reid Spencer | 2005-01-16 | 2 | -6/+6 |
* | Improve output precision. | Chris Lattner | 2005-01-15 | 1 | -2/+12 |
* | X86 BE requires SelectionDAG | Chris Lattner | 2005-01-07 | 1 | -0/+1 |
* | Get the #ifdef right on LinkAllPasses.h. | Jeff Cohen | 2005-01-06 | 1 | -1/+0 |
* | Fix minor mistakes | Jeff Cohen | 2005-01-06 | 1 | -0/+1 |
* | Add project opt to Visual Studio. | Jeff Cohen | 2005-01-06 | 1 | -0/+1 |
* | Make opt honor the quiet option when printing the bytecode warning. | Reid Spencer | 2005-01-05 | 1 | -1/+1 |
* | Prevent output of bytecode to std::cout unless the --force flag is given. | Reid Spencer | 2005-01-02 | 1 | -1/+4 |
* | Move the code for printing out a warning about bytecode output to a console | Reid Spencer | 2005-01-01 | 1 | -7/+1 |
* | Fix typo 'ompress' => 'compress'. | Jeff Cohen | 2005-01-01 | 3 | -3/+3 |
* | Correct the conditional test for non-portable tools so that it will | Reid Spencer | 2004-12-31 | 1 | -2/+1 |
* | Fix the help documentation to not imply multiple archive files can be | Reid Spencer | 2004-12-30 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-30 | 17 | -840/+948 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -2/+2 |
* | Fix the build on PowerPC/Darwin - it thought we were declaring a new | Brian Gaeke | 2004-12-22 | 1 | -1/+2 |
* | Correct compilation for Cygwin. FindExecutable now returns a sys::Path. | Reid Spencer | 2004-12-22 | 1 | -3/+3 |
* | Support the gas option --traditional-format which, for some reason, gets | Reid Spencer | 2004-12-22 | 1 | -0/+3 |