| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bugpoint miscompilation support on OS/X | Chris Lattner | 2004-07-19 | 1 | -1/+3 |
* | Remove this printer | Chris Lattner | 2004-07-18 | 2 | -38/+0 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -2/+1 |
* | bug 122: | Reid Spencer | 2004-07-18 | 2 | -2/+2 |
* | Correctly build shared objects on MacOS X for debugging code generators | Misha Brukman | 2004-07-16 | 1 | -1/+5 |
* | Build skeleton target | Chris Lattner | 2004-07-16 | 1 | -2/+3 |
* | IA64 compat | Chris Lattner | 2004-07-16 | 2 | -2/+3 |
* | Actually, use an exception to stop verification. This gives us much better | Chris Lattner | 2004-07-13 | 1 | -1/+5 |
* | There is no reason to abort and print a stack trace if there is a verification | Chris Lattner | 2004-07-13 | 1 | -1/+1 |
* | * Tabs to spaces | Misha Brukman | 2004-07-12 | 1 | -7/+5 |
* | Correct an output typo. | Reid Spencer | 2004-07-11 | 1 | -1/+1 |
* | Prune unused #include | Chris Lattner | 2004-07-11 | 1 | -1/+0 |
* | Goodbye macro hell, hello nice clean and simple code. This also gives llc | Chris Lattner | 2004-07-11 | 1 | -58/+17 |
* | Add -load option | Chris Lattner | 2004-07-11 | 4 | -0/+4 |
* | Add a -load option | Chris Lattner | 2004-07-11 | 1 | -0/+1 |
* | 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 |