oota-llvm.git
2005-09-27 Chris LattnerIf the target prefers it, use _setjmp/_longjmp should...
2005-09-27 Chris Lattnerinitialize new flag
2005-09-27 Chris LattnerAdd a new flag for targets where setjmp/longjmp saves...
2005-09-27 Chris LattnerAvoid spilling stack slots... to stack slots.
2005-09-27 Chris LattnerCompletely rewrite 'correct' eh support. This changes...
2005-09-27 Chris LattnerMake the pass name simpler
2005-09-27 Chris Lattnerfix CBackend/2005-09-27-VolatileFuncPtr.ll
2005-09-27 Chris Lattnernew testcase the CBE creates invalid C code for
2005-09-27 Chris Lattnerallow demotion to volatile values, add support for...
2005-09-27 Chris Lattnerallow demotion to volatile values
2005-09-27 Chris LattnerAdd a simple testcase for lowerinvoke
2005-09-27 Chris LattnerMake sure to clear the CodeGenMap after each basic...
2005-09-27 Jim LaskeyRemove some redundancies.
2005-09-27 Chris LattnerMake this slightly more efficient by pushing actual...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-09-27 Chris LattnerAdd support for external calls that we know how to...
2005-09-27 Chris Lattneradd a new testcase for constant foldable calls
2005-09-27 Chris LattnerFix a bug where we would evaluate stores into linkonce...
2005-09-27 Chris LattnerImplement support for static constructors with calls...
2005-09-27 Chris LattnerAdd a more difficult testcase which uses a call to...
2005-09-27 Chris LattnerRefactor this code a bit, no functionality changes.
2005-09-27 Chris LattnerMove the post-lsr simplify cfg pass after lowereh,...
2005-09-26 Chris Lattnerminor pattern shuffling
2005-09-26 Chris Lattnermemoize the assert results
2005-09-26 Chris LattnerEmit the switch stmt cases in alphabetical order instea...
2005-09-26 Jim LaskeyAddition of a simple two pass scheduler. This version...
2005-09-26 Chris Lattnerimplement a fixme: only select values once, even if...
2005-09-26 Chris LattnerRemove some dead code. ctor evaluation subsumes empty...
2005-09-26 Chris LattnerAdd support for alloca, implementing ctor-list-opt...
2005-09-26 Chris LattnerTestcase that uses an alloca
2005-09-26 Chris LattnerAdd a debug printout, fix a crash on kc++
2005-09-26 Chris LattnerImplement loads/stores through GEP's of globals. This...
2005-09-26 Chris Lattneradd another case, this one that uses getelementptr...
2005-09-26 Chris LattnerReplace TraverseGEPInitializer with ConstantFoldLoadThr...
2005-09-26 Chris LattnerEliminate GetGEPGlobalInitializer in favor of the more...
2005-09-26 Chris LattnerFactor the GetGEPGlobalInitializer out of this pass...
2005-09-26 Chris LattnerMove the ConstantFoldLoadThroughGEPConstantExpr functio...
2005-09-26 Chris Lattneradd a new function
2005-09-26 Chris Lattneradd a comment
2005-09-26 Chris LattnerAdd support for getelementptr, load, and correctly...
2005-09-26 Chris Lattneradd a test for load
2005-09-26 Chris LattnerAdd support for br/brcond/switch and phi
2005-09-26 Chris Lattneradd another testcase with simple control flow
2005-09-26 Chris LattnerAdd a simple interpreter to this code, allowing us...
2005-09-26 Chris Lattnermake this harder: put some code into it
2005-09-26 Chris Lattnerfactor some code into a InstallGlobalCtors method,...
2005-09-26 Chris LattnerMake the global opt optimizer work on modules with...
2005-09-26 Chris LattnerFactor this code out into a few methods.
2005-09-26 Chris Lattnernew testcase for static ctor list optimizations
2005-09-25 Jeff CohenFix VC++ build errors.
2005-09-25 Chris LattnerFix some logic I broke that caused a regression on
2005-09-24 Chris LattnerMove MaskedValueIsZero up.
2005-09-24 Chris LattnerAll of these should turn into sign extends (e.g. extsh...
2005-09-24 Chris LattnerAdd long-overdue helpers for getting constants with...
2005-09-24 Chris LattnerSimplify this code a bit by relying on recursive simpli...
2005-09-24 Chris LattnerEnhance this to check for a crash, add a case that...
2005-09-24 Chris Lattnernew testcase that crashes the CFE
2005-09-24 Chris Lattnernew testcase for PR630
2005-09-24 Chris LattnerAdd support for a marker byte that indicates that we...
2005-09-24 Chris Lattnerchange proto slightly
2005-09-24 Chris Lattnermemoize translations
2005-09-24 Chris LattnerTeach the dag isel generator how to construct arbitrary...
2005-09-24 Chris LattnerTeach the DAG isel generator to emit code that creates...
2005-09-23 Chris LattnerEmit better code (no more copies for var references...
2005-09-23 Chris LattnerFix a fixme by passing around SDOperand's instead of...
2005-09-23 Chris LattnerEmit code that matches the incoming DAG pattern and...
2005-09-23 Chris Lattneremit information about the order patterns are to be...
2005-09-23 Chris Lattnerstart filling in the switch stmt
2005-09-23 Chris Lattnerremove some debugging code
2005-09-23 Chris LattnerFold two consequtive branches that share a common desti...
2005-09-23 Chris Lattnernew testcase
2005-09-23 Chris Lattnersimplify some logic further
2005-09-23 Chris Lattnerpull a bunch of logic out of SimplifyCFG into a helper fn
2005-09-23 Chris Lattnerspeed up Archive::isBytecodeArchive in the case when...
2005-09-23 Chris LattnerSpeed up isBytecodeLPath from 20s to .01s in common...
2005-09-23 Chris Lattner1. Do not use .c_str() to keep a persistent handle...
2005-09-23 Chris LattnerTurn (X^C1) == C2 into X == C1^C2 iff X&~C1 = 0 (and...
2005-09-23 Chris Lattnernew testcase
2005-09-21 Chris LattnerTestcase for PR629
2005-09-21 Chris LattnerExpose the LiveInterval interfaces as public headers.
2005-09-21 Chris Lattnermove the live interval headers out of lib/CodeGen/
2005-09-21 Chris LattnerRecommend what I actually test
2005-09-20 Chris LattnerStart threading across blocks with code in them, so...
2005-09-20 Chris Lattnermake this test harder: add a case where instructions...
2005-09-20 Chris LattnerImplement merging of blocks with the same condition...
2005-09-20 Chris Lattnernew testcase
2005-09-19 Chris LattnerReject a case we don't handle yet
2005-09-19 Chris Lattnerremove debugging code :-/
2005-09-19 Chris LattnerImplement SimplifyCFG/branch-phi-thread.ll, the most...
2005-09-19 Chris Lattnernew testcase.
2005-09-19 Nate BegemanStub out the rest of the DAG Combiner. Just need to...
2005-09-19 Chris LattnerTeach the local spiller to turn stack slot loads into...
2005-09-19 Chris LattnerImplement the isLoadFromStackSlot interface
2005-09-18 Chris LattnerRefactor this code a bit and make it more general....
2005-09-18 Chris LattnerCompile
2005-09-18 Chris LattnerGeneralize this transform, using MaskedValueIsZero...
2005-09-18 Chris Lattnerfix typeo
2005-09-18 Chris LattnerRemove unintentionally committed code
2005-09-18 Chris Lattnerimplement shift.ll:test25. This compiles:
next