oota-llvm.git
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
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 Lattnerupdate dox
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-20 Chris LattnerRename getEntryNode -> getEntryBlock()
2003-09-20 Chris LattnerMinor cleanups, no functional changes
2003-09-20 Chris LattnerCleanup header file
2003-09-20 Chris LattnerNow that the TCE pass passes all of the tests, add...
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 LattnerNew testcase
2003-09-20 Chris LattnerFix header, fix broken friend decl
2003-09-20 Chris LattnerFix bug: BasicAA/2003-09-19-LocalArgument.ll
2003-09-20 Chris LattnerNew testcase that basicaa should be able to handle
2003-09-20 Chris LattnerFix file header
2003-09-20 Chris LattnerUnsquishify
2003-09-20 Chris LattnerKeep track of the number of typed/untyped memory access...
2003-09-19 John CriswellNew header file for gccld.
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 LattnerTwo new tests for shifts followed by ands
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-19 Chris LattnerNew testcases
2003-09-19 Chris Lattnera bitfield stress test to exercise various parts of...
2003-09-18 John CriswellChanged the empty rule for .h files. The rule needs...
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 John CriswellRefactored gccld into three C++ source files.
2003-09-18 Misha BrukmanMinimal implementation of the abstract ModuleProvider...
2003-09-18 Misha BrukmanAbstract interface for module providers, e.g. streaming...
2003-09-17 Chris LattnerDocument new column
2003-09-17 Misha BrukmanFixed spelling.
2003-09-17 John CriswellReplaced the call to strdup() with a new operator follo...
2003-09-17 John CriswellAdded the use of the const keyword.
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 Misha BrukmanAdded sections about debugging mis-compilations and...
2003-09-17 Misha BrukmanDo not put DEBUG() guard around error condition; this...
2003-09-17 Misha BrukmanFix the flag on `rm' to properly do a recursive deletion.
2003-09-17 Chris LattnerChange FunctionInfo from being an annotation put on...
2003-09-17 John CriswellRemoved the use of the environ variable and instead...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-17 Chris Lattnerfix misspelling analyse -> analyze
2003-09-17 John CriswellRenamed the link page to llvmlink.html
2003-09-17 Chris Lattnernew old testcase
2003-09-17 Chris LattnerUse new method
2003-09-17 Chris LattnerChange the semancics of the dropallrefs method
2003-09-17 Chris LattnerAdd new deleteBody method
2003-09-16 John CriswellAdded the -native option.
2003-09-16 John CriswellUpdated the name of the linker to llvm-link.
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 John CriswellRegenerated configure with Misha's changes.
2003-09-16 Brian GaekeFix typo in comment. Take out some random whitespace.
2003-09-16 Misha BrukmanThese transitional scripts are no longer necessary...
2003-09-16 Brian GaekeEdit comment for accuracy
2003-09-16 Chris LattnerRemove obsolete -abort-on-exception flag from LLI
2003-09-16 Chris LattnerRemove obsolete option
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-16 Misha Brukman`link' is now `llvm-link'. Also alphabetized the tools...
2003-09-16 Misha Brukman`link' is now `llvm-link'.
2003-09-16 Misha Brukman`link' has become `llvm-link'.
2003-09-16 Vikram S. AdveFix longjmp case so that, along with the call to abort...
next