oota-llvm.git
2014-09-10 Matt ArsenaultR600: Custom lower frem
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Hal FinkelEnable use of __builtin_assume_aligned when self-hosting
2014-09-10 Hal Finkel[AlignmentFromAssumptions] Don't divide by zero for...
2014-09-10 Dan Liew[sphinx cleanup]
2014-09-10 Gerolf Hoflehner[AArch64] Revert r216141 for cyclone
2014-09-10 Gerolf Hoflehner[PassManager] Adding Hidden attribute to EnableMLSM...
2014-09-10 Gerolf Hoflehner[MergedLoadStoreMotion] Move pass enabling option to...
2014-09-10 Nico WeberFix docs reference to inexistent class.
2014-09-10 Rafael EspindolaRemember to eraseFromParent after replaceAllUsesWith.
2014-09-10 Adrian PrantlCleanup: Use the appropriate API for accessing the...
2014-09-10 Arnaud A. de... [AArch64] Temporarily desactivate the PBQP test, while...
2014-09-10 Alexey SamsonovMake CallingConv::ID an alias of "unsigned".
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-09-10 Gerolf HoflehnerRemoved misleading comment.
2014-09-10 Gerolf HoflehnerAdded missing blank
2014-09-10 Hans WennborgLangRef: @baz should be @bar in the COMDAT example
2014-09-10 Arnaud A. de... [AArch64] Address Chad's post commit review comments...
2014-09-10 Sanjay Pateltypo
2014-09-10 Frederic RissFix comments of createReplaceableForwardDecl() and...
2014-09-10 Rafael EspindolaReplace a few virtual with override.
2014-09-10 Arnaud A. de... [AArch64] Pacify lld buildbot complaining about an...
2014-09-10 Arnaud A. de... [AArch64] Add experimental PBQP support
2014-09-10 Asiri Rathnayake[AArch 64] Use a constant pool load for weak symbol...
2014-09-10 Sid ManningAdd missing HWEncoding to base register class.
2014-09-10 David MajnemerAttempt to pacify buildbots.
2014-09-10 Tim NorthoverARM: don't size-reduce STMs using the LR register.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-10 Daniel Sanders[mips] Remove inverted predicates from MipsSubtarget...
2014-09-10 Dan LiewDon't attempt to run llvm-config in cmake/modules/Makef...
2014-09-10 Yaron KerenFunctionPassManager isn't used by the JIT anymore,...
2014-09-10 Daniel Sanders[mips] Return an ArrayRef from MipsCC::intArgRegs(...
2014-09-10 Dan LiewAttempt to fix PR20884
2014-09-10 Stepan DyatkovskiyMergeFunctions: FunctionPtr has been renamed to Functio...
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-09-10 Job NoormanDrop the W postfix on the 16-bit registers.
2014-09-10 Justin Bognerllvm-cov: Remove an overly system specific test
2014-09-10 Kai Nacke[MIPS] Add aliases for sync instruction used by Octeon CPU
2014-09-10 Justin Bognerllvm-cov: Fix a misuse of ArrayRef::slice I introduced...
2014-09-10 Craig TopperUse cast to MVT instead of EVT on a couple calls to...
2014-09-10 Lang Hames[MCJIT] Remove redundant architecture check from Runtim...
2014-09-09 David BlaikieSink PrevCU updating into DwarfUnit::addRange to ensure...
2014-09-09 David BlaikieRemove DwarfDebug::PrevSection, PrevCU is sufficient...
2014-09-09 NAKAMURA TakumiSampleProfile.cpp: Prune a stray \param added in r21743...
2014-09-09 Rafael EspindolaHandle common linkage correctly in the gold plugin.
2014-09-09 Sanjay PatelAdd a scheduling model for AMD 16H Jaguar (btver2).
2014-09-09 Rafael EspindolaMerge alignment of common GlobalValue.
2014-09-09 Ed MasteUse armv6k default for FreeBSD/ARM
2014-09-09 Bjorn SteinbrinkAdd a test for hoisting instructions with metadata...
2014-09-09 Rafael EspindolaWhen merging two common GlobalValues, keep the largest.
2014-09-09 Rafael EspindolaMake this input file pass the verifier.
2014-09-09 Rafael EspindolaMove some logic to ModuleLinker::shouldLinkFromSource...
2014-09-09 NAKAMURA TakumiScalarOpts/LLVMBuild.txt: Prune unused dependency to...
2014-09-09 NAKAMURA TakumiScalarOpts/LLVMBuild.txt: Reorder.
2014-09-09 NAKAMURA TakumiLLVMProfileData: Update LLVMBuild.txt corresponding...
2014-09-09 Rafael EspindolaFix a use of an undefined value (the linkage).
2014-09-09 Rafael EspindolaPrefer common over weak linkage when linking.
2014-09-09 Rafael EspindolaSimplify ModuleLinker::getLinkageResult. NFC.
2014-09-09 Toma Tabacu[mips] Add assembler support for .set mips0 directive.
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-09-09 Daniel Sanders[mips] Move MipsTargetLowering::MipsCC::regSize() to...
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-09 Daniel Sanders[mips] Don't cache IsO32 and IsFP64 in MipsTargetLoweri...
2014-09-09 Tim Northoverllvm-objdump: don't crash when __compact_unwind has...
2014-09-09 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-09-09 Renato GolinARM: Negative offset support problem
2014-09-09 Justin Bognerllvm-cov: Use ArrayRef::slice (NFC)
2014-09-09 Patrik Hagglund[MachineSinking] Conservatively clear kill flags after...
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-09 Bob WilsonSet trunc store action to Expand for all X86 targets.
2014-09-08 Justin Bognerllvm-cov: Try to appease MSVC after r217404
2014-09-08 Dan LiewFix type error in insertvalue example in LangRef. ...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-08 Sanjay PatelGroup unsafe fmul math folds together for easier readin...
2014-09-08 Justin Bognerllvm-cov: Remove dead code
2014-09-08 Hal FinkelDon't static_cast invalid pointers
2014-09-08 Alexey SamsonovBe more careful in parsing Module::ModFlagBehavior...
2014-09-08 Sanjay PatelFix the FIXME that was just added in r217390 - remove...
2014-09-08 Sanjay Patelgroup unsafe math folds together for easier reading
2014-09-08 Chad Rosier[AArch64] Enabled AA support for Cortex-A57.
2014-09-08 Matt ArsenaultR600/SI: Fix assertion from copying a TargetGlobalAddress
2014-09-08 Matt ArsenaultR600/SI: Replace LDS atomics with no return versions
2014-09-08 Matt ArsenaultR600/SI: Add InstrMapping for noret atomics.
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
2014-09-08 Chad Rosier[AArch64] Enabled AA support for Cortex-A53.
2014-09-08 Alexander KornienkoAdd .clang-tidy configuration file to provide LLVM...
2014-09-08 Sid ManningSpelling correction
2014-09-07 Andrew TrickAdd a comment to getNewAlignmentDiff.
2014-09-07 Hal FinkelMake use @llvm.assume for loop guards in ScalarEvolution
2014-09-07 Hal FinkelCheck for all known bits on ret in InstCombine
2014-09-07 Hal FinkelMake use of @llvm.assume from LazyValueInfo
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-09-07 Hal FinkelAdd additional patterns for @llvm.assume in ValueTracking
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-09-07 David BlaikieDebugInfo: Do not use DW_FORM_GNU_addr_index in skeleto...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-07 Chandler Carruth[x86] Revert my over-eager commit in r217332.
next