oota-llvm.git
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2006-01-17 Evan ChengBug fixes: fpGETRESULT should produces a flag result...
2006-01-16 Jim LaskeyRedundant inline keyword.
2006-01-16 Jim LaskeyUniqueVector template provides a means of enumerating...
2006-01-16 Evan ChengMore typo's
2006-01-16 Evan ChengSome typo's
2006-01-16 Chris Lattnerlike bswap, the ct* intrinsics require unsigned operands
2006-01-16 Chris LattnerConsistency
2006-01-16 Andrew Lenharthfix short immediate loads
2006-01-16 Andrew Lenharththis is fixed
2006-01-16 Andrew Lenharthstack and rpcc
2006-01-16 Evan ChengFix FP_TO_INT**_IN_MEM lowering.
2006-01-16 Reid SpencerThere is no llvm.bswap.i8, need at least 2 bytes to...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Andrew LenharthFriendly names
2006-01-16 Chris Lattnerfix a crash due to missing parens
2006-01-16 Chris Lattneradd notes from my *other* email acct.
2006-01-16 Chris Lattnertransfer some notes from my email to somewhere useful.
2006-01-16 Chris LattnerFix these testcases :(
2006-01-16 Chris LattnerAdd a couple very minor tweaks
2006-01-16 Duraid Madinafixing divides: FP should now be 100%, and integers...
2006-01-16 Nate BegemanConstant fold ctpop/ctlz/cttz, and a couple other small...
2006-01-16 Nate BegemanExpand case for 64b Legalize, even though no one should...
2006-01-16 Nate BegemanAdd BSWAP stuff to intrinsic lowering for CBE & friends.
2006-01-16 Nate BegemanFix up 'adding an intrinsic' section a bit, first draft...
2006-01-16 Duraid Madinafix division! again!! pattern isel, prepare to die.
2006-01-16 Chris LattnerSilly Sparc is big endian. If we have to load args...
2006-01-16 Chris LattnerThis pass has been removed.
2006-01-16 Chris LattnerThis pass has never worked correctly. Remove.
2006-01-16 Chris LattnerRemove a never-working pass
2006-01-16 Chris LattnerPRE is no more
2006-01-15 Chris LattnerMake sure that bool,byte and short arguments are the...
2006-01-15 Chris LattnerThanks to Daniel Berlin's ETForest fix, we can now...
2006-01-15 Chris LattnerInitialize DFSnum's to -1, in case a node is not reachable.
2006-01-15 Chris Lattneradd an assert, patch by Daniel Berlin
2006-01-15 Robert BocchinoAdded spec for insertelement operation.
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 Evan ChengType inferencing bug
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 LattnerNew testcase for a regression last night: the -inline...
2006-01-14 Chris LattnerTeach inline function how to update the callgraph when...
2006-01-14 Chris LattnerAdd a new CallGraph::getOrInsertFunction for clients...
2006-01-14 Chris LattnerAdd CallGraph::getOrInsertFunction, to allow 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 Jeff CohenFix generous source of VC++ truncation warnings.
2006-01-14 Nate BegemanFix the instructions for adding an intrinsic.
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 Jim Laskeytestcase for PR676: http://llvm.cs.uiuc.edu/PR676
2006-01-14 Chris LattnerImplement a new InvalidateStructLayoutInfo method and...
2006-01-14 Chris LattnerAdd a new InvalidateStructLayoutInfo method and some...
2006-01-13 Nate BegemanMake the bswap documentation more to sabre's liking!
2006-01-13 Chris Lattnerfix some minor errors
2006-01-13 Nate BegemanAdd documentation for the upcoming bswap intrinsics!
2006-01-13 Robert BocchinoAdded instcombine support for extractelement.
2006-01-13 Chris Lattnertestcase for PR691
2006-01-13 Chris Lattnernew testcases for the stackrestore instcombine optimiza...
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 Chris LattnerSimplify the implementations of classof using the new...
2006-01-13 Evan ChengLHS = X86ISD::CMOVcc LHS, RHS means LHS = RHS if cc...
2006-01-13 Chris LattnerAdd some functionality to the IntrinsicInst class and...
2006-01-13 Chris LattnerPermit inlining functions that contain dynamic allocati...
2006-01-13 Chris LattnerNew testcase that functions with dynamic allocas can...
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
next