R600/SI: Use same complex patterns for DS atomics
[oota-llvm.git] / lib /
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...
2014-09-04 Juergen Ributzka[FastISel][AArch64] Add target-specific lowering for...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-04 David MajnemerIndVarSimplify: Address review comments for r217102
2014-09-03 Matt ArsenaultRevert accidentally committed r217107
2014-09-03 Matt ArsenaultR600/SI: Un-move pattern I forgot to remove in last...
2014-09-03 Matt ArsenaultR600/SI: Try to keep i32 mul on SALU
2014-09-03 Matt ArsenaultDon't treat 0 as a special value for int attributes.
2014-09-03 Kostya Serebryany[asan] fix debug info produced for asan-coverage=2
2014-09-03 David MajnemerIndVarSimplify: Don't let LFTR compare against a poison...
2014-09-03 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Teach the asm comment printing to only print...
2014-09-03 Kostya Serebryany[asan] add -asan-coverage=3: instrument all blocks...
2014-09-03 David Blaikieunique_ptrify RuntimeDyldImpl::loadObject
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-09-03 Robin MorissetUse target-dependent emitLeading/TrailingFence instead...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Chandler Carruth[JIT] Add an out-of-line definition for the virtual...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Eric ChristopherRemove unnecessary getTarget call now that the subtarge...
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-09-03 David Blaikieunique_ptrify MCJIT::emitObject
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-09-03 Juergen Ributzka[FastISel] Some long overdue spring cleaning of FastISel.
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 Juergen Ributzka[FastISel][AArch64] Move unconditional branch handling...
2014-09-03 Chris BienemanRemoving static initializer from Debug.cpp by convertin...
2014-09-03 David Blaikieunique_ptrify MachOUniversalBinary::create
2014-09-03 Sanjay PatelPreserve IR flags (nsw, nuw, exact, fast-math) in SLP...
2014-09-03 Rafael EspindolaPass a && to getLazyBitcodeModule.
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-09-03 Tom StellardR600/SI: Add a pattern for i64 and in a branch
2014-09-03 Tom StellardR600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBase...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-03 Alexander PotapenkoFollow-up for r217020: actually commit the fix for...
2014-09-03 Juergen RibutzkaReapply r216805 "[MachineCombiner][AArch64] Use the...
2014-09-03 Lang Hames[MCJIT] Make llvm-rtdyld process eh_frame sections...
2014-09-03 Lang Hames[MCJIT] Add a 'section_addr' builtin function to Runtim...
2014-09-03 Juergen Ributzka[FastISel][AArch64] Add target-dependent instruction...
2014-09-03 Sanjay PatelChange name of copyFlags() to copyIRFlags(). Add conven...
2014-09-03 Hal Finkel[CFLAA] Remove one final initializer list
2014-09-02 Hal Finkel[CFLAA] And even more MSVC fixes
2014-09-02 Chris BienemanCleaning up remaining static initializers in Signals.inc
2014-09-02 Hal Finkel[CFLAA] More cleanup for MSVC
2014-09-02 Hal Finkel[CFLAA] No initializer lists for MSVC
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-09-02 David Blaikieunique_ptrify passing the TargetMachine to ExecutionEng...
2014-09-02 Hal Finkel[CFLAA] Remove tautological comparison
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use the target-dependent selection...
2014-09-02 Juergen Ributzka[FastISel][AArch64] Use a new helper function to determ...
2014-09-02 Sean SilvaNuke MCAnalysis.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Hal Finkel[CFLAA] LLVM_CONSTEXPR -> const
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Hal Finkel[CFLAA] constexpr -> LLVM_CONSTEXPR
next