oota-llvm.git
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.
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.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-05 Misha BrukmanAdded some optimizations:
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeNo longer used
2003-09-05 Brian GaekeCorrect comments
2003-09-05 Brian GaekeInterpreter, JIT moved to lib/ExecutionEngine (includes...
2003-09-05 Brian GaekeAdd ExecutionEngine directory.
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian Gaeke-abort-on-exception is gone. Rebuild your gccld shell...
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Chris LattnerFix reading of invoke instrs
2003-09-05 Brian GaekeZap some more unused static method decls
2003-09-05 Chris LattnerWhoa, we were misreading invoke instructions "normal...
2003-09-05 Brian GaekeRemove printOperandInfo(), and simplify run().
2003-09-05 Chris LattnerAdd asserts, move code around. This gets the dropAllTy...
2003-09-05 Brian GaekeRemove support for printing values from a module by...
2003-09-05 Brian GaekeRemove support for interactive (step finish next) instr...
2003-09-05 Chris LattnerMove functionality preserving changes.
2003-09-05 Chris LattnerRefactor what has effectively become copy-and-pasted...
2003-09-05 Chris LattnerGet friendly
2003-09-05 Chris LattnerCheck in a bunch of minor fixes, plus a whole lot of...
2003-09-05 Chris LattnerReshuffling of APIs
2003-09-04 Chris LattnercontainsEquivalent never returns its argument
2003-09-04 Chris LattnerNon-functional change
2003-09-04 Chris LattnerRemove needless usage of getDescription()
2003-09-04 Chris LattnerInline method
2003-09-04 Chris LattnerRemove method
2003-09-04 Chris LattnerDon't try to be sneaky, breaking recursive types in...
2003-09-04 Chris LattnerThis is now unnecessary
2003-09-04 Brian GaekeRemove support for breakpoints (not used).
2003-09-04 Brian GaekeMove EE dtor where it belongs
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-09-03 Chris LattnerAvoid printing meaningless numbers
2003-09-03 Chris LattnerFix bug where we couldn't print a function without...
2003-09-03 Chris LattnerFollow the pattern of all other atu's
2003-09-03 Chris LattnerNo need to rescan types when they are created.
2003-09-03 Chris LattnerFinal cleanups, document is good to go
2003-09-03 Chris LattnerAdd a WHOLE lot of updates clarifications and fixes...
2003-09-02 Chris Lattnerhyphenation police visited here
2003-09-02 Chris LattnerAnother small speedup, this one to: 2.42s
2003-09-02 Chris LattnerDon't return bogus references, and don't add an entry...
2003-09-02 Chris LattnerAnother optimization, speed up the testcase to 2.7s
2003-09-02 Chris LattnerRemoval of explicit stack, which requires the method...
2003-09-02 Chris LattnerNew method
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
next