oota-llvm.git
2004-07-19 Chris LattnerFix assertion to not dereference end!
2004-07-19 Chris LattnerAdd some asserts that the list of intervals returned...
2004-07-19 Chris Lattnerremove the mbbi2mbbMap_, which was just keeping track...
2004-07-19 Chris Lattnerfill comment to 80 cols
2004-07-19 Chris Lattnerclassof implementations are now inlined
2004-07-19 Chris Lattnerinline classof implementations, eliminate use of virtua...
2004-07-19 Chris Lattnereliminate isConstantExpr, changes to isa<Constant>...
2004-07-19 Chris LattnerAdd new enum entries for ConstantAggregateZeroVal/Const...
2004-07-19 Chris LattnerMethod now returns null, dtor is inlined
2004-07-19 Chris LattnerChange method to return void. Inline dtor
2004-07-18 Chris LattnerRemove dead file
2004-07-18 Chris LattnerRemove this printer
2004-07-18 Reid SpencerA description of what this library is about, reference...
2004-07-18 Chris LattnerAdd note about GCC 3.3.2 being completely broken
2004-07-18 Reid SpencerInitiali Makefile for this library.
2004-07-18 Chris LattnerAdd a workaround for a GCC 3.3.2 bug
2004-07-18 Chris LattnerDoesn't exist
2004-07-18 Chris LattnerFix a performance regression from the CPR patch, simpli...
2004-07-18 Chris LattnerStrip out and simplify some code. This also fixes...
2004-07-18 Chris LattnerMinor cleanup, no functionality change
2004-07-18 Chris LattnerFix infinite loop
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid SpencerRemove an if statement that would never be reached.
2004-07-18 Reid SpencerDelete a redundant if branch.
2004-07-18 Reid SpencerExpand the coercion of constants to include the newly...
2004-07-18 Reid SpencerDelete a no-op loop.
2004-07-18 Reid SpencerExpand the scope to include global values because they...
2004-07-18 Reid SpencerAvoid an unnecessary isa<Constant>.
2004-07-18 Chris LattnerFix infinite loop gccld'ing povray
2004-07-18 Chris LattnerCPR Fixes
2004-07-18 Chris LattnerCPR fixes
2004-07-18 Reid SpencerBug 122 fixed.
2004-07-18 Chris LattnerRemove useless statistic, fix some slightly broken...
2004-07-18 Chris LattnerFix a rather serious bug in previous checkin
2004-07-18 Reid SpencerShrink some code.
2004-07-18 Reid SpencerAdd a missing space to align comments.
2004-07-18 Reid SpencerFix typeos in comments.
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid SpencerUser ValueListTy as the type of the ValueList. This...
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid SpencerFix a comment.
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencer****** ABOLISH ConstantPointerRef *****
2004-07-17 Reid SpencerExtend constructor so that it can support GlobalValue...
2004-07-17 Reid SpencerConstant value not needed after CPR's disappear.
2004-07-17 Chris LattnerIt looks like physref->virtreg joining is working fine...
2004-07-17 Chris LattnerMake sure to emit the immediate byte for instructions...
2004-07-17 Chris LattnerReserve the correct amt of space.
2004-07-17 Chris LattnerHrm, I think we need a "Reid is buggy" bug ;-)
2004-07-17 Misha BrukmanWe don't really need to #include IPO.h into this file.
2004-07-17 Reid SpencerInitial (outline only) draft of the System Library...
2004-07-17 Reid SpencerAdded a README to point users to the documentation...
2004-07-17 Chris LattnerFix incorrect computation of mod/ref sets. Do not...
2004-07-17 Chris LattnerPrint modref information in a useful way.
2004-07-17 Chris LattnerCleanups: fold two loops into one
2004-07-17 Chris Lattnerlink.h causes problems on some platforms and is not...
2004-07-17 Chris LattnerRemove dead file
2004-07-17 Chris LattnerAdd note about IA64 C++
2004-07-16 Brian GaekeFix warning on 64-bit machines
2004-07-16 Misha Brukman* Use LI(S) to copy constants into registers intead...
2004-07-16 Misha Brukman* Store all non-volatile int registers R13-31 on the...
2004-07-16 Misha BrukmanFix code formatting
2004-07-16 Misha BrukmanImplement PowerPCInstrInfo::isMoveInstr(), patch by...
2004-07-16 Misha BrukmanAdd prototype for TargetInstrInfo::isMoveInstr()
2004-07-16 Misha Brukman* Enable allocation of registers r2-r10
2004-07-16 Misha BrukmanAdd IMPLICIT_DEFS pseudo-instruction; patch by: Nate...
2004-07-16 Misha BrukmanThe generated instruction selector isn't (yet) functional
2004-07-16 Misha Brukman* Output non-lazy linking stubs for external global...
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-07-16 Misha BrukmanDefine double alignment as 8 bytes now that assert...
2004-07-16 Misha Brukman* Add spaces between words and numbers in comments...
next