| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move loop optimization passes up, add loop unroller | Chris Lattner | 2004-04-18 | 1 | -1/+5 |
* | Don't use invalid HTML in a doxygen comment. | Misha Brukman | 2004-04-15 | 1 | -1/+1 |
* | Add a couple more IPO's | Chris Lattner | 2004-04-12 | 1 | -0/+3 |
* | finegrainify namespacification | Chris Lattner | 2004-04-12 | 2 | -34/+32 |
* | Disambiguate symbols after loop extraction so that we can diagnose a code | Chris Lattner | 2004-04-11 | 1 | -16/+18 |
* | Fix an obvious bug in the refactoring I did a few days ago | Chris Lattner | 2004-04-09 | 1 | -1/+1 |
* | Disable strict alias analysis in the backend c compiler, as the code we | Chris Lattner | 2004-04-08 | 1 | -0/+1 |
* | Revert previous patch, I'm a moron :) | Chris Lattner | 2004-04-08 | 1 | -6/+5 |
* | Right, we break strict aliasing requirements. Make sure to disable strict | Chris Lattner | 2004-04-08 | 1 | -5/+6 |
* | Wrap at 80 cols. | Misha Brukman | 2004-04-06 | 1 | -7/+6 |
* | Minor cleanups | Chris Lattner | 2004-04-06 | 1 | -32/+18 |
* | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner | 2004-04-06 | 3 | -1/+48 |
* | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner | 2004-04-05 | 3 | -312/+265 |
* | Make a method public | Chris Lattner | 2004-04-05 | 1 | -1/+2 |
* | Minor cleanups, remove some old debug code | Chris Lattner | 2004-04-05 | 1 | -43/+13 |
* | Refactor and genericize code | Chris Lattner | 2004-04-05 | 1 | -55/+71 |
* | lli no longer takes the -quiet option! | Chris Lattner | 2004-04-05 | 1 | -2/+0 |
* | Make full use of the Mangler interface to simplify code | Chris Lattner | 2004-04-05 | 1 | -63/+9 |
* | Minor change | Chris Lattner | 2004-04-05 | 1 | -1/+1 |
* | Remove obsolete analyses | Chris Lattner | 2004-04-02 | 2 | -142/+2 |
* | Tweak libraries for scev changes | Chris Lattner | 2004-04-02 | 1 | -2/+2 |
* | Minor speedup | Chris Lattner | 2004-04-02 | 1 | -10/+5 |
* | minor formatting change | Chris Lattner | 2004-04-02 | 1 | -3/+2 |
* | Fix two pretty serious bugs: | Chris Lattner | 2004-04-02 | 1 | -9/+14 |
* | Fix a fairly nasty bug that prevented bugpoint from working quite right when | Chris Lattner | 2004-04-02 | 1 | -1/+3 |
* | If the program returns a non-zero exit value, don't leave files laying | Chris Lattner | 2004-04-02 | 1 | -1/+4 |
* | Fix wonky header | Chris Lattner | 2004-04-02 | 1 | -2/+14 |