oota-llvm.git
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-16 John CriswellAllow multiple object trees to use the source tree...
2003-09-16 John CriswellHave the configure script put llvm.py into the object...
2003-09-15 Chris LattnerPut llvm .bc files into the BytecodeObj subdirectory...
2003-09-15 John CriswellQMTest test and resource classes are always register...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-09-15 John CriswellRemoving Makefile. The QMTest program now handles...
2003-09-15 John CriswellRemoved llvm/tools/as, llvm/tools/dis, and runtime...
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis'.
2003-09-15 Chris LattnerFix building outside the srcdir, again
2003-09-15 Chris LattnerFix building into a different obj directory
2003-09-15 Misha Brukman`link' is being renamed to `llvm-link'.
2003-09-15 John CriswellModified the checks slightly so that one can re-configu...
2003-09-15 John CriswellAdded code that verifies that the source directory...
2003-09-15 Chris LattnerFix problems with programs that prototype printf to...
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-15 Chris Lattnernew testcase that crashes opt
2003-09-15 Chris LattnerWhoops, remove makefile too
2003-09-15 Chris LattnerRemove dead library, it is now folded into crtend
2003-09-15 Chris LattnerAllow specifying a file with symbols to export
2003-09-15 Chris LattnerMove the exception handling runtime stuff into this...
2003-09-15 Misha BrukmanStop building `as' and `dis' as they have been removed.
2003-09-15 Misha Brukman`dis' is no longer an LLVM tool.
2003-09-15 Misha Brukman`as' is no longer an LLVM tool.
2003-09-15 John CriswellRe-generated for recent changes.
2003-09-15 Vikram S. AdveReally use a search path as described in the log messag...
2003-09-15 Chris LattnerMinor cleanups, give credit, remove code that should...
2003-09-15 Brian GaekeFix typos in comments.
2003-09-15 Chris LattnerAdd prototype for the lowersetjmp pass
2003-09-15 Chris LattnerEnable the setjmp/longjmp lowering pass
2003-09-15 Chris LattnerInitial checkin of the Setjmp/Longjmp lowering/transfor...
2003-09-15 Chris LattnerUgh, a bug fix needed because of the bug in the CallGra...
2003-09-15 Chris LattnerThese two conditions are not exclusive!!
2003-09-15 Chris LattnerMake the print output more useful
2003-09-15 Chris LattnerFix bug: PruneEH/2003-09-14-ExternalCall.llx
2003-09-15 Chris LattnerNew testcase
2003-09-15 Chris LattnerFix bug: Inline/2003-09-14-InlineValue.ll
2003-09-15 Chris LattnerNew testcase
2003-09-15 Chris LattnerWrap long lines at 80 cols
2003-09-15 Chris LattnerMake sure to #include the OBJROOT config.h file, not...
2003-09-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
2003-09-14 Vikram S. AdveUpdate makellvm to work with the brave new world of...
2003-09-14 Chris LattnerFix the nightly tester now that olden has been moved
2003-09-13 Chris Lattnermanually add the llvm-ar stuff. this should be regenerated
2003-09-13 Tanya LattnerAdded llvm-ar to the Makefile
2003-09-13 Tanya LattnerFixed warning.
2003-09-13 Chris LattnerConfigure the llvm-ar directory
2003-09-12 Misha BrukmanBugpoint has the ability of generating a plethora of...
2003-09-12 Chris LattnerMake sure to cannonicalize loops before running indvar...
2003-09-12 Chris LattnerNew testcase, this should be simplified
2003-09-12 John CriswellCaught a few misses in the last modification.
2003-09-12 John CriswellUpdated for the re-organization of llvm/test/Programs...
2003-09-12 Chris LattnerDo not return success after checking only the FIRST...
2003-09-12 John CriswellInitial go at documentation for llc.
2003-09-12 Chris LattnerNew testcase, bug distilled from bc
2003-09-12 Chris LattnerMinor optimization efficiency improvement:
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 Chris LattnerSimplify code
2003-09-11 Chris LattnerNew testcase
2003-09-11 John CriswellAdded the SetjmpLongjmp Makefile.
2003-09-11 John CriswellModified the footer to be a link to the LLVM web page.
2003-09-11 John CriswellAdding a skeleton for the LLVM Command Guide.
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-11 Misha BrukmanApostrophes are only used for possession and quoting.
2003-09-11 Chris Lattnerscalarrepl now includes mem2reg
2003-09-11 Chris LattnerIntegrate functionality of the mem2reg pass directly...
2003-09-11 Chris LattnerMove the -indvars pass much later to where it is more...
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-11 Chris LattnerGet rid of the whole "Node2" business, rename getNode...
2003-09-11 Misha BrukmanSpell `definite' correctly.
2003-09-11 Misha BrukmanSpell `definitely' correctly.
2003-09-11 John CriswellRemoved the aposthrophes endings and the elipses suffix...
2003-09-10 Brian GaekeCheck in the fix I meant to apply here, but mistakenly...
2003-09-10 Misha Brukman* Move include files from middle of file to the top...
2003-09-10 Chris LattnerUnwind instructions are intrinsically alive, just like...
2003-09-10 Chris LattnerRework dominator interfaces to handle changes in the...
2003-09-10 Chris LattnerRework post dominator information so that we do not...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2003-09-10 Chris LattnerUpdate for new UnifyFunction... API
2003-09-10 Chris LattnerRemove #include
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-09-10 Chris LattnerRemove a bunch of warnings from the CBE generated C...
2003-09-10 Chris Lattner"the one true solution for compatibility with GCC 3.3+"
2003-09-10 Chris LattnerBe a little more specific about what is begin generated...
2003-09-10 Chris LattnerOnly emit inter-field-padding if the amount of padding...
2003-09-10 Chris LattnerClean up header, remove extra #include
2003-09-10 Chris LattnerAvoid dumping runtime library bytecode files into lib...
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 John CriswellUpdated to reflect the new locations of SingleSource...
2003-09-10 Chris LattnerRemove using declarations
2003-09-10 Chris LattnerNew testcase
2003-09-10 John CriswellRegenerated for Chris's updates, which adds several...
2003-09-10 Chris LattnerAdd missing runtime directories
2003-09-10 Misha BrukmanFix warning when _POSIX_MAPPED_FILES is already defined...
2003-09-10 Chris Lattneranother trivial cleanup
next