OSDN Git Service

android-x86/external-llvm.git
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...
2017-05-31 Daniel BerlinFix test that wasn't update_test_check'd
2017-05-31 Daniel BerlinInstructionSimplify: Remove now-redundant reachability...
2017-05-31 Vedant KumarMark a test as requiring a default triple
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-05-31 Matthias BraunARM: Fix cmpxchg O0 expansion
2017-05-31 Matthias BraunARM: Do not add reserved registers to block livein...
2017-05-31 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-05-31 Vedant KumarFix CodeView-related modules build failures post-r304248
2017-05-31 Zachary Turner[ObjectYAML] Clean up the CodeView headers a bit.
2017-05-31 Alina SbirleaFix misspelling
2017-05-31 Abderrazek... Add latency info for Exynos interleaved Load/Store...
2017-05-30 Zachary TurnerTry to fix build again.
2017-05-30 Zachary Turner[CodeView] Move CodeView symbol yaml logic to ObjectYAML.
2017-05-30 Eric BeckmannFix bug on Big-Endian system, due to reference to vecto...
2017-05-30 Matthias BraunMachineInstr: Do not skip dead def operands when printing.
2017-05-30 Eric BeckmannThis patch should fix various clang warnings and a...
2017-05-30 Tim Shen[AntiDepBreaker] Revert r299124 and add a test.
2017-05-30 Tim NorthoverMIR: update test for noVRegs removal.
2017-05-30 Zachary TurnerTry to fix build.
2017-05-30 Zachary Turner[CodeView] Move CodeView YAML code to ObjectYAML.
2017-05-30 Matthias BraunTargetPassConfig: Keep a reference to an LLVMTargetMach...
2017-05-30 Tim NorthoverMIR: remove explicit "noVRegs" property.
2017-05-30 Xinliang David Li[PartialInlining] Shrinkwrap allocas with live range...
2017-05-30 Quentin Colombet[Localizer] Don't trick to be smart for the insertion...
2017-05-30 Ben Langmuir[llvm-config] Fix cflags test looking for "warning"
2017-05-30 Matthew Simpson[LV] Reapply r303763 with fix for PR33193
2017-05-30 Benjamin Kramer[Object] Remove unused field + constructor.
2017-05-30 Benjamin Kramer[Object] Fix pessimizing move.
2017-05-30 Vedant KumarRevert "This patch closes PR28513: an optimization...
2017-05-30 Galina KistanovaAdded missing break.
2017-05-30 Keno FischerRevert "[Cloning] Take another pass at properly cloning...
2017-05-30 Matthias BraunARM: Add missing flags to TBB_[JH]T pseudo instructions
2017-05-30 Keno Fischer[Cloning] Take another pass at properly cloning debug...
2017-05-30 Eric BeckmannAdding parsing ability for .res file.
2017-05-30 Craig Topper[InstCombine] Add test cases to show missed opportuniti...
2017-05-30 Krzysztof Parzyszek[Hexagon] Improve code generation for 32x32-bit multipl...
2017-05-30 Zachary Turner[CodeView] Add more DebugSubsection implementations.
2017-05-30 Craig Topper[SelectionDAG] Remove special case for ISD::FPOWI from...
2017-05-30 Stanislav Mekhanoshin[AMDGPU] Allow SDWA in instructions with immediates...
2017-05-30 Zachary Turner[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
2017-05-30 Mark Searles [AMDGPU] Require waitcnt before barrier for all...
2017-05-30 Craig Topper[SelectionDAG] Set ISD::FPOWI to Expand by default
2017-05-30 Andrew V. TischenkoThis patch closes PR28513: an optimization of multiplic...
2017-05-30 Max Kazantsev[SCEV][NFC] Remove redundant params from isAvailableAtL...
2017-05-30 Ulrich Weigand[SystemZ] Add decimal floating-point instructions
2017-05-30 Ulrich Weigand[SystemZ] Add hexadecimal floating-point instructions
2017-05-30 Ulrich Weigand[SystemZ] Add missing assembler/disassembler tests
2017-05-30 Oliver Stannard[MC] Fix constant pools with DenseMap sentinel values
2017-05-30 Zoran Jovanovic[mips] Expansion of LI.S and LI.D
next