oota-llvm.git
2003-12-26 Chris LattnerRename 'run' to 'runFunction' to emphasize that it...
2003-12-26 Chris Lattnerupdate comment
2003-12-24 Alkis EvlogimenosImprove debugging output when choosing a register to...
2003-12-24 Alkis EvlogimenosDo a separate pass to compute spill weights because...
2003-12-23 Chris Lattnerboog fixed
2003-12-23 Chris LattnerHrm is a really nasty ommission. The lack of this...
2003-12-23 John CriswellCorrected typo.
2003-12-23 Chris LattnerRight, fix the problem with invoke instructions, not...
2003-12-23 Chris LattnerDo not delete the type holder until after the call...
2003-12-23 John CriswellModified the logic so that library objects with main...
2003-12-23 Chris LattnerMinor cleanups, plug a minor memory leak
2003-12-23 Alkis EvlogimenosChange the way free regusters are computed and perform...
2003-12-23 John CriswellModified the linker so that it always links in an objec...
2003-12-23 Chris LattnerRename method
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerRename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerMore minor non-functional changes. This now computes...
2003-12-23 Chris LattnerRemove extraneous #include
2003-12-23 Chris LattnerFinegrainify namespacification
2003-12-22 Chris Lattnerbug fixed
2003-12-22 Chris LattnerFix memory corruption bug PR193
2003-12-22 John CriswellReverted back to revision 1.11. The previous fix doesn...
2003-12-22 Alkis EvlogimenosFix crash when compiling twolf.
2003-12-22 Chris LattnerDon't mind me, I'm just refactoring away. This patch...
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-12-22 Chris Lattnernew testcase for cananonicalization of subtracts
2003-12-22 Chris LattnerImplement IndVarsSimplify/pointer-indvars.ll, transform...
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-12-22 Chris LattnerDoxygenize methods, add new getIntPtrType method
2003-12-22 Chris LattnerNew testcase to see if -indvars can promote pointer...
2003-12-22 Chris Lattnerfix grammao
2003-12-22 Chris LattnerBug fixed
2003-12-22 Chris LattnerThe GCC problem is not specific to suse
2003-12-22 Chris LattnerFix PR194
2003-12-22 Misha BrukmanReally release memory used by functions. Patch by Chris.
2003-12-21 Misha BrukmanFix the URL to check the referrer for CSS conformity.
2003-12-21 Alkis EvlogimenosRemove verifyIntervals() since it doesn't actually...
2003-12-21 Alkis EvlogimenosChange weight into a float so that we can take into...
2003-12-21 Chris LattnerNew testcase for PR194
2003-12-21 Alkis EvlogimenosMove FP_REG_KILL closer to the return instruction.
2003-12-21 Alkis EvlogimenosAdd support for inactive intervals. This effectively...
2003-12-20 John CriswellFix PR#193.
2003-12-20 Alkis EvlogimenosFix help string for --enable-spec2000 option
2003-12-20 Alkis EvlogimenosMove FP_REG_KILL closer to the actual branch instruction.
2003-12-20 Alkis EvlogimenosRemove floating point killer pass. This is now implemen...
2003-12-20 Chris LattnerAnother day, another bug
2003-12-20 Chris LattnerAdd a new target-independent machine code freeing pass
2003-12-20 Chris LattnerFinally, _actually delete the machine code_ for a funct...
2003-12-20 Chris LattnerThis should not be needed anymore
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-20 Chris LattnerFix memory leak in the stackifier, due to the machineba...
2003-12-20 Chris LattnerFinegrainify namespacification
2003-12-20 Chris LattnerHoist some sparc specific code into the sparc target
2003-12-20 Chris Lattner* Finegrainify namespacification
2003-12-20 Chris LattnerRemove sparc specific passes from public headers
2003-12-20 Chris LattnerRemove a horrible API
2003-12-20 Chris LattnerPR135 is now finally fixed
2003-12-20 Chris LattnerImplement PR135, lazy emission of global variables
2003-12-20 Chris LattnerCleanups to implement PR135
2003-12-20 Chris LattnerSimple refactorings to prepare for lazy global emission
2003-12-20 Chris LattnerSimple refactorings to prepare for lazy global emission
2003-12-20 Chris LattnerA minor cleanup for better encapsulation
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-20 Chris LattnerUpdate for changes in the JIT
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-19 Chris LattnerEliminate a spurious warning
2003-12-19 Chris LattnerFix ADCE/2003-12-19-MergeReturn.llx
2003-12-19 Chris LattnerNew testcase for missed optimization
2003-12-19 Chris LattnerExpand on the AliasSetTracker a bit, so I can remember...
2003-12-19 Chris LattnerRemove the wierd "Operands" loop, by traversing basicbl...
2003-12-19 Chris LattnerAdd support for people calling main recursively
2003-12-19 Chris LattnerImplement LICM/sink_multiple.ll, by sinking all possibl...
2003-12-19 Chris LattnerNew testcase
2003-12-19 Chris LattnerTurn QOI section into CQ section (QUI can be added...
2003-12-19 Chris LattnerGeneralize a special case to fix PR187
2003-12-19 Chris LattnerFactor code out into the Utils library
2003-12-19 Chris LattnerAdd new function
2003-12-19 Chris LattnerIf -enable-linscan is specified, add ENABLE_LINEARSCAN...
2003-12-19 Chris LattnerUpdate template
2003-12-18 Alkis EvlogimenosRemove TwoAddressInstruction from the public headers...
2003-12-18 Brian GaekeAdd install target for libraries.
2003-12-18 Chris LattnerPrune some #includes
2003-12-18 John CriswellReverted back to previous revision - this was previousl...
2003-12-18 John CriswellMerged in RELEASE_11.
2003-12-18 Alkis EvlogimenosModify linear scan register allocator to use the two...
2003-12-18 Alkis EvlogimenosFix bug in reserved registers. DH actually aliases...
2003-12-18 Alkis EvlogimenosModify local register allocator to use the two-address...
2003-12-18 Alkis EvlogimenosAdd TwoAddressInstructionPass to handle instructions...
2003-12-18 Alkis EvlogimenosRename LiveIntervals::expired() to LiveIntervals::expir...
2003-12-18 Alkis EvlogimenosWhen a variable is killed and redifined in a basic...
2003-12-18 Alkis EvlogimenosHandle multiple virtual register definitions gracefully.
2003-12-18 Chris Lattneradd boog
2003-12-18 Chris LattnerWhen we delete instructions from the loop, make sure...
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-18 Chris LattnerCheck in patch that Reid submitted
2003-12-17 Misha BrukmanFix the links to match our 'llvm' namespace in doxygen...
2003-12-17 Misha Brukman* Converted C-style comments to C++
2003-12-17 Misha BrukmanReordered #includes.
2003-12-17 Misha BrukmanDoxygenified some comments, reduced extraneous space.
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...
next