Simplify ModuleLinker::getLinkageResult. NFC.
[oota-llvm.git] / lib /
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...
2014-09-05 Toma Tabacu[mips] Change Feature-related types from unsigned to...
2014-09-05 Matt ArsenaultR600/SI: Use same complex patterns for DS atomics
2014-09-05 Daniel Sanders[mips] Marked the Trap-on-Condition instructions as...
2014-09-05 Toma Tabacu[mips] Rename data members and member functions in...
2014-09-05 Jan VeselyR600: Fix FROUND
2014-09-05 Tom StellardR600/SI: Fix bug in SIInstrInfo::legalizeOpWithMove()
2014-09-05 Tom StellardR600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of...
2014-09-05 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-09-05 Tim NorthoverARM: cover all sub-architecture enumerators to keep...
2014-09-05 Frederic Riss[dwarfdump] Dump DW_AT_(decl|call)_line attribute value...
2014-09-05 Frederic RissReapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-05 Matthew GardinerRemoved white-space
2014-09-05 Matthew GardinerAdding kalimba variants as Triple sub-architectures.
2014-09-05 David MajnemerInstCombine: Remove a special case pattern
2014-09-05 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
2014-09-05 Jiangning Liu[AArch64] Add pass to enable additional comparison...
2014-09-05 Rafael EspindolaDisable the fix for pr20793 because of a gnu ld bug.
2014-09-05 Rafael EspindolaRefactor to avoid code duplication. NFC.
2014-09-04 Rafael EspindolaFix pr20793.
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-09-04 Frederic RissRevert "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-04 Frederic Riss[dwarfdump] Add missing DW_LANG_Mips_Assembler case...
2014-09-04 David BlaikieFix use-after-move introduced in r217065 and caught...
2014-09-04 David Blaikieunique_ptrify RuntimeDyld::Dyld
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-09-04 Reid KlecknerX86: cpuid and xgetbv write to 32-bit registers, not...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-04 Tim NorthoverAArch64: fix vector-immediate BIC/ORR on big-endian...
2014-09-04 Jan Veselybuild/cmake: Fix CMP0023 warning with libffi
2014-09-04 Toma Tabacu[mips] Rename MipsAsmParser functions to conform to...
2014-09-04 James MolloyEnable noalias metadata by default and swap the order...
2014-09-04 Aaron BallmanSilencing a usually-helpful-but-braindead-silly-in...
2014-09-04 Tim NorthoverAArch64: fix big-endian immediate materialisation
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-09-04 Elena DemikhovskyFixed compilation problem on Windows (initialization...
2014-09-04 Tilmann Scheller[GVN] Format variable name.
2014-09-04 Frederic RissFix build faliure introduced by r217129.
2014-09-04 Elena DemikhovskyX86 Intrinsics table - changed to a static table sorted...
2014-09-04 Frederic RissRename DWARFContext::getLineTableForCompileUnit to...
2014-09-04 Frederic RissAdd DWARFFormValue::getAsBlock() and add FC_Flag as...
2014-09-04 Frederic RissAdd a DWARFContext& member in DWARFUnit.
2014-09-04 Lang Hames[MCJIT] Make sure eh-frame fixups use the target's...
2014-09-04 Lang Hames[MCJIT] Add command-line argument to llvm-rtdyld to...
2014-09-04 Juergen RibutzkaRevert r216803 "[MachineSinking] Clear kill flag of...
2014-09-04 Juergen Ributzka[FastISel][AArch64] Cleanup and simplify 'fastSelectIns...
next