Enable the setjmp/longjmp lowering pass
[oota-llvm.git] / lib /
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 LattnerFix bug: Inline/2003-09-14-InlineValue.ll
2003-09-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
2003-09-12 Chris LattnerMake sure to cannonicalize loops before running indvar...
2003-09-12 Chris LattnerDo not return success after checking only the FIRST...
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 Misha BrukmanFixed spelling and grammar.
2003-09-11 Misha BrukmanApostrophes are only used for possession and quoting.
2003-09-11 Chris LattnerIntegrate functionality of the mem2reg pass directly...
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-11 Misha BrukmanSpell `definite' correctly.
2003-09-11 Misha BrukmanSpell `definitely' correctly.
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 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 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 Chris LattnerRemove using declarations
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 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 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-08 Chris LattnerOops, look at the VOLATILE marker, not the opcode
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 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 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 Misha BrukmanSpell `occurrence' correctly.
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 GaekeCorrect comments
2003-09-05 Brian GaekeAdd ExecutionEngine directory.
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
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 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 LattnerCheck in a bunch of minor fixes, plus a whole lot of...
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 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-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 LattnerRemove the "recursive bit", not only is it unused by...
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
next