oota-llvm.git
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Dan GohmanRename bugpoint's error message file so that if it...
2009-02-12 Dan GohmanAdd a utility function to LoopInfo to return the exit...
2009-02-12 Chris Lattnerfix PR3538 for ARM.
2009-02-12 Chris Lattnerfix PR3538 for PPC
2009-02-12 Chris Lattnerfix the X86 backend to just drop llvm.declare nodes...
2009-02-12 Dan GohmanAdjust the sizes for a few SmallVectors to reflect...
2009-02-12 Chris Lattnermake fast isel fall back to selectiondags for VLA llvm...
2009-02-12 Chris LattnerAdd operator->, patch by Ben Laurie!
2009-02-12 Chris Lattneradd PR
2009-02-12 Dan GohmanThis code doesn't actually use the ExitingBlocks list.
2009-02-12 Evan ChengIt's (currently) not safe to keep certain physical...
2009-02-12 Evan ChengOops. Last second clean up messed things up.
2009-02-12 Evan ChengIf availability info is kept when fallthrough into...
2009-02-12 Evan ChengReplace one of burr scheduling heuristic with something...
2009-02-12 Julien LerougeFix MingW build: define GTEST_OS_WINDOWS if OS is MingW...
2009-02-12 Julien LerougeFix MingW build, patch by Kenneth Boyd!
2009-02-12 Chris LattnerFix a nasty bug (PR3550) where the inline pass could...
2009-02-12 Chris Lattnerimprove naming of values in GVN, patch by Jay Foad!
2009-02-12 Chris Lattnerfix PR3537: if resetting bbi back to the start of a...
2009-02-12 Chris Lattnerrename test to avoid messing with tab completion of...
2009-02-12 Ted KremenekAdd method 'isSingleton()' to ImmutableSet. This retur...
2009-02-12 Nick LewyckyDon't mark all args to strtod and friends as nocapture.
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-11 Evan ChengApparently some MachineBasicBlock's don't have correspo...
2009-02-11 Evan ChengRemove a bogus assertion. It's possible a live-in avail...
2009-02-11 Nate Begemanthe two non-mask arguments to a shufflevector must...
2009-02-11 Dale JohannesenEdit description of floating point constants to
2009-02-11 Gabor GreifFill in a glaring omission in derived User classes...
2009-02-11 Bill WendlingPropagate DebugLoc info for spiller call-backs.
2009-02-11 Dan GohmanFix a comment.
2009-02-11 Dan GohmanDon't use special heuristics for nodes with no data...
2009-02-11 Ted KremenekAdd FoldingSet profile method for bools. Patch by...
2009-02-11 Daniel DunbarUpdate to match space changes in .ll
2009-02-11 Dan GohmanDelete the heuristic for non-livein CopyFromReg nodes...
2009-02-11 Dan GohmanDon't try to set an EFLAGS operand to dead if no instru...
2009-02-11 Dale JohannesenMake a transformation added in 63266 a bit less aggressive.
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Duncan SandsThese uses of "inline" can cause strange link-time
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-11 Devang PatelIf llvm.dbg.region.end is disappearing then remove...
2009-02-11 Dan GohmanDon't print extra spaces in vector and array constants...
2009-02-11 Dan GohmanIt isn't necessary to explicitly clear the contents...
2009-02-11 Bill WendlingDon't try to strip a file we just moved.
2009-02-11 Dan GohmanUse iterators to iterate through the Preds array instead of
2009-02-10 Dan GohmanConsider any instruction that modifies the stack pointe...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-10 Devang PatelIgnore dbg intrinsic while folding unconditional branch.
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Evan Cheng80 col violations.
2009-02-10 Duncan SandsThis is now done using a real i33, rather than
2009-02-10 Devang PatelUse early exits. Reduce indentation.
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2009-02-10 Dan GohmanAnswer a common FAQ:
2009-02-10 Duncan SandsPacify gcc-4.3 (thinks IsConstant may be used
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-10 Devang Patel Do not clone llvm.dbg.func.start and corresponding...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-10 Devang PatelValidate file id.
2009-02-10 Sanjiv GuptaFunction temporaries can not overlap with retval or...
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Evan ChengIf the target cannot issue a copy for the given source...
2009-02-09 Dale JohannesenFix PR 3471, and some cleanups.
2009-02-09 Evan ChengSimplify code.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-09 Gabor Greifincorporate review feedback
2009-02-09 Dan GohmanUse doxygen comment syntax.
2009-02-09 Dan GohmanUse slightly more correct grammar in error messages.
2009-02-09 Mikhail Glushenkov80-column violations.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-09 Bill WendlingFix comment.
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-02-09 Chris Lattnerfix typo, patch by Jonathan Brandmeyer!
2009-02-09 Duncan SandsTestcase for PR2437.
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-09 Evan ChengFix another case ShortenDeadCopySrcLiveRange is shorten...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-09 Bill WendlingStrip the LTO dylib.
2009-02-09 Bill WendlingSmall fix for the 'strip' command. Do a list of .so...
2009-02-09 Evan ChengEliminate a 'control reaches end of non-void function...
2009-02-09 Bill WendlingDon't run 'strip' on files that aren't there.
2009-02-09 Bill WendlingRemove warnings about not being able to delete somethin...
2009-02-09 Chris Lattnermention rdynamic, PR3431, patch by Stein Roger Skafløtten!
2009-02-08 Bill WendlingDocument llvm.umul.with.overflow indicating that it...
2009-02-08 Bill WendlingRename dg.exp to llvmc.exp. This is so I can ignore...
2009-02-08 Mikhail Glushenkov80-column violation.
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Chris LattnerI can't type today apparently.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-02-08 Chris Lattneradd a note.
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerreject void pointers with a nice error:
2009-02-08 Chris Lattnerdocument pointer type constraints, PR3513
next