Added targets that force users to re-run autoconf when the script has been
[oota-llvm.git] / lib /
2003-10-06 Chris LattnerActually _PASS IN_ NO_RESERVE if we have it.
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-10-06 Chris LattnerUsers can never be null
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 Chris LattnerAvoid doing pointless work. Amazingly, this makes...
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-10-06 Brian GaekeAll of our supported operating systems (so far) and...
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 LattnerSpeed up the mem2reg transform for allocas which are...
2003-10-05 Chris LattnerMove support/lib/Support back to lib/Support
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 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 LattnerA couple of minor code cleanups.
2003-10-05 Chris LattnerType tables are now AbstractTypeUsers. This allows...
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-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 Chris LattnerThese methods are dead, remove them. Because the bodie...
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 LattnerThe objects mapped are really PATypeHolders, not PAType...
2003-10-02 Alkis EvlogimenosMoved enum and command-line option in separate file...
2003-10-02 Chris LattnerImplement InstCombine/add.ll:test17 & 18
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-10-01 Alkis EvlogimenosUse std::string::size_type for for ColonPos to stop...
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 Chris LattnerMake sure to get the definition of getRegisterAllocator
2003-09-30 Chris LattnerRegisterAllocation.h is going away
2003-09-30 Chris Lattnerinclude passes.h which defines the interface this file...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Brian GaekeAdd statistic for # of emitWord() calls.
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanFixed space issues, code alignment, tabs -> spaces.
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-29 John CriswellRemoved Support directory. It now lives in llvm/suppor...
2003-09-29 John CriswellMoved code from llvm/lib/Support to llvm/support/lib...
2003-09-26 Chris LattnerJust rethrow previous exception instead of making a...
2003-09-25 Chris LattnerDefine the instance variable Buffer, not the automatic...
2003-09-24 Chris LattnerDOn't crash if program calls the null pointer
2003-09-24 Chris LattnerFix alignment problem
2003-09-24 Chris LattnerRemove explicit use of BasicBlock::succ_iterator
2003-09-24 Misha BrukmanActually assign the string correctly through the std...
2003-09-24 Chris LattnerUse global *_iterator
2003-09-24 Chris LattnerDo not use BasicBlock::*_iterator, just use *_iterator...
2003-09-24 Misha Brukman* Eliminate BytecodeBufferReader::Length member variable
2003-09-24 Chris LattnerDo not use BasicBlock::succ_iterator
2003-09-24 Brian GaekeUpdate head-of-file comment.
2003-09-24 Brian GaekeUntabify tabs in stuff I've recently added.
2003-09-24 Brian GaekeUse getRegClassID() instead of getRegClass()->getID...
2003-09-24 Brian GaekeRemove some unused methods of class IGNode.
2003-09-23 John CriswellAdded code that ensures that we pass the beginning...
2003-09-23 Chris LattnerFix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
2003-09-23 Misha BrukmanFixed spelling.
2003-09-23 Misha BrukmanFix spelling.
2003-09-23 Misha BrukmanStop returning bool and pass Instruction by reference;
2003-09-23 Misha BrukmanSuggestions made by Chris:
2003-09-23 Misha Brukman* Group class definitions & implementations together
2003-09-23 Chris LattnerMove getAnalysisUsage method from header to .cpp file...
2003-09-23 Misha Brukman* Constantify arguments to copy function
2003-09-22 Misha BrukmanRemoved no longer used member variable.
2003-09-22 Misha BrukmanUppercase the acronym ASCII.
2003-09-22 Misha BrukmanAdded file header comment.
2003-09-22 Misha Brukman* No longer initialize the module, a subclass is more...
2003-09-22 Chris LattnerUpdate file header for renamed file
2003-09-22 Misha Brukman* Cleaned up code:
2003-09-22 Chris LattnerFix bugs in the last change
2003-09-22 Chris LattnerFix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
2003-09-22 Chris LattnerFix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
2003-09-22 Misha BrukmanCredits now go into the top-level CREDITS.TXT
2003-09-22 Misha BrukmanCredits are now in top-level CREDITS.TXT
2003-09-22 Chris LattnerSquelch warning
next