[docs] Mention character array constants in docs/LangRef.rst
[oota-llvm.git] / lib /
2014-09-11 Hal Finkel[AlignmentFromAssumptions] Don't crash just because...
2014-09-11 David XuBuild correct vector filled with undef nodes
2014-09-10 Matt ArsenaultR600/SI: Fix losing chain when fixing reg class of...
2014-09-10 Matt ArsenaultR600/SI: Report offset in correct units for st64 DS...
2014-09-10 Matt ArsenaultR600: Custom lower frem
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Hal Finkel[AlignmentFromAssumptions] Don't divide by zero for...
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 Adrian PrantlCleanup: Use the appropriate API for accessing the...
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 Arnaud A. de Grand... [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 Arnaud A. de Grand... [AArch64] Pacify lld buildbot complaining about an...
2014-09-10 Arnaud A. de Grand... [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 Daniel Sanders[mips] Return an ArrayRef from MipsCC::intArgRegs(...
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 Kai Nacke[MIPS] Add aliases for sync instruction used by Octeon CPU
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 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 Rafael EspindolaWhen merging two common GlobalValues, keep the largest.
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 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-09-09 Renato GolinARM: Negative offset support problem
2014-09-09 Patrik Hagglund[MachineSinking] Conservatively clear kill flags after...
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 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 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 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.
2014-09-07 Chandler Carruth[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64...
2014-09-07 Lang Hames[MCJIT] Revert partial RuntimeDyldELF cleanup that...
2014-09-07 Lang Hames[MCJIT] Rewrite RuntimeDyldMachO and its derived classe...
2014-09-07 Lang Hames[MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnal...
2014-09-07 Matt ArsenaultR600/SI: Fix register class for some 64-bit atomics
2014-09-06 Saleem AbdulrasoolMC: correct DWARF line info for PE/COFF
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-06 Nick LewyckyCheck whether the iterator p == the end iterator before...
2014-09-06 Alexey SamsonovFix right shift by 64 bits detected on CXX/lex/lex...
2014-09-05 Lang Hames[MCJIT] Fix an iterator invalidation bug in MCJIT:...
2014-09-05 Chandler Carruth[x86] Fix an embarressing bug in the INSERTPS formation...
2014-09-05 Akira Hatanaka[inline asm] Add a check in InlineAsm::ConstraintInfo...
2014-09-05 Sanjay PatelAllow vector fsub ops with constants to get the same...
2014-09-05 Rafael EspindolaFix pr20078.
2014-09-05 Bjorn SteinbrinkRestore the ability to check if LLVMCreateObjectFile...
2014-09-05 Sanjay Patelclean up; NFC
2014-09-05 Alexey Samsonov[DWARF parser] Fix nasty memory corruption in .dwo...
2014-09-05 Rafael EspindolaRevert "Disable the fix for pr20793 because of a gnu...
2014-09-05 Lang Hames[MCJIT] Const-ify the symbol lookup operations on Runti...
2014-09-05 Adrian PrantlSet the parent pointer of cloned DBG_VALUE instructions...
next