OSDN Git Service

android-x86/external-llvm.git
2017-10-06 Xinliang David LiRoll forward r314928
2017-10-06 Davide Italiano[PM] Retire disable unit-at-a-time switch.
2017-10-06 Jakub Kuderski[CodeExtractor] Fix multiple bugs under certain shape...
2017-10-06 Daniel BerlinNewGVN: Factor out duplicate parts of OpIsSafeForPHIOfOps
2017-10-05 Francis RicciRevert "[llvm-dsymutil] Add support for __swift_ast...
2017-10-05 Xin Tong[MBP] Remove an invalid assert.
2017-10-05 Peter CollingbourneModuleUtils: Stop using comdat members to generate...
2017-10-05 Reid Kleckner[X86] Extract CATCHRET handling from emitEpilogue, NFC
2017-10-05 Derek Schuff[WebAssembly] Add the rest of the atomic loads
2017-10-05 Sanjay Patel[InstCombine] improve folds for icmp gt/lt (shr X,...
2017-10-05 Krzysztof Parzyszek[Hexagon] Make PS_fi and PS_fia extendable (they both...
2017-10-05 Francis Ricci[dsymutil] Fix typo in swift-ast.test
2017-10-05 Dehao ChenAnnotate VP prof on indirect call if it is ICPed in...
2017-10-05 Francis Ricci[llvm-dsymutil] Add support for __swift_ast MachO DWARF...
2017-10-05 Krzysztof Parzyszek[Hexagon] Give uniform names to functions changing...
2017-10-05 Rafael EspindolaAdded phdr upper bound checks to ElfObject.
2017-10-05 Francis RicciRevert "[llvm-dsymutil] Add support for __swift_ast...
2017-10-05 Francis Ricci[dsymutil] Fix unused variable warning
2017-10-05 Francis Ricci[llvm-dsymutil] Add support for __swift_ast MachO DWARF...
2017-10-05 Davide Italiano[NewPassManager] Run global dead code elimination after...
2017-10-05 Balaram Makam[ARM/AARCH64] Make test MachineBranchProb.ll more robus...
2017-10-05 Reid Kleckner[X86] Simplify X86 epilogue frame size calculation...
2017-10-05 Davide Italiano[PassManager] Improve the interaction between -O2 and...
2017-10-05 Davide Italiano[PassManager] Run global optimizations after the inliner.
2017-10-05 Matthew Simpson[SparsePropagation] Move member definitions to header...
2017-10-05 Petar Jovanovic[mips] implement .set dspr2 directive
2017-10-05 Matt ArsenaultAMDGPU: Set v2i32 any_extend to expand
2017-10-05 Krzysztof Parzyszek[RDF] Simplify construction of maximal registers
2017-10-05 Rong Xu[ProfileData] Fix data racing in merging indexed profiles
2017-10-05 Artur Pilipenko[X86] Fix chains update when lowering BUILD_VECTOR...
2017-10-05 Konstantin... AMDGPU: Add and set AMDGPU-specific e_flags
2017-10-05 Ayal Zaks[LV] Fix PR34743 - handle casts that sink after interle...
2017-10-05 Clement CourbetRevert "Re-land "[MergeICmps] Disable mergeicmps if...
2017-10-05 Sanjay Patelrevert r314698 - [InstCombine] remove one-use restricti...
2017-10-05 Javed Absar[TablgeGen] : Tidy up CodeGenSchedule. NFC.
2017-10-05 Ayal Zaks[LV] Fix PR34711 - widen instruction ranges when sinkin...
2017-10-05 Clement CourbetRe-land "[MergeICmps] Disable mergeicmps if the target...
2017-10-05 Simon Dardis[mips] Place certain 64 bit FPU instructions in their...
2017-10-05 Karl-Johan... [DebugInfo] Insert DEBUG_VALUEs after each register...
2017-10-05 George Rimar[MC] - llvm-mc hangs on non-english characters.
2017-10-05 Clement CourbetRevert "[MergeICmps] Disable mergeicmps if the target...
2017-10-05 Craig Topper[InstCombine] Fix a vector splat handling bug in transf...
2017-10-05 Clement Courbet[MergeICmps] Disable mergeicmps if the target does...
2017-10-05 Mikael HolmenMinor refactoring regarding Cast::isNoopCast(), NFC
2017-10-05 Dean Michael... [XRay][tools] Support arg1 logging entries in the basic...
2017-10-05 Sean FertileEnabling new pass manager in LTO (and thinLTO) link...
2017-10-05 Xinliang David LiRevert r314928 to investigate thinLTO bootstrap failure
2017-10-05 Eugene Zelenko[X86] Fix some Clang-tidy modernize-use-using and Inclu...
2017-10-05 Matt ArsenaultAMDGPU: Add comment about clamps
2017-10-05 Matt ArsenaultAMDGPU: Do not fold clamp instructions when sources...
2017-10-04 Craig Topper[InstCombine] Improve support for ashr in foldICmpAndShift
2017-10-04 Matt ArsenaultAMDGPU: Fix not accounting for instruction size in...
2017-10-04 Konstantin... AMDGPU: Correctly set EI_OSABI based on the os
2017-10-04 Adrian Prantlclang-format file.
2017-10-04 Adrian Prantldelete commented out code.
2017-10-04 Sanjoy DasDo not call Loop::getName on possibly dead loops
2017-10-04 Xin Tong[MachineBlockPlacement] Make sure PreferredLoopExit...
2017-10-04 Hans WennborgFix a -Wparentheses warning. NFC.
2017-10-04 Justin LebarConvert an APInt to int64_t properly in TTI::getGEPCost().
2017-10-04 Marcello Maggioni[LoopDeletion] Move deleteDeadLoop to to LoopUtils...
2017-10-04 Rafael EspindolaBring r314809 back.
2017-10-04 Sanjay Patel[SimplifyCFG] put the optional assumption cache pointer...
2017-10-04 Xinliang David LiRecommit r314561 after fixing msan build failure
2017-10-04 Guozhi Wei[TargetTransformInfo] Check if function pointer is...
2017-10-04 Jun Bum LimRecommit : Use the basic cost if a GEP is not used...
2017-10-04 Daniel NeilsonRevert D38481 due to missing cmake check for CPU_COUNT
2017-10-04 Simon Pilgrim[X86][AVX] Improve (i8 bitcast (v8i1 x)) handling for...
2017-10-04 Krzysztof Parzyszek[Hexagon] Add a member Subtarget to HexagonInstrInfo...
2017-10-04 Hans WennborgRevert r314886 "[X86] Improvement in CodeGen instructio...
2017-10-04 Jake Ehrlich[llvm-objcopy] Fix major layout bugs in llvm-objcopy
2017-10-04 Jakub Kuderski[Dominators] Take fast path when applying <=1 updates
2017-10-04 Simon Pilgrim[X86][SSE] Add support for lowering v8i16 binary shuffl...
2017-10-04 Francis Ricci[test] Fix append_path in the empty case
2017-10-04 Craig Topper[X86] Redefine MOVSS/MOVSD instructions to take VR128...
2017-10-04 Balaram Makam"[ARM] Mark flaky test MachineBranchProb.ll unsupported...
2017-10-04 Yonghong Songbpf: fix an insn encoding issue for neg insn
2017-10-04 Adam Nemet[OptRemark] Move YAML writing to IR
2017-10-04 Adam NemetAlso update MachineORE after r314874.
2017-10-04 Sanjay Patel[InstCombine] add 'exact' variants of all tests; NFC
2017-10-04 Clement Courbet[NFC] clang-format lib/Transforms/Scalar/MergeICmps.cpp
2017-10-04 Simon Pilgrim[X86][SSE] Early out from ComputeNumSignBitsForTargetNo...
2017-10-04 Simon Pilgrim[X86][SSE] Add support for lowering unary shuffles...
2017-10-04 George Rimar[gold-plugin] - Fix compilation after LLVM update ...
2017-10-04 Dylan McKay[AVR] Implement LPMWRdZ pseudo-instruction's expansion.
2017-10-04 Dylan McKay[AVR] Factor out mayLoad in tablegen patterns
2017-10-04 Dylan McKay[AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X`
2017-10-04 Dylan McKay[AVR] Insert JMP for long branches
2017-10-04 Dylan McKay[AVR] Fix displacement overflow for LDDW/STDW
2017-10-04 Oliver Stannard[ARM] Add diag string for movw/movt immediates in assembly
2017-10-04 Oliver Stannard[ARM, Asm] Change grammar of immediate operand diagnostics
2017-10-04 Jatin Bhateja[X86] Improvement in CodeGen instruction selection...
2017-10-04 Sean Eveson[llvm-cov] Fix showing title when filtering and not...
2017-10-04 George Rimar[MC] - Don't assert when non-english characters are...
2017-10-04 Mikael HolmenRecommit [UnreachableBlockElim] Use COPY if PHI input...
2017-10-04 Max Kazantsev[IRCE] Temporarily disable unsigned latch conditions...
2017-10-04 Mikael HolmenRevert r314879 "[UnreachableBlockElim] Use COPY if...
2017-10-04 Mikael Holmen[UnreachableBlockElim] Use COPY if PHI input is undef
2017-10-04 Martin Storsjo[X86] Fix using the SJLJ jump table on x86_64
2017-10-04 Adam NemetMove verbosity check for remarks to the diag handler
2017-10-04 Tim Shen[FuzzerUtil] Partially revert D38481 on FuzzerUtil
next