OSDN Git Service

android-x86/external-llvm.git
2018-09-05 JF BastienNFC: more memset inline arm64 coverage
2018-09-05 Nico WeberHandle zero-length debug directory entries.
2018-09-05 Sanjay Patel[DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x))
2018-09-05 Dean Michael... [XRay] Use a function to return a constant
2018-09-05 Krzysztof Parzyszek[Hexagon] Ignore unnamed globals in HexagonConstExtenders
2018-09-05 Dean Michael... [XRay] Use `const` instead of `constexpr` in storage...
2018-09-05 Kirill Bobyrev[benchmark] Fix 32-bit build failure
2018-09-05 Benjamin Kramer[ControlHeightReduction] Remove unused includes
2018-09-05 Jordan Rupprecht[llvm-strip] Support stripping multiple input files
2018-09-05 Benjamin Kramer[Aggressive InstCombine] Move C bindings to their own...
2018-09-05 Jonas Devlieghere[DebugInfo] Normalize common kinds of DWARF sub-express...
2018-09-05 Max Kazantsev[NFC] Add test on full IV widening
2018-09-05 Sander de SmalenRemove FrameAccess struct from hasLoadFromStackSlot
2018-09-05 Dean Michael... [XRay] Add a RecordPrinter visitor for FDR Records
2018-09-05 Hsiangkai Wang[DebugInfo] Fix bug in LiveDebugVariables.
2018-09-05 Richard TrieuPrevent unsigned overflow.
2018-09-05 Fangrui SongFix -Wunused-function in release build after rL341386
2018-09-05 Heejin Ahn[WebAssembly] clang-format (NFC)
2018-09-05 Reid KlecknerFix -Wunused-private-variable on non-Windows
2018-09-05 Reid Kleckner[Windows] Convert from UTF-8 to UTF-16 when writing...
2018-09-04 Sanjay Patel[InstCombine] fix xor-or-xor fold to check uses and...
2018-09-04 Sanjay Patel[InstCombine] update tests checks; NFC
2018-09-04 Wouter van... [WebAssembly] Fixed stale assert message in WebAssembly...
2018-09-04 Steven Wu[ThinLTO] Fix memory corruption in ThinLTOCodeGenerator...
2018-09-04 Jordan Rupprecht[llvm-strip] Allow copying relocation sections without...
2018-09-04 Zhaoshi ZhengRevert "Revert r341269: [Constant Hoisting] Hoisting...
2018-09-04 Anna Thomas[LV] First order recurrence phis should not be treated...
2018-09-04 Sanjay Patel[InstCombine] add tests for xor-or-xor fold; NFC
2018-09-04 Thomas Lively[WebAssembly][NFC] Add colon to label in test
2018-09-04 Scott Linder[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
2018-09-04 Hiroshi YamauchiFix a memory leak after rL341386.
2018-09-04 Thomas Lively[WebAssembly][NFC] Fix formatting and tests
2018-09-04 Sanjay Patel[InstCombine] make ((X & C) ^ C) form consistent for...
2018-09-04 Krzysztof Parzyszek[Hexagon] Don't packetize new-value stores with any...
2018-09-04 Jessica Paquette[NFC] Improve clarity in emitInstrCountChangedRemark
2018-09-04 JF BastienNFC: expand memset inline arm64 coverage
2018-09-04 Sanjay Patel[InstCombine] simplify code for xor folds; NFCI
2018-09-04 Martin Storsjo[MinGW] Move code for indicating "potentially not DSO...
2018-09-04 Martin Storsjo[MinGW] [AArch64] Add stubs for potential automatic...
2018-09-04 Reid KlecknerFix unused variable warning
2018-09-04 Fedor Sergeev[SimpleLoopUnswitch] remove a chain of dead blocks...
2018-09-04 Jordan Rupprecht[Codegen] Fix test added in rL341380: AArch64SelectionD...
2018-09-04 David BolvanskySet console mode when -fansi-escape-codes is enabled
2018-09-04 Petr Hosek[CMake] Provide a custom target to install LLVM libraries
2018-09-04 Sanjay Patel[InstCombine] improve xor+and/or tests
2018-09-04 Matt ArsenaultAMDGPU: Fix DAG divergence not reporting flat loads
2018-09-04 Matt ArsenaultDAG: Factor out helper function for odd vector sizes
2018-09-04 Hiroshi YamauchiFix build failures after rL341386.
2018-09-04 Dan Gohman[WebAssembly] Fix operand rewriting in inline asm lowering.
2018-09-04 Hiroshi Yamauchi[PGO] Control Height Reduction
2018-09-04 Scott Linder[CodeGen] Fix remaining zext() assertions in SelectionDAG
2018-09-04 Francis Visoiu... [MachO] Fix inconsistency between error messages when...
2018-09-04 Francis Visoiu... [MachO] Fix LC_DYSYMTAB validation for external symbols
2018-09-04 Jonas Devlieghere[dwarfdump] Improve -diff option by hiding more data.
2018-09-04 Chandler CarruthRevert r341269: [Constant Hoisting] Hoisting Constant...
2018-09-04 Sven van HaastregtFix some Wundef warnings in Compiler.h
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-09-04 Aaron BallmanDisable -Wnoexcept-type due to false positives with...
2018-09-04 Chandler CarruthRevert r341342: Dwarf .debug section compression suppor...
2018-09-04 Chandler Carruth[x86/SLH] Teach SLH to harden against the "ret2spec...
2018-09-04 Kristina BrooksDo not leak the Mach host port in sys::getHostCPUName()
2018-09-04 Chandler Carruth[x86/SLH] Teach SLH to harden indirect branches and...
2018-09-04 Nicola Zaghen[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C...
2018-09-04 Fedor Sergeev[NFC] correcting patterns in time-passes test to fix...
2018-09-04 Max Kazantsev[NFC] Add assert to detect LCSSA breaches early
2018-09-04 Fedor Sergeev[PassTiming] reporting time-passes separately for multi...
2018-09-04 Max Kazantsev[IndVars] Fix usage of SCEVExpander to not mess with...
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] clang-formating Object.cpp
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] Fixing a ubi-san problem with unali...
2018-09-03 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-03 Sanjay Patel[AArch64][x86] add tests for pow(x, 0.25); NFC
2018-09-03 Simon Atanasyan[mips] Disable the selection of mixed microMIPS/MIPS...
2018-09-03 Sanjay Patel[InstCombine] simplify xor/not folds; NFCI
2018-09-03 Sanjay Patel[InstCombine] allow add+not --> sub for arbitrary vecto...
2018-09-03 Brian GesiakRevert r341329 due to MSAN error
2018-09-03 Sanjay Patel[InstCombine] consolidate tests for ~(X+C); NFC
2018-09-03 Sid ManningRevert [Hexagon] Add support for getRegisterByName.
2018-09-03 Florian Hahn[SLC] Support expanding pow(x, n+0.5) to x * x * ....
2018-09-03 Brian GesiakRe-push "[Option] Fix PR37006 prefix choice in findNearest"
2018-09-03 Andrea Di Biagio[X86] Remove wrong ReadAdvance from multiclass sse_fp_u...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Matt ArsenaultDAG: Handle extract_vector_elt in isKnownNeverNaN
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-09-03 Jonas Devlieghere[DebugInfo] Have the verifier accept missing linkage...
2018-09-03 Martin Storsjo[AArch64] Simplify code in LowerGlobalAddress. NFCI.
2018-09-03 Daniel Cederman[Sparc] allow tls_add/tls_call syntax in assembler...
2018-09-03 Sander de SmalenFix issue introduced by r341301 that broke buildbot.
2018-09-03 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-03 Carlos Alberto... Test commit.
2018-09-03 Sander de SmalenExtend hasStoreToStackSlot with list of FI accesses.
2018-09-03 Carlos Alberto... Test commit - adding a new line.
2018-09-03 Kristina Brooks[MC] - ConstantPools.cpp: Style consistency, remove...
2018-09-03 QingShan Zhang[PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8
2018-09-02 Sanjay Patel[InstCombine] allow not+sub fold for arbitrary vector...
2018-09-02 Sanjay Patel[InstCombine] move/add tests for not+sub; NFC
2018-09-02 Hsiangkai WangRevert "[DebugInfo] Fix bug in LiveDebugVariables."
2018-09-02 Hsiangkai Wang[DebugInfo] Fix bug in LiveDebugVariables.
2018-09-02 Sanjay Patel[Reassociate] swap binop operands to increase factoring...
2018-09-02 Roman Lebedev[DAGCombine] optimizeSetCCOfSignedTruncationCheck(...
2018-09-02 Lang Hamesclang-format r341282.
next