OSDN Git Service

android-x86/external-llvm.git
2018-09-06 Martin Storsjo[llvm-ar] Move a variable declaration closer to where...
2018-09-06 Sanjay Patel[x86] add tests for pow --> cbrt; NFC
2018-09-06 Scott LinderMove init code in AArch64SelectionDAGTest to SetUpTestC...
2018-09-06 Martin Storsjo[llvm-ar] Support * as comment char in MRI scripts
2018-09-06 Jonas Devlieghere[dsymutil] Reduce peak memory usage for the single...
2018-09-06 Matt ArsenaultAMDGPU: Remove old hack for function addresses
2018-09-06 Michael Berg[NFC] - in preparation for adding nsw, nuw and exact...
2018-09-06 Zachary TurnerFix a warning.
2018-09-06 Sanjay Patel[InstCombine] add xor+not folds
2018-09-06 JF BastienARM64: improve non-zero memset isel by ~2x
2018-09-06 Sanjay Patel[InstCombine] add tests for xor-not; NFC
2018-09-06 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-06 Alexander Potapenko[MSan] store origins for variadic function parameters...
2018-09-06 Alex Bradbury[RISCV][NFC] Rework test/MC/RISCV/rv{32,64}* to allow...
2018-09-06 Sanjay Patel[InstCombine] fix formatting in SimplifyDemandedVectorE...
2018-09-06 Alexander Potapenko[MSan] revert r341528 to unbreak the bots
2018-09-06 Florian Hahn[LoopInterchange] Cleanup unused variables.
2018-09-06 Sven van HaastregtFix argument type in MachineInstr::hasPropertyInBundle
2018-09-06 Florian Hahn[LoopInterchange] Move preheader creation to transform...
2018-09-06 Max Kazantsev[NFC] Simplify inner structure of InstructionPrecedence...
2018-09-06 Alexander Potapenko[MSan] store origins for variadic function parameters...
2018-09-06 David Green[SLC] Add an alignment to CreateGlobalString
2018-09-06 Max KazantsevReturn "[NFC] Add severe validation of InstructionPrece...
2018-09-06 Alexander Potapenko[MSan] Make sure variadic function arguments do not...
2018-09-06 Dean Michael... [XRay] Add a BlockIndexer visitor for FDR Records.
2018-09-06 Max KazantsevRevert "[IndVars] Turn isValidRewrite into an assertion...
2018-09-06 Max Kazantsev[IndVars] Turn isValidRewrite into an assertion
2018-09-06 Max KazantsevRevert rL341509 to fix massive failures on buildbots
2018-09-06 Hsiangkai Wang[DebugInfo] Do not generate label debug info if it...
2018-09-06 Craig Topper[X86][Assembler] Allow %eip as a register in 32-bit...
2018-09-06 Fangrui Song[llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`)...
2018-09-06 Fangrui Song[llvm-dwp] Use buffer_stream if output file is not...
2018-09-06 Zachary TurnerFix some warnings.
2018-09-05 Zachary TurnerFix silly error in unittest helper.
2018-09-05 JF BastienNFC: improve ARM64 isFPImmLegal debug print
2018-09-05 Zachary Turner[PDB] Refactor the PDB symbol classes to fix a reuse...
2018-09-05 Zachary TurnerAdd support for unittest inputs.
2018-09-05 Lang HamesRemove some unnecessary constructor arguments.
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...
next