oota-llvm.git
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
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-09-01 Chris LattnerSimplify code a bit
2003-09-01 Chris LattnerThis file is never #included
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-09-01 Chris LattnerIGNode got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-09-01 Chris LattnerFinal cleanup: remove dead code
2003-09-01 Chris LattnerNot only is this a lot smaller, it actually works if...
2003-09-01 Chris LattnerDead files
2003-09-01 Chris LattnerIf "These should be used only by the auto-parallelizati...
2003-09-01 Chris LattnerMoved all of the cilkifier stuff into lib/Transforms...
2003-09-01 Chris LattnerThis file is just a subset of Cilkifier.h
2003-09-01 Chris LattnerMinor cleanups
2003-09-01 Chris LattnerOther minor cleanups while I'm in the area
2003-09-01 Chris LattnerFix spell-o
2003-09-01 Chris LattnerRemove gross old hacky code that was in there for backw...
2003-09-01 Chris LattnerChange the RaiseAllocations pass to be a Pass instead...
2003-09-01 Chris LattnerChange the RaiseAllocations pass from being a BasicBloc...
2003-08-31 Chris LattnerRemove the -stopAfterNPasses option, which has been...
2003-08-31 Chris Lattner* move the dead-type-eliminate passes to the end, where...
next