Merge i*.cpp definitions into Instructions.cpp as part of bug403.
[oota-llvm.git] / lib /
2004-07-29 Alkis EvlogimenosMerge i*.cpp definitions into Instructions.cpp as part...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-29 Chris LattnerFix test/Regression/Analysis/BasicAA/2004-07-28-MustAli...
2004-07-29 Brian GaekeGet rid of a few dead method declarations.
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-29 Brian GaekeDon't derive from ValueSet to implement class LiveRange...
2004-07-29 Brian GaekeFix a few typoes and grammaroes in comments.
2004-07-29 Brian GaekeRemove mustSaveAcrossCalls flag, which isn't ever read...
2004-07-28 Chris LattnerMinor corrections
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-28 Misha BrukmanAdd notes on bug involving casting ulong -> double...
2004-07-28 Misha BrukmanSimplify loading (un)signed constants to registers...
2004-07-28 Misha BrukmanRemove an extra 8 byte distance penalty. Patch by...
2004-07-28 Misha BrukmanFind longs by type, not by their primitive size being...
2004-07-28 Misha BrukmanLI can only take signed values, so values > 32767 can...
2004-07-28 Misha BrukmanReorganize tests to place them in proper directories.
2004-07-28 Misha BrukmanUnitTests 2003-05-26-Shorts and 2003-07-09-LoadShorts...
2004-07-28 Misha BrukmanFix printing of immediate operands by looking at their...
2004-07-27 Misha BrukmanRenamed files:
2004-07-27 Brian GaekeConstantTypeMustBeLoaded has been incorporated into...
2004-07-27 Brian GaekeThis was the only user of TargetInstrInfo::ConstantType...
2004-07-27 Robert BocchinoThis change fixed a bug in the function visitMul. ...
2004-07-27 Brian GaekeGet rid of the (apparently non-working) filePrinterEmit...
2004-07-27 Misha BrukmanBranch selection support implemented by Nate Begeman...
2004-07-27 Misha BrukmanCorrectly print out long branches, assert on finding...
2004-07-27 Misha BrukmanRun the branch selection pass right before the asm...
2004-07-27 Misha BrukmanRemove empty unused method processFunctionBeforeFrameFi...
2004-07-27 Misha BrukmanAdd COND_BRANCH pseudo instruction, patch by Nate Begeman.
2004-07-27 Misha BrukmanBuild COND_BRANCHes which may become long or short...
2004-07-27 Misha BrukmanMoved definition of invertPPCBranchOpcode() into PowerP...
2004-07-27 Misha BrukmanAdd PowerPCBranchSelector to discover which are `long...
2004-07-27 Brian GaekeTargetInstrInfo::getNOPOpCode() has been replaced by...
2004-07-27 Brian GaekeConvert many of the virtual TargetInstrInfo methods...
2004-07-27 Brian GaekeAs it happens, none of these TargetInstrInfo methods...
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-27 Misha BrukmanFixed saving/restoring LR unconditionally, only done...
2004-07-27 Misha BrukmanSave and restore LR just like any other register and...
2004-07-27 Misha BrukmanLR is a 32-bit int reg
2004-07-27 Misha BrukmanMovePCtoLR (which is `bl' in disguise) modifies LR...
2004-07-27 Misha BrukmanRegister LR is callee-saved
2004-07-27 Misha BrukmanAdd IMPLICIT_DEF of LR for branch-and-link instrs ...
2004-07-27 Chris Lattnernuke pointless -debug output
2004-07-27 Chris LattnerFix conservative assumption, which was quite broken...
2004-07-27 Chris LattnerFix hoisting of void typed values, e.g. calls
2004-07-27 Chris Lattneralloca void makes no sense
2004-07-27 Chris LattnerRemove a bogus assertion
2004-07-27 Chris LattnerComplete rewrite of this pass to be faster, use less...
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 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-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 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 Chris LattnerImplement DeadStoreElim/alloca.llx by observing that...
2004-07-26 Chris LattnerAdd some new methods
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 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 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 Chris Lattner* Substantially simplify how free instructions are...
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 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 Lattnerobvious fix
next