oota-llvm.git
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
2003-09-10 Chris LattnerSimplification of trip counting machinery.
2003-09-10 John CriswellDon't explicitly use $SourceDir to find the tblgen...
2003-09-10 Chris LattnerFix spello
2003-09-10 Chris LattnerFix spell-o's
2003-09-10 Chris LattnerSpelling fixes. I think that "cannonical" is ok, but...
2003-09-10 Chris LattnerSpelling fixes
2003-09-10 Chris LattnerFix up file header
2003-09-10 Chris Lattnerclean up file header comment
2003-09-10 Chris LattnerSimplify some code
2003-09-09 Misha BrukmanSpell `occurrence' correctly.
2003-09-09 John CriswellUpdated to find source files using VPATH. This makes...
2003-09-09 John CriswellRemoved Makefiles for directories that no longer exist.
2003-09-09 Chris LattnerFix bug: InstCombine/2003-09-09-VolatileLoadElim.ll
2003-09-09 Chris LattnerNew testcase: do not DCE volatile loads!
2003-09-09 Chris LattnerUpdate testcases to be more modern
2003-09-09 John CriswellReverting back to the previous revision.
2003-09-09 John CriswellModified the check for intrinsic functions. All intrin...
2003-09-09 Chris Lattner* Simplify printConstantValueOnly by moving the tail...
2003-09-09 John CriswellUpdated the log of changes (as required by the Burg...
2003-09-09 John CriswellModified the code so that we exit() with a non-zero...
2003-09-08 John CriswellAdded the .t implicit rule. You can now run an individ...
2003-09-08 Chris LattnerOops, look at the VOLATILE marker, not the opcode
2003-09-08 Chris LattnerEliminate the unwind intrinsic, it is now an instruction
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerFix bug
2003-09-08 Chris LattnerShould invokify is always true
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-08 Chris LattnerAdd support for unwind
2003-09-08 Chris Lattneradd support for the unwind inst
2003-09-08 Chris LattnerAdd the unwind instruction class
2003-09-08 Chris LattnerAdd new unwind instruction. Happily there was a slot...
2003-09-08 Chris LattnerAdd info about volatile loads/stores
2003-09-08 Chris LattnerParse volatile loads/stores
2003-09-08 Chris LattnerRead volatile loads/stores
2003-09-08 Chris LattnerRemove a bunch of unneeded stuph
2003-09-08 Chris LattnerDo not hoist volatile loads
2003-09-08 Chris LattnerFix bug: RLE-Preserve-Volatile.ll
2003-09-08 Chris Lattnersyntax highlightify
2003-09-08 Chris LattnerSyntax hilight
2003-09-08 Chris LattnerRemove a gross hack that was there to support bytecode...
2003-09-08 Chris LattnerAdd support for writing volatile load/stores
2003-09-08 Chris LattnerAdd support for volatile loads/stores
2003-09-08 Chris LattnerFix grammar-o
2003-09-08 Chris LattnerNew testcase
2003-09-08 Chris LattnerFix old style test
2003-09-08 Vikram S. AdveFix syntax error when makellvm is run in an invalid...
2003-09-08 Misha BrukmanSpell `occurrence' correctly.
2003-09-07 Misha BrukmanFixed spelling of `intentionally'.
2003-09-07 Chris LattnerRemove unneeded #include
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-06 John CriswellCheckin of autoconf-style object root.
next