oota-llvm.git
2003-10-06 Chris LattnerMinor speedups for the instcombine pass
2003-10-06 Chris LattnerSpeed up the predicate used to decide when to inline...
2003-10-06 Brian GaekeAdd # of printed instructions statistic to both the...
2003-10-06 Brian GaekeI wanted to make the top of the page less verbose....
2003-10-06 Chris LattnerAvoid doing pointless work. Amazingly, this makes...
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-10-06 Brian GaekeAll of our supported operating systems (so far) and...
2003-10-06 Chris LattnerHand update the configure script for moved directories
2003-10-06 Chris LattnerChanges for the move of the support directory back...
2003-10-05 Chris LattnerThis changes the PromoteMemToReg function to create...
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-10-05 Chris Lattnernew testcase
2003-10-05 Chris LattnerSpeed up the mem2reg transform for allocas which are...
2003-10-05 Chris LattnerThe support directory no longer exists
2003-10-05 Chris LattnerOops, missed the . files
2003-10-05 Chris LattnerMove support/lib into lib/Support
2003-10-05 Chris LattnerRevert back to keeping Burg and TableGen in the utils...
2003-10-05 Chris LattnerMove support/tools/* back into utils
2003-10-05 Chris LattnerMove support/lib/Support back to lib/Support
2003-10-05 Chris LattnerThe sparc backend now support invoke, but still doesn...
2003-10-05 Chris LattnerAdd support for the Invoke instruction by using the...
2003-10-05 Chris LattnerInstead of hacking in custom support for Invoke/Unwind...
2003-10-05 Chris LattnerAdd new prototype for createLowerInvokePass(). Make...
2003-10-05 Chris LattnerInitial checkin of the LLVM->LLVM transform to support...
2003-10-05 Chris Lattnersimplify-cfg is really a function pass
2003-10-05 Chris LattnerBe more careful handling PHI nodes, which might be...
2003-10-05 Chris LattnerThe first PHI node may be null, scan for the first...
2003-10-05 Chris LattnerThe VersionNumbers vector is only used during PHI place...
2003-10-05 Chris Lattner* Update file header comment
2003-10-05 Chris LattnerSimplify the loop a bit
2003-10-05 Chris LattnerThere is no need for separate WriteSets and PhiNodeBloc...
2003-10-05 Chris LattnerThe PhiNodes 2D vector is only used during PHI node...
2003-10-05 Chris Lattner* Document instance vars better
2003-10-05 Chris LattnerTwo small cleanups/speedups:
2003-10-05 Chris Lattner* Minor cleanups
2003-10-05 Chris LattnerOutput a very high-precision number
2003-10-05 Chris LattnerA couple of minor code cleanups.
2003-10-05 Chris LattnerType tables are now AbstractTypeUsers. This allows...
2003-10-05 Chris LattnerAdd some new methods to forward to
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-10-04 Chris LattnerTransform two methods to return pointers directly inste...
2003-10-04 Chris LattnerUse V for values, not D.
2003-10-04 Chris LattnerDo not leak the ModuleProvider if releaseModule() throws.
2003-10-04 Chris LattnerConstants are not getting merged together correctly...
2003-10-03 Chris LattnerMinor random speedup: make Constant::getNullValue only...
2003-10-03 Chris LattnerExplicit copy ctors are no longer needed
2003-10-03 Chris LattnerMinor cleanups
2003-10-03 Chris LattnerThis checkin basically amounts to a complete rewrite...
2003-10-03 John CriswellChanged all of these tests to be TestRunner tests ...
2003-10-03 Chris LattnerThese methods are dead, remove them. Because the bodie...
2003-10-03 Chris LattnerThese methods are dead, remove them
2003-10-03 John CriswellRenamed these tests so that they don't contain extra...
2003-10-03 John CriswellAdded links to the C and C++ frontends.
2003-10-03 John CriswellAdding basic documentation for the LLVM C and C++ front...
2003-10-03 Chris LattnerDramatically simplify DerivedType::refineAbstractTypeTo...
2003-10-02 Chris LattnerMake the PATypeHolder use a simple union-find implement...
2003-10-02 Chris LattnerThere is no need for BytecodeParser to be an AbstractTy...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-10-02 Chris LattnerThere is no reason for the PATypeHolder class to derive...
2003-10-02 John CriswellRemoved the check for purify as we don't support its...
2003-10-02 John CriswellFixed the conditional targets for postscript files...
2003-10-02 Chris LattnerThe objects mapped are really PATypeHolders, not PAType...
2003-10-02 Chris LattnerRemove obsolete tests which:
2003-10-02 Chris LattnerCheckin new file, reduced by Brian
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Chris LattnerAdd ideas and small revisions from Vikram
2003-10-02 Chris LattnerImplement InstCombine/add.ll:test17 & 18
2003-10-02 Chris LattnerAdd new testcases
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-10-02 Chris Lattnerfix spleling
2003-10-02 Chris Lattneradd note about .a files
2003-10-02 Chris LattnerInitial checkin of the LLVM 1.0 release notes
2003-10-01 Alkis EvlogimenosUse std::string::size_type for for ColonPos to stop...
2003-10-01 Chris LattnerRemove obsolete scoped pred and succ iterator typedefs
2003-10-01 Chris LattnerUse graph traits to perform generic interval construction
2003-10-01 Chris LattnerAdd graph traits specializations for intervals
2003-10-01 Chris LattnerAmazingly enough, we actually do some stuff around...
2003-10-01 Chris LattnerMake sure to include the "support" directory
2003-10-01 Alkis EvlogimenosRevert previous change. For some reason this went into...
2003-10-01 Alkis EvlogimenosAdded command line option for linear scan allocator
2003-10-01 Misha BrukmanThe comment seems irrelevant as the pass has become...
2003-09-30 John CriswellCorrected usage synopsis.
2003-09-30 Chris LattnerMake sure to get the definition of getRegisterAllocator
2003-09-30 Chris LattnerNew testcase that was not correctly handled
2003-09-30 Chris LattnerThis bug is not fixed, but will be in the future eventually
2003-09-30 Chris Lattnernew testcase
2003-09-30 Chris LattnerForward declare a class
2003-09-30 Chris LattnerThis got merged into Passes.h
2003-09-30 Chris LattnerRegisterAllocation.h is going away
2003-09-30 Chris LattnerInclude the sparc register in this file
2003-09-30 Chris Lattnerinclude passes.h which defines the interface this file...
2003-09-30 John CriswellChanged TestRunner test class so that it replaces ...
2003-09-30 John CriswellRemoved Makefile for CompileFail tests. They are now...
2003-09-30 John CriswellAdjusted for the new TestRunner test class. This repla...
2003-09-30 John CriswellAdded the CXXTest test class.
2003-09-30 Chris LattnerThis makefile is completely wrong, don't even bother...
2003-09-30 Chris LattnerThese tests got moved to test/Programs/SingleSource...
2003-09-30 Chris LattnerUpdate comment
next