oota-llvm.git
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.
2013-01-11 Andrew TrickFix typo from r170452. Affects -enable-misched heuristics.
2013-01-11 Andrew TrickUpdate CMakeLists for CallPrinter.cpp.
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-11 Eli BenderskyFix bug in exception table allocation (PR13678)
2013-01-11 Justin HolewinskiRemove lib/Target/PTX directory. It was empty and...
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-11 Dmitry Vyukovllvm-symbolizer: add DATA command that allows to symbol...
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-11 Michael GottesmanConverted test dont-tce-tail-marked-call.ll to use...
2013-01-11 Michael GottesmanThis commit is a 4x squash commit consisting of 4x...
2013-01-11 NAKAMURA TakumiRevert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp...
2013-01-11 Jordan RoseSMDiagnostic: don't emit ranges if there are /any/...
2013-01-11 Sean Silvadocs: Fix long standing linking antipattern.
2013-01-11 Sean Silvadocs: fix misleading description.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-11 NAKAMURA TakumiX86AsmParser.cpp: Fix up r172148, to add initializer...
2013-01-11 Dmitri GribenkoAdd a new portability macro LLVM_FUNCTION_NAME, that...
2013-01-11 Jakub StaszakLoopPass.h doesn't require Function.h. Remove unneeded...
2013-01-11 NAKAMURA Takumillvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm...
next