| Age | Commit message (Expand) | Author |
| 2004-06-10 | Clean up documentation and naming of variables. | Reid Spencer |
| 2004-06-10 | Made detailed output the default and changed -details option to -nodetails. | Reid Spencer |
| 2004-06-08 | Clean up the documentation. | Reid Spencer |
| 2004-06-07 | Eliminate more traces of the -c option | Chris Lattner |
| 2004-06-07 | Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool | Reid Spencer |
| 2004-06-02 | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner |
| 2004-06-02 | Fix a double negation (in grammar). | Misha Brukman |
| 2004-06-02 | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner |
| 2004-06-02 | Refactor a bit of code into a function, no functionality changes. | Chris Lattner |
| 2004-06-02 | No really cygwin, we LIKE .exe'ness. | Chris Lattner |
| 2004-06-01 | Build the llvm-stub directory | Chris Lattner |
| 2004-06-01 | Initial checkin of a stub executable that can be used by gccld to forward to | Chris Lattner |
| 2004-05-27 | Neuter the -q option. Stop printing the "program modified" message, ever | Chris Lattner |
| 2004-05-27 | Re-introduce the -q option and make opt always return 0, even if the | Reid Spencer |
| 2004-05-27 | Removed the -q option and the default message written to stderr. The | Reid Spencer |
| 2004-05-27 | Right, globals aren't values yet.. | Chris Lattner |
| 2004-05-27 | Add a simple pass. | Chris Lattner |
| 2004-05-27 | Uhh, that doesn't exist. | Chris Lattner |
| 2004-05-27 | Header file moved | Chris Lattner |
| 2004-05-25 | Convert to SymbolTable's new iteration interface. | Reid Spencer |
| 2004-05-12 | Turn the block extractor on by default now that it basically works, eliminati... | Chris Lattner |
| 2004-05-12 | Check to see if all blocks are extractible first. | Chris Lattner |
| 2004-05-12 | Don't leave dead bytecode.output files around if the optimizer/block extracto... | Chris Lattner |
| 2004-05-12 | Implement the final missing bits for block extractor support. Now bugpoint | Chris Lattner |
| 2004-05-11 | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner |
| 2004-05-11 | A class that is meant to be a base class should have a virtual destructor | Chris Lattner |
| 2004-05-07 | Allow the user to set the LLVMINTERP environment variable as a workaround, for | Brian Gaeke |
| 2004-05-06 | Use the new commandline flag to allow us to call bugpoint like this: | Chris Lattner |
| 2004-05-06 | Remove a really old comment | Chris Lattner |
| 2004-05-04 | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke |
| 2004-05-04 | Add --tool-args flag which lets you pass arguments to llc or lli. | Brian Gaeke |
| 2004-05-04 | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke |
| 2004-04-23 | Teach bugpoint to be a little bit smarter and avoid repeating work | Chris Lattner |
| 2004-04-22 | Add command-line option to select whether to isolate or delete function from | Misha Brukman |
| 2004-04-22 | Add a space before result for readability on the command line. | Misha Brukman |
| 2004-04-21 | Add doxygenified comments to functions. | Misha Brukman |
| 2004-04-21 | Include cerrno (gcc-3.4 fix) | Alkis Evlogimenos |
| 2004-04-19 | As per Chris, greatly simplify handling of external functions by using the | Misha Brukman |
| 2004-04-19 | * Reorder #includes | Misha Brukman |
| 2004-04-19 | Finally implement rewriting global initializers which use external functions | Misha Brukman |
| 2004-04-18 | Move loop optimization passes up, add loop unroller | Chris Lattner |
| 2004-04-15 | Don't use invalid HTML in a doxygen comment. | Misha Brukman |
| 2004-04-12 | Add a couple more IPO's | Chris Lattner |
| 2004-04-12 | finegrainify namespacification | Chris Lattner |
| 2004-04-11 | Disambiguate symbols after loop extraction so that we can diagnose a code | Chris Lattner |
| 2004-04-09 | Fix an obvious bug in the refactoring I did a few days ago | Chris Lattner |
| 2004-04-08 | Disable strict alias analysis in the backend c compiler, as the code we | Chris Lattner |
| 2004-04-08 | Revert previous patch, I'm a moron :) | Chris Lattner |
| 2004-04-08 | Right, we break strict aliasing requirements. Make sure to disable strict | Chris Lattner |
| 2004-04-06 | Wrap at 80 cols. | Misha Brukman |