Age | Commit message (Expand) | Author |
2004-07-26 | Do not store the stack pointer if the stack size is 0. | Misha Brukman |
2004-07-26 | ADDI can take several forms, including: | Misha Brukman |
2004-07-26 | assert() on MachineInstr properties instead of checking them dynamically | Misha Brukman |
2004-07-26 | * Recognize `addi r1, r2, 0' a move instruction | Misha Brukman |
2004-07-26 | Fix indentation: should be 2 spaces. | Misha Brukman |
2004-07-26 | Fix file header as it has been renamed. | Misha Brukman |
2004-07-26 | Renamed files to have the `X86' prefix for uniqueness purposes. | Misha Brukman |
2004-07-26 | * Rewrote casts | Misha Brukman |
2004-07-26 | Increment the label number in runOnFunction() rather than while printing out | Misha Brukman |
2004-07-26 | More notes on bugs, unimplemented features, and suggested code improvements. | Misha Brukman |
2004-07-26 | Fix subtracting values > 2^15 in the prologue/epilogue, by Nate Begeman. | Misha Brukman |
2004-07-26 | Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the | Chris Lattner |
2004-07-26 | Add some new methods | Chris Lattner |
2004-07-26 | Throttle back indvar substitution from creating multiplies in loops. This is... | Chris Lattner |
2004-07-26 | Fix bug in previous patch :( | Chris Lattner |
2004-07-26 | Fix an extremely serious regression that was causing LLVM basic blocks to be | Chris Lattner |
2004-07-25 | Fix a serious bug in the double constant reader. In particular, because | Chris Lattner |
2004-07-25 | Temporarily disable this code, as it is emitting LLVM_NAN("nan") which result... | Chris Lattner |
2004-07-25 | Avoid use of size(), which counts, in favor of other mechanisms. | Reid Spencer |
2004-07-25 | Always write FP values correctly. | Reid Spencer |
2004-07-25 | Don't create a backwards compatibility flag for something that was a | Reid Spencer |
2004-07-25 | Adjust to new Module.h interface for dependent libraries. | Reid Spencer |
2004-07-25 | Adjust to new Module.h interface for dependent libraries | Reid Spencer |
2004-07-25 | Adjust to new Module.h interface for dependent libraries | Reid Spencer |
2004-07-25 | Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi... | Chris Lattner |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | * Substantially simplify how free instructions are handled (potentially fixing | Chris Lattner |
2004-07-25 | Add some comments to the backtracking code. | Alkis Evlogimenos |
2004-07-25 | Free instructions kill values too. This implements DeadStoreElim/free.llx | Chris Lattner |
2004-07-25 | Add support for free instructions | Chris Lattner |
2004-07-25 | Fix the sense of joinable | Chris Lattner |
2004-07-25 | Remove linux/solaris specific stuff. | Chris Lattner |
2004-07-25 | This patch makes use of the infrastructure implemented before to safely and | Chris Lattner |
2004-07-25 | Make a method const, no functionality changes | Chris Lattner |
2004-07-25 | I think that V8 should coallesce registers, don't you? | Chris Lattner |
2004-07-25 | Use name.empty() instead of testing against equality with the empty | Alkis Evlogimenos |
2004-07-25 | Disallow creation of named values of type void. | Alkis Evlogimenos |
2004-07-25 | Fix a bug where we incorrectly value numbered the first PHI definition the | Chris Lattner |
2004-07-25 | Fix a bug in the range remover | Chris Lattner |
2004-07-25 | Add debugging output for joining assignments | Chris Lattner |
2004-07-24 | Remove implementation of operator= and make it private so that it is | Alkis Evlogimenos |
2004-07-24 | Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, | Alkis Evlogimenos |
2004-07-24 | obvious fix | Chris Lattner |
2004-07-24 | Get rid of the printout from the low-level system interface | Chris Lattner |
2004-07-24 | Pass timeouts into the low level "execute program with timeout" function | Chris Lattner |
2004-07-24 | Add support for killing the program if it executes for too long. | Chris Lattner |