oota-llvm.git
2004-07-27 Chris LattnerComplete rewrite of this pass to be faster, use less...
2004-07-27 Chris Lattnernew testcase
2004-07-27 Chris LattnerHave some testcases
2004-07-27 Chris LattnerAdd a note
2004-07-27 Chris LattnerFix out of date comment
2004-07-27 Chris LattnerSimplify code and silence warning
2004-07-27 Chris LattnerUse context-sensitive alias analysis to avoid pessimiza...
2004-07-27 Chris LattnerNew testcase. DSE should delete all of the DEAD instru...
2004-07-27 Chris LattnerMake basicaa a bit more aggressive
2004-07-27 Chris Lattnerbasic-aa can actually provide simple mod/ref info
2004-07-27 Chris LattnerThis was implemented back in march
2004-07-27 Chris LattnerImplement test/Regression/TableGen/ListSlices.td
2004-07-27 Chris LattnerNew testcase for list slicing
2004-07-26 Chris LattnerAdd initial support for list slices. This currently...
2004-07-26 Reid SpencerA utility to run an arbitrary program on each of the...
2004-07-26 Misha BrukmanDo not store the stack pointer if the stack size is 0.
2004-07-26 Misha BrukmanADDI can take several forms, including:
2004-07-26 Misha Brukmanassert() on MachineInstr properties instead of checking...
2004-07-26 Misha Brukman* Recognize `addi r1, r2, 0' a move instruction
2004-07-26 Chris LattnerRemove dead section
2004-07-26 Misha BrukmanFix indentation: should be 2 spaces.
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-07-26 Misha BrukmanRenamed files to have the `X86' prefix for uniqueness...
2004-07-26 Misha Brukman* Rewrote casts
2004-07-26 Misha BrukmanIncrement the label number in runOnFunction() rather...
2004-07-26 Misha BrukmanMore notes on bugs, unimplemented features, and suggest...
2004-07-26 Misha BrukmanFix subtracting values > 2^15 in the prologue/epilogue...
2004-07-26 Reid SpencerAdded another test case for double FP constants as...
2004-07-26 Chris LattnerImplement DeadStoreElim/alloca.llx by observing that...
2004-07-26 Chris LattnerNew testcase
2004-07-26 Chris LattnerAdd some new methods
2004-07-26 Chris LattnerNew methods
2004-07-26 Chris LattnerUpdate test
2004-07-26 Chris LattnerThrottle back indvar substitution from creating multipl...
2004-07-26 Chris LattnerFix bug in previous patch :(
2004-07-26 Chris LattnerFix an extremely serious regression that was causing...
2004-07-25 Chris LattnerFix a serious bug in the double constant reader. In...
2004-07-25 Chris LattnerTemporarily disable this code, as it is emitting LLVM_N...
2004-07-25 Reid SpencerBugs fixed.
2004-07-25 Reid SpencerAvoid use of size(), which counts, in favor of other...
2004-07-25 Reid SpencerAlways write FP values correctly.
2004-07-25 Reid SpencerDon't create a backwards compatibility flag for somethi...
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries.
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries
2004-07-25 Reid SpencerReduce the footprint of the dependent library interface
2004-07-25 Chris LattnerFix a latent bug in the AliasSetTracker that was expose...
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 402:
2004-07-25 Chris LattnerCodify my thoughts on where we want to end up with...
2004-07-25 Chris Lattner* Substantially simplify how free instructions are...
2004-07-25 Chris LattnerAdd back() and pop_back() methods to SetVector
2004-07-25 Alkis EvlogimenosAdd some comments to the backtracking code.
2004-07-25 Chris LattnerFree instructions kill values too. This implements...
2004-07-25 Chris LattnerNew testcase for DSE
2004-07-25 Chris LattnerAdd support for free instructions
2004-07-25 Chris LattnerFix the sense of joinable
2004-07-25 Chris LattnerRemove linux/solaris specific stuff.
2004-07-25 Chris LattnerThis patch makes use of the infrastructure implemented...
2004-07-25 Chris LattnerMake a method const, no functionality changes
2004-07-25 Chris LattnerI think that V8 should coallesce registers, don't you?
2004-07-25 Alkis EvlogimenosUse name.empty() instead of testing against equality...
2004-07-25 Alkis EvlogimenosDisallow creation of named values of type void.
2004-07-25 Chris LattnerFix a bug where we incorrectly value numbered the first...
2004-07-25 Chris LattnerFix a bug in the range remover
2004-07-25 Chris LattnerAdd debugging output for joining assignments
2004-07-24 Alkis EvlogimenosRemove implementation of operator= and make it private...
2004-07-24 Alkis EvlogimenosChange std::map<unsigned, LiveInterval*> into a std...
2004-07-24 Chris LattnerFinally give bugpoint -timeout support!
2004-07-24 Chris Lattnerobvious fix
2004-07-24 Chris LattnerGet rid of the printout from the low-level system interface
2004-07-24 Chris LattnerPass timeouts into the low level "execute program with...
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-07-24 Chris Lattnerwhoops, didn't mean to remove this
2004-07-24 Chris LattnerIn the joiner, merge the small interval into the large...
2004-07-24 Chris LattnerCompletely eliminate the intervals_ list. instead...
2004-07-24 Chris LattnerBig change to compute logical value numbers for each...
2004-07-24 Chris LattnerAdd a new differingRegisterClasses method
2004-07-24 Chris LattnerLittle stuff:
2004-07-23 Misha BrukmanRunning list of bugs, unimplemented features, currently...
2004-07-23 Misha BrukmanEliminate spurious empty space; make code easier to...
2004-07-23 Misha BrukmanSimplify boolean test.
2004-07-23 Chris LattnerMore minor changes:
2004-07-23 Misha BrukmanImplement casting a floating point to 32-bit unsigned...
2004-07-23 Brian Gaekebug fixed
2004-07-23 Chris LattnerChange addRange and join to be a little bit smarter...
2004-07-23 Brian GaekeFix problem with inserting FunctionPasses that depend...
2004-07-23 Chris LattnerSearch by the start point, not by the whole interval...
2004-07-23 Chris LattnerNew helper method
2004-07-23 Chris LattnerSpeedup debug builds a bit
2004-07-23 Chris LattnerInstead of searching for a live interval pair, search...
2004-07-23 Chris LattnerRename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis...
2004-07-23 Chris LattnerPull the LiveRange and LiveInterval classes out of...
next