oota-llvm.git
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.
2003-09-26 John CriswellAdded llvm/test/Programs/SingleSource/Regression/Makefile.
2003-09-26 Chris LattnerJust rethrow previous exception instead of making a...
2003-09-26 John CriswellModified the test so that it puts temporary files into...
2003-09-26 John CriswellAdded information about how llvm-as and llvm-dis select...
2003-09-25 Chris LattnerChange the heading of the page to reflect the tool...
2003-09-25 John CriswellAdded an explanation of gccld's behavior when linking...
2003-09-25 John CriswellAdded information about the new -native option.
2003-09-25 Misha BrukmanTo be consistent with the rest of LLVM codebase (and...
2003-09-25 John CriswellMoved wierdnames.ll to weirdnames.ll. The new name...
2003-09-25 John CriswellMade modifications recommended by Chris. Namely:
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 John CriswellRemoved completed items.
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-24 Brian GaekeFix a typo I happened to notice.
2003-09-23 Chris LattnerFix bug in previous checkin
2003-09-23 John CriswellAdded code that ensures that we pass the beginning...
2003-09-23 Chris LattnerUpdate email addr
2003-09-23 John CriswellIf we fail to find python or qmtest, give a warning...
2003-09-23 Chris LattnerMake it detect failed builds better
2003-09-23 Chris LattnerFix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
2003-09-23 Chris Lattnernew testcase
2003-09-23 Misha BrukmanFixed spelling.
2003-09-23 Misha BrukmanFix spelling.
2003-09-23 Misha BrukmanSquelch warning and delete extra space.
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 John CriswellAdded code that stops the configure script if a needed...
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.
next