oota-llvm.git
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...
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...
2013-01-10 NAKAMURA Takumillvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals...
2013-01-10 Bob WilsonUpdate Apple's build script for llvmCore. <rdar://probl...
2013-01-10 Eli BenderskyRemove a couple of if-else chains in parsing directives...
2013-01-10 Michael J.... [llvm-objdump] Emit addresses with the correct number...
2013-01-10 Peter Collingbourne[msan] Change va_start/va_copy shadow memset alignment...
2013-01-10 Jakub StaszakRemove trailing spaces.
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2013-01-10 Jakub StaszakRemove unneeded includes from FunctionLoweringInfo.h.
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Jakub StaszakRemove unneeded #includes.
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-10 Jakub StaszakFix indent and remove unneeded #includes in MDBuilder.h.
2013-01-10 Jakub StaszakFix #includes after my last commit.
2013-01-10 Jakub StaszakRename LinkAllVMCore.h to LinkAllIR.h since VMCore...
2013-01-10 Chris Lattnerremove the rest of the "written by" lines in the docume...
2013-01-10 Dmitri GribenkoReplace memcpys by a static_cast and an integral promotion.
2013-01-10 Dmitri GribenkoFix coding style
2013-01-10 Jakub StaszakUnbreak tests after regression from r172081.
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-10 Jakob Stoklund... Allow hasProperty() to be called on bundle-internal...
2013-01-10 David GreeneFix Alias Bug
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Tim NorthoverRemove locale-dependence of enum mangling and use exist...
2013-01-10 Tim NorthoverMake TableGen mangle operand method names before puttin...
2013-01-10 Joey GoulyFix a copy/paste error in the IR Linker, casting an...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-10 Sean Silvadocs: fix broken link.
next