oota-llvm.git
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
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Chris LattnerRemove unused header
2003-09-30 Chris LattnerFix header comment
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Chris LattnerFix header, remove dead decl
2003-09-30 Chris LattnerFix header file comment
2003-09-30 Misha Brukman* Ordered includes according to LLVM style
2003-09-30 Chris Lattnermake the header comment more useful
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Brian GaekeAdd statistic for # of emitWord() calls.
2003-09-30 Misha BrukmanDoxygen-ified function comments.
2003-09-30 Misha BrukmanRemoved extra space in comments.
2003-09-30 Chris LattnerRemove initials from source file
2003-09-30 Misha BrukmanMake code more terse:
2003-09-30 Chris Lattnernew testcase distilled from 177.mesa
2003-09-30 John CriswellAdded conditional configuration of poolalloc.
2003-09-30 John CriswellAdded the ability to conditionally configure the reopt...
2003-09-30 Chris LattnerNew fixed bug, distilled from 252.eon
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 John CriswellRemoved the utils/Makefile file from being copied to...
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanUse the newly abstracted interface for running our...
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 BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-29 Misha Brukman* Added an interface for how LLEE would communicate...
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Chris Lattnerupdate run command
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-29 Chris LattnerSimplify test, include problem analysis
2003-09-29 John CriswellAdded Makefiles to llvm/test/Programs/SingleSource...
2003-09-29 John CriswellAdding Makefiles for llvm/test/Programs/SingleSource...
2003-09-29 John CriswellUpdated for the new QMTest test suite. Temporary outpu...
2003-09-29 Chris LattnerNew testcase, distilled by John
2003-09-29 John CriswellAdded information on input and output filenames.
2003-09-29 John CriswellRemoved Support directory. It now lives in llvm/suppor...
2003-09-29 Chris LattnerCheck in missing makefile
2003-09-29 Chris LattnerInitial checkin of makefile for this directory
2003-09-29 John CriswellMoved code from llvm/lib/Support to llvm/support/lib...
2003-09-29 John CriswellMoved llvm/utils/Burg and llvm/utils/TableGen to llvm...
2003-09-29 John CriswellMoved llvm/lib/Support to llvm/support/lib/Support.
2003-09-29 John CriswellUpdating Makefiles for new location in llvm/support.
2003-09-29 John CriswellUpdated Makefiles to reflect new location in llvm/suppo...
2003-09-29 John CriswellAdded explanation of where analyze gets its input,...
2003-09-27 Misha BrukmanSquelch warnings.
2003-09-26 John CriswellUpdated these tests so that they use the new temporary...
2003-09-26 John CriswellMoved llvm/test/Programs/SingleSource/Regression around...
2003-09-26 John CriswellUpdated to generate temporary files in the temporary...
2003-09-26 John CriswellAdded information on how input and output files are...
2003-09-26 John CriswellRemoving these tests from the regressions directory.
next