oota-llvm.git
2009-11-07 Chris Lattnerreapply 86289, 86278, 86270, 86267, 86266 & 86264 plus...
2009-11-07 Chris LattnerFix PR5421 by APInt'izing switch lowering.
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-11-07 Mikhail GlushenkovTrailing whitespace.
2009-11-07 Mikhail Glushenkov80-col violation.
2009-11-07 Chris Lattnermerge cmp1 into cmp0 and filecheckize.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-07 Mon P WangFix memoizing of CvtRndSatSDNode
2009-11-07 Mon P WangFixed Overload table bug noticed by Jakob
2009-11-07 Evan ChengMissed this.
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Ted KremenekUpdate CMake file.
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-11-07 Jakob Stoklund... Fix inverted conflict test in -early-coalesce.
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
2009-11-07 Johnny ChenMy previous patch (r84124) for setting the encoding...
2009-11-07 Victor Hernandez- new SROA mallocs should have the mallocs running...
2009-11-07 Victor HernandezFit in 80 columns
2009-11-07 Jeffrey YasskinAvoid "ambiguous 'else'" warning from gcc.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-07 Jim Grosbach80-columns
2009-11-07 Jeffrey YasskinGive the JITResolver a direct pointer to its JITEmitter...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Chris LattnerFix a bug where we'd call SplitBlockPredecessors with...
2009-11-06 Bob WilsonFix a broken test.
2009-11-06 Bob WilsonFix comment typos.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Victor HernandezCallInst::CreateMalloc() and CallInst::CreateFree(...
2009-11-06 Eli FriedmanRemove function left over from other jump threading...
2009-11-06 Gabor Greiffix typo
2009-11-06 Chris LattnerFix a problem discovered on self host.
2009-11-06 Chris Lattnerremove more code subsumed by r86264
2009-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Chris Lattnereliminate some more code subsumed by r86264
2009-11-06 Chris Lattnerremove now redundant code, r86264 handles this case.
2009-11-06 Chris LattnerExtend jump threading to support much more general...
2009-11-06 Dan GohmanUse WriteAsOperand to print GlobalAddress MachineOperan...
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerclang++ points out that this is pointless.
2009-11-06 Chris Lattnerremove some more Context arguments.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Daniel DunbarNewNighlytTest: Fix timestamp format to actually make...
2009-11-06 Daniel DunbarNewNightlyTest: Add -noclean option, which doesn't...
2009-11-06 Daniel DunbarNewNightlyTest: Unbreak passing the build directory...
2009-11-06 Daniel DunbarNewNightlyTest: Add -llvmgccdir as alternative to envir...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-06 Dan GohmanMake printImplicitDef and printKill non-virtual, since...
2009-11-05 Dan GohmanUse SUBREG_TO_REG instead of INSERT_SUBREG to model...
2009-11-05 Dan GohmanTeach LSR to avoid calling SplitCriticalEdge on edges...
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-11-05 Douglas GregorTeach lit's SyntaxCheckTest two new tricks:
2009-11-05 Lang HamesAdded support for renumbering existing index list eleme...
2009-11-05 Dan GohmanAvoid calling getUniqueExitBlocks from within LoopSimpl...
2009-11-05 Dan GohmanLoopDeletion depends on loops having dedicated exits.
2009-11-05 Dan GohmanThe introduction of indirectbr meant the introduction of
2009-11-05 Dan GohmanUpdate various Loop optimization passes to cope with...
2009-11-05 David GoodwinFix bug in aggressive antidep breaking; liveness was...
2009-11-05 Dan GohmanTeach LoopUnroll how to bail if LoopSimplify can't...
2009-11-05 Dan GohmanCall getAnalysis<LoopInfo> the normal way, instead...
2009-11-05 Dan GohmanInstrTypes.h includes Instruction.h, so it's not necess...
2009-11-05 Dan GohmanFix IVUsers to avoid assuming that the loop has a uniqu...
2009-11-05 Dan GohmanDelete an unused member variable.
2009-11-05 Dan GohmanFactor out the predicate code for loopsimplify form...
2009-11-05 Oscar FuentesCMake: Detect dotty.
2009-11-05 Oscar FuentesCMake: do not test for pthread and dl libraries on...
2009-11-05 Dan GohmanAvoid printing a redundant space in SDNode->dump().
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-05 Douglas GregorMove llvm::cl::opt's conversion function into the base...
2009-11-05 Dan GohmanAdd an assertion to catch indirectbr in SplitBlockPrede...
2009-11-05 Chris Lattneradd a note from PR5313
2009-11-05 Chris LattnerDeclare classes with matched tags, pointed out by a...
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-05 Benjamin KramerDo map insert+find in one step. TODO -= 2.
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-11-05 Douglas GregorMake two more LLVM headers standalone
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-11-05 Chris Lattnermerge a few crash tests into crash.ll
2009-11-05 Mon P WangReintroduce support for overloading target intrinsics
2009-11-05 David GoodwinReplace std::map.at() with std::map[].
2009-11-05 David GoodwinBreak anti-dependencies using free registers in a round...
2009-11-05 Lang HamesTidied some ugliness in the SlotIndex default constructor.
2009-11-05 Evan ChengNow that code placement optimization pass is run for...
2009-11-05 Devang PatelUse WeakVH while storing metadata in containers.
2009-11-05 Lang HamesRemoved an assert which was causing significant slowdow...
2009-11-05 Bob WilsonAdd -mtriple to llc commands, attempting to fix buildbo...
2009-11-05 Evan ChengCode refactoring.
next