Corrected usage synopsis.
[oota-llvm.git] / lib /
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
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-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
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerMake this work better for constants that aren't necessa...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-20 Chris LattnerMinor cleanups, no functional changes
2003-09-20 Chris LattnerFix a really obvious huge gaping bug, add a comment
2003-09-20 Chris LattnerExpose the TCE pass
2003-09-20 Chris LattnerNew transformation: tail recursion elimination
2003-09-20 Chris LattnerFix bug: BasicAA/2003-09-19-LocalArgument.ll
2003-09-20 Chris LattnerKeep track of the number of typed/untyped memory access...
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-19 Chris LattnerReject "llvm." as a function name
2003-09-19 Chris LattnerImplement InstCombine/and.ll:test(15|16)
2003-09-19 Chris Lattnerpull a large nested conditional out into its own function
2003-09-19 Chris LattnerImplement InstCombine/add.ll:test(15|16)
2003-09-18 Brian GaekeFix a typo in Sparc.cpp.
2003-09-18 Brian GaekeRename the pass creator fn to mimic the other creator...
2003-09-18 Brian GaekeFix (and properly doxygenify) some comments. Incorporate
2003-09-18 Brian GaekeMake the symbol prologue/epilogue stuff redundant with...
2003-09-18 Misha BrukmanMinimal implementation of the abstract ModuleProvider...
2003-09-17 Misha BrukmanFixed spelling.
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 Chris LattnerChange FunctionInfo from being an annotation put on...
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-17 Chris LattnerChange the semancics of the dropallrefs method
2003-09-16 Chris LattnerFix bug raising allocations whose call sites were invok...
2003-09-16 Chris LattnerThis is effectively a complete rewrite of the globaldce...
2003-09-16 Brian GaekeAdd missing apostrophe. It's been bugging me for years.
2003-09-16 Brian GaekeFix typo in comment. Take out some random whitespace.
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-16 Vikram S. AdveFix longjmp case so that, along with the call to abort...
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
2003-09-15 Chris LattnerFix problems with programs that prototype printf to...
next