Age | Commit message (Expand) | Author |
2004-11-14 | Fix usage of changed function prototype | Reid Spencer |
2004-11-08 | Add a --disable-compression option to gccas so the default compression of | Reid Spencer |
2004-10-07 | Rename pass | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-29 | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer |
2004-07-22 | Remove redundant SCCP pass | Chris Lattner |
2004-05-27 | Header file moved | Chris Lattner |
2004-04-18 | Move loop optimization passes up, add loop unroller | Chris Lattner |
2004-03-13 | Turn on argument promotion in gccas. This can give us substantially better | Chris Lattner |
2004-02-25 | Add a new pass | Chris Lattner |
2004-02-19 | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner |
2004-02-01 | Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. | Chris Lattner |
2004-01-14 | Make sure to verify the result before writing out the bytecode file. Not doing | Chris Lattner |
2003-12-30 | Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just | Chris Lattner |
2003-12-11 | Run tailcall elimination in a more logical place | Chris Lattner |
2003-12-07 | It is now after pldi. This issue has been fixed, so remove the hack | Chris Lattner |
2003-11-22 | Revert the previous patch since it causes lots of miscompilations. :( :( | Chris Lattner |
2003-11-21 | Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA... | Chris Lattner |
2003-11-13 | As the comments indicate, this is a temporary, repulsive, hack | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-23 | Turn on the IPCP pass by default. It has passed all of the tests | Chris Lattner |
2003-10-20 | fix file header | Chris Lattner |
2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
2003-10-16 | Unfortunately, it looks like level raise is still needed :( | Chris Lattner |
2003-10-15 | Give this file a proper header | Chris Lattner |
2003-10-15 | The levelraise pass is a broken old piece of crufty code that should be | Chris Lattner |
2003-10-10 | Add a new -disable-inlining option | Chris Lattner |
2003-10-10 | Fix grammar. | Misha Brukman |
2003-09-20 | Now that the TCE pass passes all of the tests, add it to GCCAS | Chris Lattner |
2003-09-15 | Enable the setjmp/longjmp lowering pass | Chris Lattner |
2003-09-11 | scalarrepl now includes mem2reg | Chris Lattner |
2003-09-11 | Move the -indvars pass much later to where it is more likely to do good stuff | Chris Lattner |
2003-09-01 | #include is unnecessary | Chris Lattner |
2003-08-31 | Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint | Chris Lattner |
2003-08-31 | * move the dead-type-eliminate passes to the end, where they are more useful | Chris Lattner |
2003-08-07 | Completely remove mention of the correlated branch elimination pass. It has | Chris Lattner |
2003-08-07 | * The possessive third-person singular has no apostrophe (its) | Misha Brukman |
2003-06-22 | Add tail duplication pass to the pipeline, move the verifier pass to the front | Chris Lattner |
2003-05-30 | Add SRoA pass to gccas | Chris Lattner |
2003-05-30 | Move indvars pass after mem2reg pass where it is more likely to be useful | Chris Lattner |
2003-05-02 | Add an instcombine pass before levelraise | Chris Lattner |
2003-04-24 | Make sure to create a target data that matches the Module's target properties. | Chris Lattner |
2003-04-24 | Remove support for "target data" pass ctors | Chris Lattner |
2003-04-24 | LevelRaise now gets target data from passmanager | Chris Lattner |
2003-04-23 | The new CFrontend generates LOTs of basic blocks that just fall through and do | Chris Lattner |
2003-04-18 | Eliminate some compatibility stuff no longer needed :P | Chris Lattner |
2003-04-16 | Improve compatibility with system AS further by allowing input from stdin | Chris Lattner |
2003-04-16 | * Get rid of using declaration | Chris Lattner |
2003-04-16 | Namespacify command line options | Chris Lattner |
2002-11-03 | Disable correlated expressions pass until it is reliable. | Vikram S. Adve |