oota-llvm.git
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-15 David GreeneAvoid Enum Compare Warnings
2013-01-15 Nadav RotemTeach InstCombine to optimize extract of a value from...
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-15 Eli BenderskyRefactor generic Asm directive parsing.
2013-01-15 Michael J.... [Object][ELF] Fix -Wenum-compare.
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-15 Daniel Dunbar[Linker] Drop asserts that are embedded in cast<> and...
2013-01-15 Daniel Dunbar[IR] Add verification for module flags with the "requir...
2013-01-15 Nadav RotemLoopVectorizer cost model. Honor the user command line...
2013-01-15 David GreeneDisable Uninitialized Use Warnings for Broken gcc Versions
2013-01-15 Evgeniy Stepanov[msan] Temporarily remove ICmpEQ tests.
2013-01-15 Evgeniy Stepanov[msan] Fix handling of equality comparison of pointer...
2013-01-15 Evgeniy StepanovAllow vectors in CreatePointerCast.
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-15 Michael J.... Update CODE_OWNERS.TXT.
2013-01-15 Michael J.... [Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-15 Michael J.... [Support] Add LLVM_CONSTEXPR.
2013-01-15 Argyrios Kyrtzidis[ADT/StringMap] Follow-up to r172455, use the correct...
2013-01-15 Nadav RotemLTO: Also init TTI for codegen passes.
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-14 Eli BenderskyNow GenericAsmParser and AsmParser are no longer friend...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Jakub StaszakRemove trailing spaces.
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2013-01-14 Dmitri GribenkoImprove r172468: const_cast is not needed here
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Another Cast
2013-01-14 David GreeneFix Casting Bug
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casts
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-14 Nick LewyckyFix typo in comment.
2013-01-14 Argyrios Kyrtzidis[ADT/StringMap] Add a constructor in StringMap that...
2013-01-14 Joe GroffFix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
2013-01-14 Joe GroffAdd DenseMap::insert(value_type&&) method.
2013-01-14 Michael GottesmanChanged SmallPtrSet.count guard + SmallPtrSet.insert...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-14 Timur IskhodzhanovRevert r171829 "Split changeset_ty using iterators...
2013-01-14 Craig TopperSimplify nested strconcats in X86 td files since strcon...
2013-01-14 Craig TopperCreate a single multiclass for SSE and AVX version...
2013-01-14 Michael GottesmanFixed some 80+ violations.
2013-01-14 Michael GottesmanUpdated the documentation in ObjCARC.cpp to fit the...
2013-01-13 Michael GottesmanAdded bugzilla PR number to test case.
2013-01-13 Michael GottesmanFixed an infinite loop in the block escape in analysis...
2013-01-13 Nick LewyckyFix typo in comment.
2013-01-13 Nuno Lopesfix compile-time regression report by Joerg Sonnenberger:
2013-01-13 Dmitri GribenkoDocumentation: use monospaced font for intrinsics'...
2013-01-13 Dmitri GribenkoFix broken link to LangRef
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-13 Dmitri GribenkoUpdate links to "Itanium C++ ABI: Exception Handling...
2013-01-13 Benjamin KramerX86: Add patterns for X86ISD::VSEXT in registers.
2013-01-13 Nadav RotemFix PR14547. Handle induction variables of small sizes...
2013-01-13 Michael Gottesman[ObjCARC] Even more debug messages!
2013-01-13 Michael Gottesman[ObjCARC] More debug messages.
2013-01-12 Chandler CarruthFix an editor goof in r171738 that Bill spotted. He...
2013-01-12 Tim NorthoverUse more canonical exception-handling link in docs.
2013-01-12 Benjamin KramerWhen lowering an inreg sext first shift left, then...
2013-01-12 NAKAMURA TakumiMipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass...
2013-01-12 Benjamin KramerGlobalOpt: Avoid jump on uninitialized value.
2013-01-12 NAKAMURA TakumiMipsAsmParser: Try to unbreak tests to add extra check.
2013-01-12 Benjamin KramerAdd a unit test to verifies that attribute uniquing...
2013-01-12 Tim NorthoverFix broken links around Itanium C++ ABI in documentation.
2013-01-12 Michael GottesmanFixed debug message in ObjCARC.
2013-01-12 Michael GottesmanFixed a few debug messages in ObjCARC and added one.
2013-01-12 Bob WilsonFix quoting problems from my previous change. <rdar...
2013-01-12 Michael GottesmanFixed bug in ObjCARC where we were changing a call...
2013-01-12 Michael GottesmanFixed a bug where we were tail calling objc_autorelease...
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-12 Jakob Stoklund... Limit the search space in RAGreedy::tryEvict().
2013-01-12 Jakob Stoklund... Precompute some information about register costs.
2013-01-12 Eli BenderskyStop hiding the interface-exposed EatToEndOfStatement...
2013-01-12 Eli BenderskyMake ParseIdentifier a public method instead of private.
2013-01-11 Michael GottesmanFixed whitespace.
2013-01-11 Nadav RotemPPC: Implement efficient lowering of sign_extend_inreg.
2013-01-11 Eli BenderskyProof of concept moving of generic directive parsing...
2013-01-11 Preston GurdUpdate patch for the pad short functions pass for Intel...
2013-01-11 Benjamin KramerRemove some accidentaly duplicated code. This needs...
2013-01-11 Michael GottesmanAdded debug messages to GlobalOpt.
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-11 Nadav RotemARM Cost Model: Modify the target independent cost...
2013-01-11 Justin HolewinskiRemove PTX->NVPTX in CodeGenerator document and update...
2013-01-11 Justin HolewinskiUpdate CodeGenerator document to add a "Not Applicable...
2013-01-11 Eric ChristopherFor inline asm:
2013-01-11 Andrew TrickFollow-up typo correction from building the wrong branch.
next