| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add #include <iostream> since Value.h does not include it any more. | Reid Spencer | 2004-07-04 | 11 | -1/+13 |
| * | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 2 | -0/+2 |
| * | Build llvm-bcanalyzer | Brian Gaeke | 2004-07-02 | 1 | -1/+1 |
| * | Name Change: llvm-abcd -> llvm-bcanalyzer | Reid Spencer | 2004-07-02 | 2 | -7/+7 |
| * | Implement verification feature. | Reid Spencer | 2004-06-29 | 1 | -4/+20 |
| * | The analyzer code now lives in the bcreader library. The bcanalyzer lib | Reid Spencer | 2004-06-29 | 1 | -1/+1 |
| * | Write .bc files to binary ostreams. This shouldn't change anything on unix, | Chris Lattner | 2004-06-25 | 1 | -2/+4 |
| * | Make sure to link all IPA's into opt, so that it has access to stuff like | Chris Lattner | 2004-06-25 | 1 | -1/+1 |
| * | TransformUtils library is no longer needed since Linker.cpp is in VMCore | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
| * | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 6 | -6/+6 |
| * | Clean up documentation and naming of variables. | Reid Spencer | 2004-06-10 | 1 | -12/+15 |
| * | Made detailed output the default and changed -details option to -nodetails. | Reid Spencer | 2004-06-10 | 1 | -2/+2 |
| * | Clean up the documentation. | Reid Spencer | 2004-06-08 | 1 | -60/+24 |
| * | Eliminate more traces of the -c option | Chris Lattner | 2004-06-07 | 1 | -14/+3 |
| * | Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool | Reid Spencer | 2004-06-07 | 3 | -1/+130 |
| * | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner | 2004-06-02 | 1 | -1/+16 |
| * | Fix a double negation (in grammar). | Misha Brukman | 2004-06-02 | 1 | -1/+1 |
| * | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 4 | -110/+86 |
| * | Refactor a bit of code into a function, no functionality changes. | Chris Lattner | 2004-06-02 | 1 | -29/+36 |
| * | No really cygwin, we LIKE .exe'ness. | Chris Lattner | 2004-06-02 | 1 | -0/+8 |
| * | Build the llvm-stub directory | Chris Lattner | 2004-06-01 | 1 | -1/+1 |
| * | Initial checkin of a stub executable that can be used by gccld to forward to | Chris Lattner | 2004-06-01 | 2 | -0/+64 |
| * | Neuter the -q option. Stop printing the "program modified" message, ever | Chris Lattner | 2004-05-27 | 1 | -3/+2 |
| * | Re-introduce the -q option and make opt always return 0, even if the | Reid Spencer | 2004-05-27 | 1 | -3/+7 |
| * | Removed the -q option and the default message written to stderr. The | Reid Spencer | 2004-05-27 | 1 | -6/+3 |
| * | Right, globals aren't values yet.. | Chris Lattner | 2004-05-27 | 2 | -2/+2 |
| * | Add a simple pass. | Chris Lattner | 2004-05-27 | 2 | -0/+90 |
| * | Uhh, that doesn't exist. | Chris Lattner | 2004-05-27 | 1 | -1/+0 |
| * | Header file moved | Chris Lattner | 2004-05-27 | 18 | -17/+18 |
| * | Convert to SymbolTable's new iteration interface. | Reid Spencer | 2004-05-25 | 1 | -3/+3 |
| * | Turn the block extractor on by default now that it basically works, eliminati... | Chris Lattner | 2004-05-12 | 1 | -7/+0 |
| * | Check to see if all blocks are extractible first. | Chris Lattner | 2004-05-12 | 1 | -8/+19 |
| * | Don't leave dead bytecode.output files around if the optimizer/block extracto... | Chris Lattner | 2004-05-12 | 1 | -6/+5 |
| * | Implement the final missing bits for block extractor support. Now bugpoint | Chris Lattner | 2004-05-12 | 1 | -2/+35 |
| * | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner | 2004-05-11 | 3 | -0/+188 |
| * | A class that is meant to be a base class should have a virtual destructor | Chris Lattner | 2004-05-11 | 1 | -0/+2 |
| * | Allow the user to set the LLVMINTERP environment variable as a workaround, for | Brian Gaeke | 2004-05-07 | 1 | -2/+5 |
| * | Use the new commandline flag to allow us to call bugpoint like this: | Chris Lattner | 2004-05-06 | 1 | -2/+2 |
| * | Remove a really old comment | Chris Lattner | 2004-05-06 | 1 | -9/+0 |
| * | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke | 2004-05-04 | 2 | -4/+4 |
| * | Add --tool-args flag which lets you pass arguments to llc or lli. | Brian Gaeke | 2004-05-04 | 1 | -9/+22 |
| * | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke | 2004-05-04 | 2 | -39/+91 |
| * | Teach bugpoint to be a little bit smarter and avoid repeating work | Chris Lattner | 2004-04-23 | 1 | -1/+5 |
| * | Add command-line option to select whether to isolate or delete function from | Misha Brukman | 2004-04-22 | 2 | -2/+10 |
| * | Add a space before result for readability on the command line. | Misha Brukman | 2004-04-22 | 1 | -7/+7 |
| * | Add doxygenified comments to functions. | Misha Brukman | 2004-04-21 | 1 | -0/+18 |
| * | Include cerrno (gcc-3.4 fix) | Alkis Evlogimenos | 2004-04-21 | 1 | -0/+1 |
| * | As per Chris, greatly simplify handling of external functions by using the | Misha Brukman | 2004-04-19 | 1 | -75/+22 |
| * | * Reorder #includes | Misha Brukman | 2004-04-19 | 1 | -2/+3 |
| * | Finally implement rewriting global initializers which use external functions | Misha Brukman | 2004-04-19 | 1 | -10/+83 |