| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the simplify-libcalls pass. | Reid Spencer | 2005-04-27 | 1 | -0/+1 |
* | There are still uses for spaces in Makefiles -- to make text line up together, | Misha Brukman | 2005-04-24 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -8/+8 |
* | 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 |
* | move the reassociation pass after the LICM pass. This speeds up mgrid | Chris Lattner | 2005-03-07 | 1 | -2/+2 |
* | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 1 | -1/+4 |
* | Fix typo 'ompress' => 'compress'. | Jeff Cohen | 2005-01-01 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-30 | 1 | -57/+65 |
* | Support the gas option --traditional-format which, for some reason, gets | Reid Spencer | 2004-12-22 | 1 | -0/+3 |
* | Add -strip-debug option | Chris Lattner | 2004-12-03 | 1 | -3/+9 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | Add a --disable-compression option to gccas so the default compression of | Reid Spencer | 2004-11-08 | 1 | -1/+4 |
* | Fix file header comment | Misha Brukman | 2004-10-29 | 1 | -1/+1 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -2/+3 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -652/+0 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -19/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+652 |
* | Remove extra comma. | Reid Spencer | 2004-10-18 | 1 | -1/+1 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+19 |
* | Rename pass | Chris Lattner | 2004-10-07 | 1 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -2/+2 |
* | Remove redundant SCCP pass | Chris Lattner | 2004-07-22 | 1 | -1/+5 |
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Move loop optimization passes up, add loop unroller | Chris Lattner | 2004-04-18 | 1 | -1/+5 |
* | Turn on argument promotion in gccas. This can give us substantially better | Chris Lattner | 2004-03-13 | 1 | -0/+1 |
* | Add a new pass | Chris Lattner | 2004-02-25 | 1 | -0/+1 |
* | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner | 2004-02-19 | 1 | -0/+1 |
* | Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. | Chris Lattner | 2004-02-01 | 1 | -2/+4 |
* | Make sure to verify the result before writing out the bytecode file. Not doing | Chris Lattner | 2004-01-14 | 1 | -0/+3 |
* | Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just | Chris Lattner | 2003-12-30 | 1 | -0/+7 |
* | Run tailcall elimination in a more logical place | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | It is now after pldi. This issue has been fixed, so remove the hack | Chris Lattner | 2003-12-07 | 1 | -6/+0 |
* | Revert the previous patch since it causes lots of miscompilations. :( :( | Chris Lattner | 2003-11-22 | 1 | -4/+2 |
* | Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA... | Chris Lattner | 2003-11-21 | 1 | -2/+4 |
* | As the comments indicate, this is a temporary, repulsive, hack | Chris Lattner | 2003-11-13 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+2 |
* | Turn on the IPCP pass by default. It has passed all of the tests | Chris Lattner | 2003-10-23 | 1 | -0/+4 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | fix file header | Chris Lattner | 2003-10-20 | 1 | -1/+0 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Unfortunately, it looks like level raise is still needed :( | Chris Lattner | 2003-10-16 | 1 | -2/+1 |
* | Give this file a proper header | Chris Lattner | 2003-10-15 | 1 | -2/+1 |
* | The levelraise pass is a broken old piece of crufty code that should be | Chris Lattner | 2003-10-15 | 1 | -1/+2 |
* | Add a new -disable-inlining option | Chris Lattner | 2003-10-10 | 1 | -1/+6 |
* | Fix grammar. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |