oota-llvm.git
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Rafael Espindolatools like nm and ar only need register_claim_file...
2009-02-17 Dan GohmanLoopIndexSplit doesn't actually use ScalarEvolution.
2009-02-17 Dan GohmanAdd a method to ScalarEvolution for telling it when...
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
2009-02-17 Dan GohmanMove dumpPassStructure out of line.
2009-02-17 Dan GohmanTidy whitespace.
2009-02-17 Dan GohmanDelete trailing whitespace.
2009-02-17 Duncan SandsThis transform also applies to private linkage.
2009-02-17 Dan GohmanFix 80-column violation.
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-17 Chris Lattneradd a horrible note
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-17 Devang PatelTestcase for rev. 64704
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-17 Dan GohmanSimplify; fix some 80-column violations.
2009-02-16 Dan GohmanDelete trailing whitespace.
2009-02-16 Dan GohmanFix EnforceKnownAlignment so that it doesn't ever reduc...
2009-02-16 Daniel DunbarAdd llvm::RoundUpToAlignment.
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
2009-02-16 Devang PatelTest case for llvm-gcc rev. 64648.
2009-02-16 Nick LewyckyFix typo caused by too much surfing, dudes...
2009-02-16 Dan GohmanDelete this long-commented-out code. The situation...
2009-02-16 Dan GohmanRename IndVarsSimplify to IndVarSimplify, to be consist...
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-15 Dan GohmanDon't assume that a left-shift of a value with one...
2009-02-15 Dan GohmanMachineLICM now handles these cases.
2009-02-15 Nick LewyckyDemonstrate the act of including multiple space-separat...
2009-02-15 Nick LewyckyShoot! Remove this debugging line again!
2009-02-15 Nick LewyckyDon't discard definitions of common symbols. Not sure...
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 Mikhail Glushenkov80-column violation.
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 VenetAdd mode_t to the config.h generated by cmake on win32...
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-14 Mikhail Glushenkov80-column violation.
2009-02-14 Duncan SandsThe trampoline intrinsic can be marked IntrWriteArgMem,
2009-02-14 Duncan SandsIntrWriteArgMem implies nocapture, but this wasn't
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-14 Dale JohannesenTestcase for llvm-gcc 64510.
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 SandsCorrect a comment: since AccessArguments is now
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.
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 Mike StumpAvoid order files for now, as they aren't supported...
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 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...
next