oota-llvm.git
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.
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 BrukmanAdded doxygen comments for the streaming module provider.
2003-09-22 Misha Brukman* Cleaned up code:
2003-09-22 Misha BrukmanAdded functions to perform streaming function loading...
2003-09-22 Misha BrukmanConverted tabs to spaces.
2003-09-22 Misha BrukmanMaterialize the module before releasing it.
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 Lattnernew testcase, reduced by bugpoint
2003-09-22 Chris LattnerFix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
2003-09-22 Chris Lattnernew testcase which crashes the inliner, thanks Bugpoint!
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 Misha BrukmanKeep all the contributors in one place, instead of...
2003-09-22 Chris LattnerSquelch warning
2003-09-22 Chris LattnerSquelch warning
2003-09-22 Chris LattnerMinor cleanups:
2003-09-22 Chris Lattnernew testcase that crashes the C++ frontend, found by...
2003-09-21 Vikram S. AdveFix assertion so it doesn't not trip incorrectly.
2003-09-21 Brian GaekeUse C++ math header instead of C version.
2003-09-21 Brian GaekeErase now-unused prototypes.
2003-09-21 Brian GaekeRearrange #includes ... since there are fewer now I...
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeStandardize the names of include guards.
2003-09-21 Brian GaekeI tried to standardize the formatting and tidy up the...
2003-09-21 Brian GaekeConvert PhyRegAlloc into a proper pass.
2003-09-21 Chris LattnerAdd prototype
2003-09-20 Chris LattnerFunctions reachable from the arguments of unresolvable...
2003-09-20 Chris LattnerThe Globals graph must become complete at the end of...
2003-09-20 Chris LattnerDo not mark incoming arguments to functions complete...
2003-09-20 Chris LattnerMake sure to add global variable initializers to the...
2003-09-20 Chris LattnerDon't consider incomplete nodes to be typesafe!
2003-09-20 Chris LattnerRemove trivially dead nodes was not removing nodes...
2003-09-20 Chris LattnerGlobal variables with APPENDING linkage are very import...
2003-09-20 Chris LattnerAdd special case handling for calloc and realloc
next