oota-llvm.git
2009-02-19 Dan GohmanFix the logic in this assertion to properly validate...
2009-02-19 Dan GohmanReapply r57340. VMKit does not presently rely on materi...
2009-02-19 Bill WendlingTemporarily XFAIL this test.
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-18 Duncan SandsIn theory the aliasee may have dead constant users
2009-02-18 Rafael Espindolareally fix style
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanSimplify by using dyn_cast instead of isa and cast.
2009-02-18 Dan GohmanClarify the definition of "latch block" in a comment.
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Rafael Espindolafix style
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-18 Dan GohmanChange the argument type in this test to something...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-18 Chris Lattnerallow TimeRegion to take a potentially-null pointer...
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-18 Dan GohmanFix a typo in a comment.
2009-02-17 Duncan SandsIf an alias is dead and so is its aliasee, then globald...
2009-02-17 Devang PatelAnd now, not so elegant, test case...
2009-02-17 Devang PatelRemove changes that were accidently included in previou...
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
next