2004-07-26 |
Misha Brukman | * Recognize `addi r1, r2, 0' a move instruction |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Remove dead section |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Fix indentation: should be 2 spaces. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Fix file header as it has been renamed. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Renamed files to have the `X86' prefix for uniqueness... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | * Rewrote casts |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Increment the label number in runOnFunction() rather... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | More notes on bugs, unimplemented features, and suggest... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Fix subtracting values > 2^15 in the prologue/epilogue... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Reid Spencer | Added another test case for double FP constants as... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Implement DeadStoreElim/alloca.llx by observing that... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Add some new methods |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | New methods |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Update test |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Throttle back indvar substitution from creating multipl... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Fix bug in previous patch :( |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Fix an extremely serious regression that was causing... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix a serious bug in the double constant reader. In... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Temporarily disable this code, as it is emitting LLVM_N... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Bugs fixed. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Avoid use of size(), which counts, in favor of other... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Always write FP values correctly. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Don't create a backwards compatibility flag for somethi... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Adjust to new Module.h interface for dependent libraries |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | Reduce the footprint of the dependent library interface |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix a latent bug in the AliasSetTracker that was expose... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 263: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Reid Spencer | bug 402: |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Codify my thoughts on where we want to end up with... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | * Substantially simplify how free instructions are... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Add back() and pop_back() methods to SetVector |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Alkis Evlogimenos | Add some comments to the backtracking code. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Free instructions kill values too. This implements... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | New testcase for DSE |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Add support for free instructions |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix the sense of joinable |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Remove linux/solaris specific stuff. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | This patch makes use of the infrastructure implemented... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Make a method const, no functionality changes |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | I think that V8 should coallesce registers, don't you? |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Alkis Evlogimenos | Use name.empty() instead of testing against equality... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Alkis Evlogimenos | Disallow creation of named values of type void. |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix a bug where we incorrectly value numbered the first... |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Fix a bug in the range remover |
commit | commitdiff | tree | snapshot |
2004-07-25 |
Chris Lattner | Add debugging output for joining assignments |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Alkis Evlogimenos | Remove implementation of operator= and make it private... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Alkis Evlogimenos | Change std::map<unsigned, LiveInterval*> into a std... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Finally give bugpoint -timeout support! |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | obvious fix |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Get rid of the printout from the low-level system interface |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Pass timeouts into the low level "execute program with... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Provide timeout values to all abstract interpreters |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Add support for killing the program if it executes... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | whoops, didn't mean to remove this |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | In the joiner, merge the small interval into the large... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Completely eliminate the intervals_ list. instead... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Big change to compute logical value numbers for each... |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Add a new differingRegisterClasses method |
commit | commitdiff | tree | snapshot |
2004-07-24 |
Chris Lattner | Little stuff: |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | Running list of bugs, unimplemented features, currently... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | Eliminate spurious empty space; make code easier to... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | Simplify boolean test. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | More minor changes: |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | Implement casting a floating point to 32-bit unsigned... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Brian Gaeke | bug fixed |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Change addRange and join to be a little bit smarter... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Brian Gaeke | Fix problem with inserting FunctionPasses that depend... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Search by the start point, not by the whole interval... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | New helper method |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Speedup debug builds a bit |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Instead of searching for a live interval pair, search... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Pull the LiveRange and LiveInterval classes out of... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | * Codegen of GEPs dramatically improved by folding... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
John Criswell | Revised the generation of files so that they follow... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Improve comments a bit |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Change column name |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Update live intervals more accurately for PHI elim... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Chris Lattner | Force coallescing of live ranges that have a single... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | * Convert "\n" -> '\n' |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | Bool alignment on MacOSX/PowerPC is 4 bytes. |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | * Change class of BoolTy back to cInt |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | * Add BoolAlignment to TargetData, default is 1 byte... |
commit | commitdiff | tree | snapshot |
2004-07-23 |
Misha Brukman | * Add a BoolAlignment field to TargetData, default... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | costmetic changes |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Misha Brukman | Let's not get carried away here, please. |
commit | commitdiff | tree | snapshot |
2004-07-22 |
John Criswell | Give some credit to Oscar. Should help to address... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Fix broken -debug printing |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | The default has not been 'simple' for AGES! |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Remove some abandoned code that was never finished... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Chris Lattner | Remove some (LARGE) abandoned code for the release... |
commit | commitdiff | tree | snapshot |
next |