oota-llvm.git
2015-05-22 Renato GolinReinforce ARMTargetParser::getCanonicalArchName validation
2015-05-22 Chad RosierUse new MachineInstr mayLoadOrStore() API. NFC.
2015-05-22 Alexei Starovoitov[bpf] emit jmp fixups in little endian
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-22 Quentin ColombetReapply r238011 with a fix for the trap instruction.
2015-05-22 Chandler Carruth[Unroll] Separate the logic for testing each iteration...
2015-05-22 Bill Schmidt[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
2015-05-22 Rafael EspindolaStop inventing symbol sizes.
2015-05-22 Sanjay Patelremove names from comments, fix typos; NFC
2015-05-22 Sanjay Patelfix typo, 80-col; NFC
2015-05-22 Sanjay Patelfix typo in comment; NFC
2015-05-22 Rafael EspindolaDetect invalid section indexes when we first read them.
2015-05-22 John Brawn[ARM] Fix typo in subtarget feature list for 7em triple
2015-05-22 Rafael EspindolaFix llvm-nm -S option.
2015-05-22 Rafael EspindolaMake this test stricter. NFC.
2015-05-22 NAKAMURA TakumiReapply part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Tamas BerghammerRevert "[X86] Fix a variable name for r237977 so that...
2015-05-22 Puyan LotfiCompile time improvements to VirtRegRewriter.
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-22 Duncan P. N... MC: Shave a pointer off of MCSymbol::Name
2015-05-22 Tobias GrosserRevert "Fix Clang -Wmissing-override warning"
2015-05-22 Duncan P. N... MC: Pack MCSymbol::Index in with the bitfield in MCSymbol
2015-05-22 Duncan P. N... MC: Lift MCSymbolData::Index up to MCSymbol::Index...
2015-05-22 NAKAMURA TakumiRevert part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Duncan P. N... SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-22 Duncan P. N... SDAG: Cleanup initialization of SDDbgValue, NFC
2015-05-22 Tobias GrosserRevert "unique_ptrify LoadedObjectInfo::clone"
2015-05-22 David Majnemer[InstSimplify] Handle some overflow intrinsics in InstS...
2015-05-22 Chandler Carruth[Unroll] Replace a hand-wavy FIXME with a FIXME that...
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 Blaikieunique_ptrify LoadedObjectInfo::clone
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 Michael J.... [Support] Fix ErrorOr equality operator.
2015-05-21 Sanjay Patelfix typos, remove function names from comments, NFC
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 Chad Rosier[MachineInstr] Add mayLoadOrStore API. NFC.
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 Peter CollingbourneRevert r237766, "Support: Introduce LLVM_FALLTHROUGH...
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 Sanjay Pateldon't repeat function names in comments; NFC
2015-05-21 Pete CooperSize enum so we can store it as 16-bits and avoid casts...
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 PilipenkoFix memory-dereferenceable.ll test
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 Toma Tabacu[mips] [IAS] Add 2 missing CHECK directives for fixups...
2015-05-21 Hal Finkel[TableGen] Resolve complex def names inside multiclasses
2015-05-21 Duncan P. N... AsmPrinter: Compute absolute label difference directly
2015-05-21 Duncan P. N... MC: Initialize MCSymbolData::Offset directly
2015-05-21 Ahmed Bougacha[MemCpyOpt] Do move the memset, but look at its dest...
2015-05-21 Duncan P. N... MC: Simplify MCSymbolData initialization and remove...
2015-05-21 Swaroop SridharDocument the CoreCLR GC Strategy
2015-05-21 Duncan P. N... MC: Make MCSymbolData::Symbol private
2015-05-21 Duncan P. N... 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...
next