OSDN Git Service

android-x86/external-llvm.git
2017-06-01 Davide Italiano[PM] GVNSink is off by default, fix an obvious typo.
2017-06-01 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-01 Zachary TurnerFix 2 more -Wreorder warnings.
2017-06-01 Tim Shen[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change...
2017-06-01 Davide ItalianoMove GVNHoist to the right position in the new pass...
2017-06-01 Xinliang David LiFix compiler_rt buildbot failure
2017-06-01 Keno FischerReapply "[Cloning] Take another pass at properly clonin...
2017-06-01 Zachary TurnerFix -Wreorder warnings.
2017-06-01 Zachary Turner[CodeView] Properly align symbol records on read/write.
2017-06-01 Yaxun Liu[AMDGPU] Fix kernel arg segment size for amdgizcl
2017-06-01 Eli FriedmanAdd opt-bisect support for region passes.
2017-06-01 Craig Topper[InstSimplify][ConstantFolding] Add test demonstrating...
2017-06-01 Adrian PrantlDbgValueHistoryCalculator: Ignore call instructions...
2017-06-01 Teresa Johnson[PGO] Adjust indirect call promotion threshold
2017-06-01 Keno Fischer[llvm-config] Don't use PATH_MAX
2017-06-01 Keno Fischer[DIBuilder] Add a more fine-grained finalization method
2017-06-01 Evgeniy Stepanov(NFC) Track global summary liveness in GVFlags.
2017-06-01 Nirav Dave[SDAG] Fix CombineTo ordering in visitZERO_EXTEND and...
2017-06-01 Keno Fischer[llvm-config] Report --bindir based on LLVM_TOOLS_INSTA...
2017-06-01 David BlaikiePrefer static namespace-scoped variables over anon...
2017-06-01 Haicheng Wu[InlineCost] Add a test case for GEP cost
2017-06-01 Xinliang David Li[Profile] Fix builtin_expect lowering bug
2017-06-01 Xinliang David Li[PartialInlining] Emit branch info and profile data...
2017-06-01 Mandeep Singh... [PredicateInfo] Fix non-determinism in codegen uncovere...
2017-06-01 Adrian Prantl[DWARF] Introduce Dump Options
2017-06-01 Krzysztof Parzyszek[Hexagon] Fix dependence check in the packetizer
2017-06-01 Krzysztof Parzyszek[Hexagon] Handle long-running simplification loop in...
2017-06-01 Amaury SechetRemove ADDC, ADDE, SUBC, SUBE and SETCCE support from...
2017-06-01 Matt ArsenaultAMDGPU: Remove error on call in AsmPrinter
2017-06-01 Matt ArsenaultDAG: Remove pointless type check
2017-06-01 Matt ArsenaultAMDGPU: Set high getCSRFirstUseCost
2017-06-01 Amaury SechetFix addcarry-crash.ll
2017-06-01 Amaury SechetAdd regression test for the addcarry crash. See D33770...
2017-06-01 Florian Hahn[ARM] Create relocations for Thumb functions calling...
2017-06-01 Kamil Rytarowski[Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl...
2017-06-01 Amaury SechetOnly generate addcarry node when it is legal.
2017-06-01 Chandler Carruth[PM/ThinLTO] Port the ThinLTO pipeline (both components...
2017-06-01 Zvi Rackover[X86] Match bitcast of vxi1 to pmovmsk
2017-06-01 Amaury SechetDo not legalize large setcc with setcce, introduce...
2017-06-01 Amaury SechetRemove ISD::SETCC match from combineX86ADD. It's done...
2017-06-01 Amaury Sechet[DAGCombine] Refactor common addcarry pattern.
2017-06-01 Amaury Sechet[DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0...
2017-06-01 Kristof BeylsMake mcpu=generic the default for armv7-a and armv8-a.
2017-06-01 Craig Topper[TableGen] Remove RecordVal constructor that takes...
2017-06-01 Craig Topper[TableGen] Remove code for renaming anonymous register...
2017-06-01 Craig Topper[TableGen] Use StringRef to capture getValueAsString...
2017-06-01 Tim Shen[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
2017-06-01 Xinliang David Li[PartialInlining] Reduce outlining overhead by removing...
2017-05-31 Dehao ChenAdd LiveRangeShrink pass to shrink live range within BB.
2017-05-31 Eli Friedman[docs] Update name of vectorization interleave flag.
2017-05-31 Reid Kleckner[EH] Recognize __(gxx|gcc)_personality_seh0 as the...
2017-05-31 Matthias BraunImplicitNullChecks: Clear kill/dead flags when moving...
2017-05-31 Reid KlecknerCheck hasPersonalityFn before calling getPersonalityFn
2017-05-31 Reid Kleckner[EH] Fix the LSDA that we emit for unknown EH personalities
2017-05-31 Steven Wu[MachOObject] Fix bind opcode parser error on valid...
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Vedant KumarAvoid a UB pointer overflow in the ArrayRef unit test
2017-05-31 Wei MiRevert rL304050. It may break sanitizer bootstrap....
2017-05-31 Matthias BraunTry to fix buildbots
2017-05-31 Craig Topper[TableGen] Adapt more places to getValueAsString now...
2017-05-31 Matthias BraunX86FloatingPoint: Fix livein lists
2017-05-31 Matthias BraunX86FloatingPoint: Add some static assert, cleanup; NFC
2017-05-31 Galina KistanovaAdded missing break; added LLVM_FALLTHROUGH to address...
2017-05-31 Kostya Serebryany[libFuzzer] fix a test to match the new sanitizer run...
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Reid Kleckner[IR] Add additional addParamAttr/removeParamAttr to...
2017-05-31 Craig Topper[TableGen] Make Record::getValueAsString and getValueAs...
2017-05-31 Craig Topper[BPF] Correct the file name of the -gen-asm-matcher...
2017-05-31 Teresa Johnson[ThinLTO] Reduce unnecessary map lookups during combine...
2017-05-31 Nirav Dave[ScheduleDAG] Deal with already scheduled loads in...
2017-05-31 Matthias BraunTargetMachine: Indicate whether machine verifier passes.
2017-05-31 Kostya Serebryany[sanitizer-coverage] remove stale code (old coverage...
2017-05-31 Sean Fertile[PowerPC] Correctly specify the cache line size for...
2017-05-31 Anna ThomasRevert "[Atomics][LoopIdiom] Recognize unordered atomic...
2017-05-31 Zaara Syeda[PPC] Inline expansion of memcmp
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Mark Searles[AMDGPU] Fix bugs in new waitcnt pass. Add test.
2017-05-31 Anna Thomas[Atomics][LoopIdiom] Recognize unordered atomic memcpy
2017-05-31 Dmitry Preobrazhensky[AMDGPU][MC] New syntax for ds_swizzle_b32 offset
2017-05-31 Florian Hahn[AArch64] Enable FeatureFuseAES on Cortex-A53.
2017-05-31 Florian Hahn[AArch64] Enable FeatureFuseAES on Cortex-A73.
2017-05-31 Reid KlecknerFix assertion when merging multiple empty AttributeLists
2017-05-31 Nirav Dave[DAG] Avoid use of stale store.
2017-05-31 Tony Jiang[PowerPC] Fix a performance bug for PPC::XXPERMDI.
2017-05-31 Amaury SechetRegenerate xchg-nofold.ll expected results. NFC.
2017-05-31 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-05-31 Dylan McKay[AVR] Fix a big in shift operator lowering; Authored...
2017-05-31 Dylan McKay[AVR] CPIRdK can only work with r16..r31; Authored...
2017-05-31 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-05-31 Craig Topper[TableGen] Implement non-const versions of Record:...
2017-05-31 Craig Topper[TableGen] Make one of RecordVal's constructors delegat...
2017-05-31 Zachary Turner[ObjectYAML] Split CodeViewYAML into 3 pieces.
2017-05-31 Gor Nishanov[coroutines] Call initializePass in coroutine pass...
2017-05-31 George Burgess IV[CFLAA] Add missing break; note things are broken.
2017-05-31 Matthias BraunX86FrameLowering: No need to mark FP as live-in everywhere
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Daniel BerlinNewGVN: Fix PR 33185 by checking whether we need to...
next