[Unroll] Extract the logic for caching SCEV-modeled GEPs with their
[oota-llvm.git] / lib /
2015-05-22 Chandler Carruth[Unroll] Extract the logic for caching SCEV-modeled...
2015-05-22 Chandler Carruth[Unroll] Refactor the accumulation of optimized instruc...
2015-05-22 Philip Reames[LICM] Sinking doesn't involve the preheader
2015-05-22 Hans WennborgRevert r236894 "[BasicAA] Fix zext & sext handling"
2015-05-22 Quentin Colombet[X86] Fix a variable name for r237977 so that it works...
2015-05-22 Daniel BerlinMergedLoadStoreMotion preserves MemoryDependenceAnalysi...
2015-05-22 Quentin Colombet[X86] Refactor the prologue emission to prepare for...
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
2015-05-21 Hal Finkel[PPC] Correct iterator bug in PPCTLSDynamicCall
2015-05-21 Peter CollingbourneRevert r237590, "ARM: allow jump tables to be placed...
2015-05-21 Jingyue Wu[NaryReassoc] reassociate GEP for CSE
2015-05-21 David Majnemer[InstCombine] X - 0 is equal to X, not undef
2015-05-21 Pete CooperUse Op<0> accessor instead of OperandList for Instructi...
2015-05-21 Chad RosierUse new MachineInstr mayLoadOrStore() API.
2015-05-21 Quentin Colombet[InlineSpiller] Fix rematerialization for bundles.
2015-05-21 Chad Rosier[AArch64] Enhance the load/store optimizer with target...
2015-05-21 Sanjay Patelfix typo in comment; NFC
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-21 David BlaikiePut GEPOperator member function definition in the appro...
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Bill Schmidt[PPC64] Handle vpkudum mask pattern correctly when...
2015-05-21 Rafael EspindolaStop creating MCSectionData is the ELF writer.
2015-05-21 Kostya Serebryany[lib/Fuzzer] ignore flags that start with --; use git...
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-21 Hal Finkel[PPC/LoopUnrollRuntime] Don't avoid high-cost trip...
2015-05-21 Rafael EspindolawriteSymbolTable now only needs a MCContext.
2015-05-21 Rafael EspindolaPass a const MCAssembler to writeSectionHeader.
2015-05-21 Alex LorenzYAML: Null terminate block scalar's value.
2015-05-21 Rafael EspindolaRemove unused argument. NFC.
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-21 Rafael EspindolaFetch alignment directly out of MCSection. NFC.
2015-05-21 Nemanja IvanovicAdd support for VSX scalar single-precision arithmetic...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Benjamin Kramer[LoopDistribute] Remove a layer of pointer indirection.
2015-05-21 Sanjay Pateluse range-based for-loops; NFCI
2015-05-21 Sanjay Pateluse range-based for-loops; NFCI
2015-05-21 Rafael EspindolaFix warning on builds without asserts.
2015-05-21 Sanjay Pateluse range-based for-loop
2015-05-21 Rafael EspindolaAvoid unnecessary section switching. NFC.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-21 Rafael EspindolaUse existing helper for adding a section. NFC.
2015-05-21 Sanjay Pateluse range-based for-loop; NFCI
2015-05-21 Manuel Klimekstd::sort must be called with a strict weak ordering.
2015-05-21 Elena DemikhovskyAVX-512: Enabled SSE intrinsics on AVX-512.
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-21 Igor Laevsky[RewriteStatepointsForGC] Fix debug assertion during...
2015-05-21 Artur PilipenkoTest commit. Fix typo in MemDerefPrinter.cpp comment.
2015-05-21 Renato GolinRemove unnecessary FIXME comment
2015-05-21 Simon PilgrimFixed unused variable warning in non-assert builds...
2015-05-21 Simon Pilgrim[X86][SSE] Improve support for 128-bit vector sign...
2015-05-21 Hal Finkel[TableGen] Resolve complex def names inside multiclasses
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-21 Ahmed Bougacha[MemCpyOpt] Do move the memset, but look at its dest...
2015-05-21 Duncan P. N. Exon... MC: Simplify MCSymbolData initialization and remove...
2015-05-21 Duncan P. N. Exon... MC: Remove last use of MCSymbolData::getSymbol(), NFC
2015-05-21 Ahmed Bougacha[MemCpyOpt] Pass Instruction to IRBuilder, no need...
2015-05-21 David Blaikie[opaque pointer type] Pass explicit pointee type in...
2015-05-20 Andrew KaylorFix build error
2015-05-20 Ahmed Bougacha[MemCpyOpt] Don't move the memset when optimizing memse...
2015-05-20 Andrew KaylorFix build warning
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-20 Pete CooperDon't generate comments in the DebugLocStream unless...
2015-05-20 Pete CooperRevert "Add bool to DebugLocDwarfExpression to control...
2015-05-20 Hans WennborgRevert r237828 "[X86] Remove unused node after morphing...
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Davide Italiano[Target/ARM] Only enable OptimizeBarrierPass at -O1...
2015-05-20 Alex LorenzAsmParser: Require a terminating null character when...
2015-05-20 David Blaikie[opaque pointer type] LoadInst: assert that the explici...
2015-05-20 Duncan P. N. Exon... MC: Remove most remaining uses of MCSymbolData::getSymb...
2015-05-20 Benjamin Kramer[X86] Remove unused node after morphing it from shr...
2015-05-20 Pete CooperAdd bool to DebugLocDwarfExpression to control emitting...
2015-05-20 Duncan P. N. Exon... MC: Stop using MCSymbolData::getSymbol() in WinCOFF...
2015-05-20 Pete CooperUse a SmallString buffer instead of a std::string for...
2015-05-20 Matthias BraunDAGCombiner: Continue combining if FoldConstantArithmet...
2015-05-20 James MolloyReapply r237539 with a fix for the Chromium build.
2015-05-20 Matthias BraunARM: Fix comment and make it slightly more readable
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in LocalCommon, NFC
2015-05-20 Pawel BylicaFix icmp lowering
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Duncan P. N. Exon... MC: Add MCSymbolData back to MCAssembler dump
2015-05-20 Duncan P. N. Exon... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-20 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-05-20 Elena DemikhovskyAVX-512: fixed algorithm of building vectors of i1...
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-20 Toma Tabacu[mips] [IAS] Factor out .set nomacro warning. NFC.
2015-05-20 Craig Topper[TableGen] Make some variable names consistent with...
2015-05-20 Craig Topper[TableGen] Fix a memory leak.
2015-05-20 David Majnemer[X86] Implement the local-exec TLS model for Windows...
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in most of ELFObjectWriter, NFC
2015-05-20 Swaroop SridharAdd a GCStrategy for CoreCLR
2015-05-20 Alexei Starovoitov[bpf] fix build
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
next