2004-07-27 |
Robert Bocchino | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Get rid of the (apparently non-working) filePrinterEmit... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Branch selection support implemented by Nate Begeman... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix the nightly tester to default to using gnuplot... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Correctly print out long branches, assert on finding... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Run the branch selection pass right before the asm... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Remove empty unused method processFunctionBeforeFrameFi... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add COND_BRANCH pseudo instruction, patch by Nate Begeman. |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Build COND_BRANCHes which may become long or short... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Moved definition of invertPPCBranchOpcode() into PowerP... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add PowerPCBranchSelector to discover which are `long... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | TargetInstrInfo::getNOPOpCode() has been replaced by... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Convert many of the virtual TargetInstrInfo methods... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | As it happens, none of these TargetInstrInfo methods... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Brian Gaeke | Make the create...() functions for some of these passes... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Fixed saving/restoring LR unconditionally, only done... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Save and restore LR just like any other register and... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | LR is a 32-bit int reg |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | MovePCtoLR (which is `bl' in disguise) modifies LR... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Register LR is callee-saved |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Misha Brukman | Add IMPLICIT_DEF of LR for branch-and-link instrs ... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Ugh, the upgrade of zion brought in GCC 3.3.2, our... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Run DSE at link-time, and turn on an IP alias analysis... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | nuke pointless -debug output |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | New functionality |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Document new syntax |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix conservative assumption, which was quite broken... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix hoisting of void typed values, e.g. calls |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | alloca void makes no sense |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Remove a bogus assertion |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Complete rewrite of this pass to be faster, use less... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Have some testcases |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Fix out of date comment |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Simplify code and silence warning |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Use context-sensitive alias analysis to avoid pessimiza... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | New testcase. DSE should delete all of the DEAD instru... |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Make basicaa a bit more aggressive |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | basic-aa can actually provide simple mod/ref info |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | This was implemented back in march |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | Implement test/Regression/TableGen/ListSlices.td |
commit | commitdiff | tree | snapshot |
2004-07-27 |
Chris Lattner | New testcase for list slicing |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Chris Lattner | Add initial support for list slices. This currently... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Reid Spencer | A utility to run an arbitrary program on each of the... |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | Do not store the stack pointer if the stack size is 0. |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | ADDI can take several forms, including: |
commit | commitdiff | tree | snapshot |
2004-07-26 |
Misha Brukman | assert() on MachineInstr properties instead of checking... |
commit | commitdiff | tree | snapshot |
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 |
next |