2007-02-10 |
Reid Spencer | Align make log output with the rest of llvm. |
tree | commitdiff |
2007-02-09 |
Reid Spencer | Write the deprecation message to stderr instead of... |
tree | commitdiff |
2007-02-04 |
Reid Spencer | Make sure the gccas script is executable. |
tree | commitdiff |
2007-02-03 |
Reid Spencer | Clean this up a bit: hide command unless verbose output... |
tree | commitdiff |
2007-02-02 |
Reid Spencer | Two improvements: |
tree | commitdiff |
2007-02-02 |
Reid Spencer | For PR1152: |
tree | commitdiff |
2007-01-26 |
Devang Patel | Order createSimplifyLibCallsPass() after a set of funct... |
tree | commitdiff |
2007-01-21 |
Chris Lattner | default to emiting an uncompressed .bc file |
tree | commitdiff |
2007-01-15 |
Chris Lattner | Run an instcombine pass after inlining but before scala... |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-11-29 |
Bill Wendling | Replacing std::iostreams with llvm iostreams. Some... |
tree | commitdiff |
2006-11-22 |
Nick Lewycky | Update to new predicate simplifier VRP design. Fixes... |
tree | commitdiff |
2006-09-24 |
Nick Lewycky | Enable 'predsimplify' optimization. |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
tree | commitdiff |
2006-08-18 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-07-03 |
Reid Spencer | Split long comment lines. |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it... |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-02-22 |
Chris Lattner | Turn on loop unswitching tonight |
tree | commitdiff |
2005-10-27 |
John Criswell | Move some constant folding code shared by Analysis... |
tree | commitdiff |
2005-10-26 |
John Criswell | 1. Remove libraries no longer created from the list... |
tree | commitdiff |
2005-10-24 |
Chris Lattner | Pull in the archive versions of these libs to reduce... |
tree | commitdiff |
2005-05-07 |
Chris Lattner | Move licm after reassociate, add some cond-propagate... |
tree | commitdiff |
2005-04-27 |
Reid Spencer | Add the simplify-libcalls pass. |
tree | commitdiff |
2005-04-24 |
Misha Brukman | There are still uses for spaces in Makefiles -- to... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-03-29 |
Chris Lattner | there is no reason to run -instcombine -instcombine! |
tree | commitdiff |
2005-03-28 |
Alkis Evlogimenos | Rename createPromoteMemoryToRegister() to |
tree | commitdiff |
2005-03-07 |
Chris Lattner | move the reassociation pass after the LICM pass. This... |
tree | commitdiff |
2005-01-22 |
Jeff Cohen | Use binary mode for reading/writing bytecode files |
tree | commitdiff |
2005-01-01 |
Jeff Cohen | Fix typo 'ompress' => 'compress'. |
tree | commitdiff |
2004-12-30 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-12-22 |
Reid Spencer | Support the gas option --traditional-format which,... |
tree | commitdiff |
2004-12-03 |
Chris Lattner | Add -strip-debug option |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-11-14 |
Reid Spencer | Fix usage of changed function prototype |
tree | commitdiff |
2004-11-08 |
Reid Spencer | Add a --disable-compression option to gccas so the... |
tree | commitdiff |
2004-10-29 |
Misha Brukman | Fix file header comment |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We're not doing automake any more |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Remove extra comma. |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-10-07 |
Chris Lattner | Rename pass |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-08-29 |
Reid Spencer | Add the LLVMsystem.a library as it is now used for... |
tree | commitdiff |
2004-08-29 |
Reid Spencer | The functions in Signal.h are now in the llvm::sys... |
tree | commitdiff |
2004-07-22 |
Chris Lattner | Remove redundant SCCP pass |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Header file moved |
tree | commitdiff |
2004-04-18 |
Chris Lattner | Move loop optimization passes up, add loop unroller |
tree | commitdiff |
2004-03-13 |
Chris Lattner | Turn on argument promotion in gccas. This can give... |
tree | commitdiff |
2004-02-25 |
Chris Lattner | Add a new pass |
tree | commitdiff |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
tree | commitdiff |
2004-02-01 |
Chris Lattner | Now that tailduplication does not bork SSA form, run... |
tree | commitdiff |
2004-01-14 |
Chris Lattner | Make sure to verify the result before writing out the... |
tree | commitdiff |
2003-12-30 |
Chris Lattner | Add a -disable-opt flag to gccas, so that we can use... |
tree | commitdiff |
2003-12-11 |
Chris Lattner | Run tailcall elimination in a more logical place |
tree | commitdiff |
2003-12-07 |
Chris Lattner | It is now after pldi. This issue has been fixed, so... |
tree | commitdiff |
2003-11-22 |
Chris Lattner | Revert the previous patch since it causes lots of misco... |
tree | commitdiff |
2003-11-21 |
Chris Lattner | Reorder passes a bit. In particular, it makes sense... |
tree | commitdiff |
2003-11-13 |
Chris Lattner | As the comments indicate, this is a temporary, repulsiv... |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-23 |
Chris Lattner | Turn on the IPCP pass by default. It has passed all... |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
tree | commitdiff |
2003-10-20 |
Chris Lattner | fix file header |
tree | commitdiff |
2003-10-20 |
John Criswell | Added copyright header to all C++ source files. |
tree | commitdiff |
2003-10-16 |
Chris Lattner | Unfortunately, it looks like level raise is still needed :( |
tree | commitdiff |
2003-10-15 |
Chris Lattner | Give this file a proper header |
tree | commitdiff |
2003-10-15 |
Chris Lattner | The levelraise pass is a broken old piece of crufty... |
tree | commitdiff |
2003-10-10 |
Chris Lattner | Add a new -disable-inlining option |
tree | commitdiff |
2003-10-10 |
Misha Brukman | Fix grammar. |
tree | commitdiff |
2003-09-20 |
Chris Lattner | Now that the TCE pass passes all of the tests, add... |
tree | commitdiff |
2003-09-15 |
Chris Lattner | Enable the setjmp/longjmp lowering pass |
tree | commitdiff |
2003-09-11 |
Chris Lattner | scalarrepl now includes mem2reg |
tree | commitdiff |
2003-09-11 |
Chris Lattner | Move the -indvars pass much later to where it is more... |
tree | commitdiff |
2003-09-01 |
Chris Lattner | #include is unnecessary |
tree | commitdiff |
2003-08-31 |
Chris Lattner | Remove the -stopAfterNPasses option, which has been... |
tree | commitdiff |
2003-08-31 |
Chris Lattner | * move the dead-type-eliminate passes to the end, where... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | Completely remove mention of the correlated branch... |
tree | commitdiff |
2003-08-07 |
Misha Brukman | * The possessive third-person singular has no apostroph... |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Add tail duplication pass to the pipeline, move the... |
tree | commitdiff |
2003-05-30 |
Chris Lattner | Add SRoA pass to gccas |
tree | commitdiff |
2003-05-30 |
Chris Lattner | Move indvars pass after mem2reg pass where it is more... |
tree | commitdiff |
2003-05-02 |
Chris Lattner | Add an instcombine pass before levelraise |
tree | commitdiff |
2003-04-24 |
Chris Lattner | Make sure to create a target data that matches the... |
tree | commitdiff |
2003-04-24 |
Chris Lattner | Remove support for "target data" pass ctors |
tree | commitdiff |
2003-04-24 |
Chris Lattner | LevelRaise now gets target data from passmanager |
tree | commitdiff |
2003-04-23 |
Chris Lattner | The new CFrontend generates LOTs of basic blocks that... |
tree | commitdiff |
2003-04-18 |
Chris Lattner | Eliminate some compatibility stuff no longer needed :P |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Improve compatibility with system AS further by allowin... |
tree | commitdiff |
2003-04-16 |
Chris Lattner | * Get rid of using declaration |
tree | commitdiff |
2003-04-16 |
Chris Lattner | Namespacify command line options |
tree | commitdiff |
2003-01-22 |
Chris Lattner | link with static versions of some libs to avoid having... |
tree | commitdiff |
2002-11-03 |
Vikram S. Adve | Disable correlated expressions pass until it is reliable. |
tree | commitdiff |
2002-10-31 |
Chris Lattner | Reassociate now works |
tree | commitdiff |
2002-10-25 |
Vikram S. Adve | Added datastructure library to resolve link error. |
tree | commitdiff |
next |