Update the list of function annotations for nocapture. All of these came up
[oota-llvm.git] / lib /
2009-02-15 Nick LewyckyUpdate the list of function annotations for nocapture...
2009-02-15 Nicolas GeoffrayOn 64bit we may have a personality function which requi...
2009-02-15 Duncan SandsMake this more useful for cleaning up after the
2009-02-15 Duncan SandsIf the target of an alias has internal linkage, then the
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-15 Evan ChengFix pr3571: If stride is a value defined by an instruct...
2009-02-15 Evan Chengifdef out unneeded if statement.
2009-02-15 Mikhail GlushenkovFix warning on gcc 4.3.
2009-02-15 Mikhail GlushenkovWhitespace fixes.
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-14 Dan GohmanThe x86-64 red zone is now being used.
2009-02-14 Dan GohmanExtend the IndVarSimplify support for promoting inducti...
2009-02-14 Dan GohmanClarify debug output.
2009-02-14 Dan GohmanSimplify some code. hasComputableLoopEvolution is overk...
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-13 Dan GohmanIn CodeGenPrepare's debug output, use WriteAsOperand...
2009-02-13 Dan GohmanComplete the sentance in this comment. I have reservations
2009-02-13 Duncan SandsIf a function only reads memory, then we know that...
2009-02-13 Nick LewyckyMark strto* as readonly when the endptr is null.
2009-02-13 Nick LewyckyOn strtod and friends, mark 'endptr' nocapture in the...
2009-02-13 Duncan SandsReapply r64301. These uses of "inline" can cause strange
2009-02-13 Evan ChengSwitch from new[] + delete[] to malloc + free since...
2009-02-13 Evan ChengIf new[] fails, return 0 rather then trying to derefere...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-13 Nick LewyckyBasicAA was making the assumption that a local allocati...
2009-02-13 Dan GohmanFix the code that checked if a SCEVAddRecExpr Start...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from X86.
2009-02-13 Dale Johannesenmissed file
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from Alpha...
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-13 Dale Johannesenand one more file
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc versions of BuildMI from...
2009-02-13 Bill WendlingRevert this. It was breaking stuff.
2009-02-13 Bill WendlingTurn off the old way of handling debug information...
2009-02-13 Dan GohmanFix LSR's IV sorting function to explicitly sort by...
2009-02-12 Dale JohannesenCheck in missing file.
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Dan GohmanTeach IndVarSimplify to optimize code using the C ...
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 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 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, 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 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 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 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 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 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 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 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 Devang PatelUse early exits. Reduce indentation.
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
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 Dan GohmanUse doxygen comment syntax.
2009-02-09 Dan GohmanUse slightly more correct grammar in error messages.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
next