Treat external variables similarly to those with weak linkage: load indirect.
[oota-llvm.git] / lib /
2004-07-20 Misha BrukmanTreat external variables similarly to those with weak...
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha Brukman* Differentiate between global and weak symbol loads
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha BrukmanDouble alignment in structs is 4 bytes, not 8. Patch...
2004-07-20 Alkis EvlogimenosAdd function to clear all virtual->physical mappings...
2004-07-20 Alkis EvlogimenosRemove unneeded functor. LiveInterval has a < operator.
2004-07-20 Chris LattnerFix a serious code pessimization problem. If an inline...
2004-07-20 Chris LattnerImplement Transforms/InstCombine/IntPtrCast.ll
2004-07-20 Chris LattnerIgnore instructions that are in trivially dead function...
2004-07-20 Misha BrukmanFix stack frame layout in prologue/epilogue. Patch...
2004-07-20 Chris LattnerImplement InstCombine/GEPIdxCanon.ll
2004-07-20 Chris LattnerImplement SimplifyCFG/BrUnwind.ll
2004-07-20 Misha BrukmanMove handing of GlobalValues from getReg() to copyConst...
2004-07-20 Chris LattnerRewrite cast->cast elimination code completely based...
2004-07-20 Misha Brukman* Fn args passed in registers are now recorded as used...
2004-07-20 Misha Brukman* cFP class split into cFP32 and cFP64
2004-07-19 Chris LattnerWhile I'm at it, don't break codegen of mul by 3,5,9.
2004-07-19 Chris LattnerGenerate better code for multiplies by negative constan...
2004-07-19 Alkis EvlogimenosRemove dead code.
2004-07-19 Chris LattnerFix a bug that occurs when the last instruction in...
2004-07-19 Chris LattnerWhen joining intervals, join intervals in deeply nested...
2004-07-19 Chris LattnerSplit joinIntervals into two methods
2004-07-19 Reid Spencerbug 122:
2004-07-19 Chris LattnerInline 4 methods
2004-07-19 Chris LattnerThere is no need to store the MBB along with the MI...
2004-07-19 Chris LattnerSimplify the interface to LiveVariables::addVirtualRegi...
2004-07-19 Chris LattnerRemove the DefBlock element of VarInfo. DefBlock is...
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-19 Chris LattnerTwo changes, both very significant:
2004-07-19 Chris LattnerSee comments. The live intervals were not coming out...
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 LattnerMethod now returns null, dtor is inlined
2004-07-18 Reid SpencerA description of what this library is about, reference...
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 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 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 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 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 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 Misha BrukmanWe don't really need to #include IPO.h into this file.
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-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...
next