Introduce llvm::sys::getProcessTriple() function.
[oota-llvm.git] / lib /
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-16 Alexey SamsonovASan: wrap mapping scale and offset in a struct and...
2013-01-16 Michael Gottesman[ObjCARC] Turn off ignoring unwind edges in ObjCARC...
2013-01-16 Jack Carterreverting 172579
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-16 Jack CarterAkira,
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
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 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 Evgeniy Stepanov[msan] Fix handling of equality comparison of pointer...
2013-01-15 Evgeniy StepanovAllow vectors in CreatePointerCast.
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
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 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 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-14 Nick LewyckyFix typo in comment.
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 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 GribenkoRemove redundant 'llvm::' qualifications
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 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 Michael GottesmanFixed debug message in ObjCARC.
2013-01-12 Michael GottesmanFixed a few debug messages in ObjCARC and added one.
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 OlesenLimit the search space in RAGreedy::tryEvict().
2013-01-12 Jakob Stoklund OlesenPrecompute 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 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 Tim NorthoverSimplify writing floating types to assembly.
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
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 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-11 NAKAMURA TakumiX86AsmParser.cpp: Fix up r172148, to add initializer...
2013-01-11 NAKAMURA Takumillvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm...
2013-01-10 Jakub StaszakRemove heavy and unused #inclues from X86TargetObjectFi...
2013-01-10 Eli BenderskyRename enumerations s/VK/DK/ to conform to naming conve...
2013-01-10 Chad Rosier[ms-inline asm] Make sure we set a default value for...
2013-01-10 Eli Benderskyfix comments a bit
2013-01-10 Shuxin YangPR14904: Segmentation fault running pass 'Recognize...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
next