ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use
[oota-llvm.git] / lib /
2006-01-15 Chris LattnerET-Forest has issues with unreachable blocks. Temporar...
2006-01-15 Chris LattnerDisable a broken optimization
2006-01-15 Chris LattnerDisable two transformations that contribute to bus...
2006-01-15 Evan ChengAdded patterns for 8-bit multiply
2006-01-15 Duraid Madinaexplain that r12 is the stack pointer reg
2006-01-15 Chris LattnerDon't print a label for the first MBB in a function.
2006-01-15 Chris LattnerUse the default impl of DYNAMIC_STACKALLOC, allowing...
2006-01-15 Chris LattnerUse the default lowering of ISD::DYNAMIC_STACKALLOC...
2006-01-15 Chris LattnerHave legalize take care of DYNAMIC_STACKALLOC for us...
2006-01-15 Chris LattnerAllow the target to specify 'expand' if they just requi...
2006-01-15 Chris LattnerImplement DYNAMIC_STACKALLOC for V8
2006-01-15 Chris LattnerFix custom lowering of dynamic_stackalloc
2006-01-15 Chris Lattneradd a missing break that Reid noticed.
2006-01-15 Chris Lattneradd a missing node name
2006-01-15 Chris Lattnerreorder passes
2006-01-14 Chris LattnerToken chain results are not always the first or last...
2006-01-14 Chris LattnerCleanup IA64ISD, tell the graph drawer what the symboli...
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Chris Lattnersilence a warning
2006-01-14 Chris LattnerLet the inliner update the callgraph to reflect the...
2006-01-14 Chris LattnerTeach the inliner to update the CallGraph itself, and...
2006-01-14 Chris LattnerAdd a new CallGraph::getOrInsertFunction for clients...
2006-01-14 Chris LattnerFunctionPass's cannot do IPO things.
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-14 Nate BegemanRemove some duplicated code
2006-01-14 Nate Begemanbswap implementation
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-14 Nate BegemanRemove some redundant stuff out of the readme.
2006-01-14 Evan ChengA typo.
2006-01-14 Chris LattnerImplement a new InvalidateStructLayoutInfo method and...
2006-01-13 Robert BocchinoAdded instcombine support for extractelement.
2006-01-13 Evan ChengAdd truncstore i1 patterns.
2006-01-13 Chris Lattnerit is ok to dce stacksave.
2006-01-13 Chris LattnerDo a simple instcombine xforms to delete llvm.stackrest...
2006-01-13 Chris LattnerFix a bug in my last X86 checkin, pointed out by cozmic
2006-01-13 Chris LattnerSimplify this a tiny bit by using the new IntrinsicInst...
2006-01-13 Evan ChengLHS = X86ISD::CMOVcc LHS, RHS means LHS = RHS if cc...
2006-01-13 Chris LattnerPermit inlining functions that contain dynamic allocati...
2006-01-13 Chris LattnerIf inlining a call to a function that contains dynamic...
2006-01-13 Chris LattnerUse ClonedCodeInfo to avoid another walk over the inlin...
2006-01-13 Chris LattnerUse the ClonedCodeInfo object to avoid scans of the...
2006-01-13 Chris LattnerRefactor a bunch of invoke handling stuff out into...
2006-01-13 Andrew Lenharthmake DAG isel the default
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2006-01-13 Chris LattnerFix a bug I noticed by inspection: if the first instruc...
2006-01-13 Chris LattnerFix 80 column violations
2006-01-13 Chris LattnerEnable X86 support for savestack/restorestack
2006-01-13 Chris Lattnerimplement stacksave/stackrestore on PPC
2006-01-13 Chris LattnerIf a target specified a stack pointer with setStackPoin...
2006-01-13 Duraid Madinadon't be a doofus - this fixes storing bools
2006-01-13 Chris LattnerCompile llvm.stacksave/restore into STACKSAVE/STACKREST...
2006-01-13 Chris Lattnerexpand unsupported stacksave/stackrestore nodes
2006-01-13 Chris Lattnernew nodes
2006-01-13 Chris Lattneradd stacksave/stackrestore nodes
2006-01-13 Chris LattnerAdd "support" for stacksave/stackrestore to the dag...
2006-01-13 Chris LattnerAdd "support" for the llvm.stacksave/stackrestore intri...
2006-01-13 Chris LattnerAdd recognition and verification of new llvm.stacksave...
2006-01-13 Evan ChengMinor update.
2006-01-13 Evan ChengMore typo's. I need new eye glasses...
2006-01-13 Evan ChengOops. Typo.
2006-01-13 Evan ChengFix a SETCC / BRCOND folding bug.
2006-01-12 Evan ChengFix sint_to_fp (fild*) support.
2006-01-12 Chris LattnerAdd a simple missing fold to produce this:
2006-01-12 Evan ChengSpecify transformation from GlobalAddress to TargetGlob...
2006-01-12 Chris LattnerIf using __main, emit global ctor/dtor list like any...
2006-01-12 Chris LattnerDon't create rotate instructions in unsupported types...
2006-01-12 Chris LattnerFix branches on FP compares
2006-01-12 Chris LattnerPatch #10 from Saem:
2006-01-12 Evan ChengX86ISD::SETCC (e.g. SETEr) produces a flag (so multiple...
2006-01-12 Evan Cheng* Materialize GlobalAddress and ExternalSym with MOV32r...
2006-01-12 Chris Lattnerfix a bug in my previous checkin
2006-01-12 Chris LattnerGive V8ISD nodes symbolic names in dumps
2006-01-12 Chris LattnerConvert the verifier over to use ETForest instead of...
2006-01-12 Duraid Madinasabre's (correct) fix means these guys need to be flagg...
2006-01-12 Chris Lattnerahem :)
2006-01-12 Chris Lattnerthese cases are autogenerated
2006-01-12 Chris Lattnerremove dead code
2006-01-12 Chris LattnerGoodbye PPC pattern isel. You have served us well...
2006-01-12 Chris LattnerFix an itanium call lowering bug for duraid
2006-01-12 Chris Lattnerinvert the sense of this switch and its name
2006-01-11 Nate BegemanMissed a spot.
2006-01-11 Evan ChengAdded ROTL and ROTR.
2006-01-11 Chris LattnerFix an off-by-one error that Nate's eagle eyes caught
2006-01-11 Chris LattnerUse the auto-insert BuildMI constructor to avoid an...
2006-01-11 Chris LattnerIf a function has a non-zero sized frame, use an add...
2006-01-11 Evan ChengSupport for MEMCPY and MEMSET.
2006-01-11 Evan ChengSelect DYNAMIC_STACKALLOC
2006-01-11 Evan ChengAllow custom lowering of DYNAMIC_STACKALLOC.
2006-01-11 Evan Chengignore register #0
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Chris LattnerFix calls that need to store values in stack slots...
2006-01-11 Chris Lattnertblgen does this now
2006-01-11 Chris LattnerThis is no longer needed
2006-01-11 Chris LattnerDead FP arguments still use an incoming FP reg. This...
2006-01-11 Jeff CohenFix VC++ compilation error.
2006-01-11 Chris LattnerPatch #9 from Saem:
2006-01-11 Chris LattnerUse Evan's outflag stuff to implement V8cmpicc. This...
2006-01-11 Chris LattnerFix a bug in i32->f64 conversion lowering
2006-01-11 Chris LattnerUnbreak ret void :-/
2006-01-11 Chris LattnerWrite this pattern in canonical form, allowing more...
next