oota-llvm.git
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...
2003-09-02 Chris LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 John CriswellAdded code that makes the bytecode file readable (neede...
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellModified the code so that it uses the MakeFileExecutabl...
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-09-02 Chris LattnerDon't bother doing an exhaustive recursive walk if...
2003-09-02 Chris LattnerUgh, fix bugs. Ok, so the last fix wasn't as great...
2003-09-02 Chris LattnerFurther simplifications
2003-09-02 Chris LattnerChange the code to no longer compute the "type descript...
2003-09-02 Chris LattnerThe description is no longer stored directly in the...
2003-09-02 Brian GaekeRemove assertion which is never reached.
2003-09-01 Chris LattnerDead header file
2003-09-01 Chris Lattner#include is unnecessary
2003-09-01 Chris LattnerPrototype for creator function got moved
2003-09-01 Chris LattnerAdd RPR prototype here
2003-09-01 Chris LattnerRemove dead file
2003-09-01 Chris LattnerOptInfo is no longer required
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerNo longer require an OptInfo
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerDon't build dead directories
2003-09-01 Chris LattnerRemove header files that were privatized
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerRemove dead library makefile
2003-09-01 Chris LattnerRemove makefile for dead library
next