OSDN Git Service

android-x86/external-llvm.git
2018-09-18 whitequark[NFC][OCaml] Fix copy paste error in file header
2018-09-18 whitequark[NFC][OCaml] Fix implicit declaration compilation warnings
2018-09-18 whitequark[LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructTy...
2018-09-18 whitequark[LLVM-C] Add support for ConstantExpr in LLVMGetNumIndi...
2018-09-18 whitequark[OCaml] Add OCaml APIs for Invoke arguments and destina...
2018-09-18 Volodymyr SapsaiRevert "[ARM] Cleanup ARM CGP isSupportedValue"
2018-09-18 Reid KlecknerWork around grep vs. CRLF issue in Thumb2 test by match...
2018-09-18 whitequark[OCaml] Add GlobalIFunc value kind to OCaml API
2018-09-18 whitequark[OCaml] Add Token type to kind enum in OCaml API
2018-09-18 whitequark[OCaml] Add missing instruction opcodes to OCaml API
2018-09-17 Alina Sbirlea[EarlyCSEwMemorySSA] Add MSSA verification and tests...
2018-09-17 Zachary TurnerAdd #include <cassert>
2018-09-17 Simon Atanasyan[mips] Fix MIPS N32 ABI triples support
2018-09-17 Zachary Turner[PDB] Make the native reader support enumerators.
2018-09-17 Zachary Turner[PDB] Make the native reader support modified types.
2018-09-17 Nirav Dave[MC] Avoid inlining constant symbols with variants.
2018-09-17 Michael Kruse[Loopinfo] Remove one latch-case in getLoopID. NFC.
2018-09-17 Jessica Paquette[MachineOutliner][NFC] Don't map more illegal instrs...
2018-09-17 Keno Fischer[X86ISel] Implement byval lowering for Win64 calling...
2018-09-17 Stanislav Mekhanoshin[AMDGPU] Initialize instruction itinerary from GCNSubtarget
2018-09-17 Alexander KornienkoRevert "[DWARF] reposting r342048, which was reverted...
2018-09-17 Xin Tong[CVP] Handle instructions with no user. No need to...
2018-09-17 Amara EmersonRevert "Revert r342183 "[DAGCombine] Fix crash when...
2018-09-17 Jonas Devlieghere[DebugInfo] Remove redundant argument. [NFC]
2018-09-17 Sam Parker[ARM] Cleanup ARM CGP isSupportedValue
2018-09-17 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2018-09-17 Sam Parker[ARM] Disallow icmp with negative imm and overflow
2018-09-17 Matt ArsenaultFix vectorization of canonicalize
2018-09-17 Alexandros... [GVNHoist] Re-enable GVNHoist by default
2018-09-17 Alexander KornienkoUse createTemporaryFile in SampleProfTest
2018-09-17 Guillaume Chatelet[llvm-exegesis] Add predefined floating point values...
2018-09-17 Strahinja Petrovic[PowerPC] Fix label address calculation for ppc64
2018-09-17 James HendersonReland r342233: [ThinLTO] Allow setting of maximum...
2018-09-17 Alexander Shaposhnikov[llvm-objcopy] Add missing alias for --strip-all-gnu
2018-09-17 Max Kazantsev[NFC] Turn unsigned counters into boolean flags
2018-09-16 Kristina Brooks[DebugInfo] Fix build when std::vector::iterator is...
2018-09-16 Simon Pilgrim[X86][SSE] Always enable ISD::SRL -> ISD::MULHU for...
2018-09-16 Simon Pilgrim[X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16
2018-09-16 Sanjay Patel[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
2018-09-16 Sanjay Patel[x86] fix uses check in broadcast transform (PR38949)
2018-09-16 Sanjay Patel[x86] add failure to splat test (PR38949); NFC
2018-09-16 Roman Lebedev[NFC][InstCombine] One more test pattern for comparison...
2018-09-16 Simon PilgrimFix -Wdangling-else gcc warning. NFCI.
2018-09-16 Roman Lebedev[NFC][InstCombine] Some more tests for comparisons...
2018-09-15 Fangrui Song[llvm-readobj] Make some commonly used short options...
2018-09-15 Nico WeberRevert r342148 (and follow-on fix attempts r342154...
2018-09-15 Craig Topper[InstCombine] Support (sub (sext x), (sext y)) -->...
2018-09-15 Nico WeberGive InfoStreamBuilder an opt-in method to write a...
2018-09-15 Nico WeberUpdate microsoftDemangle() to work more like itaniumDem...
2018-09-15 Simon Pilgrim[X86][SSE] Fix insertps load combine test name
2018-09-15 Craig Topper[X86] Remove an fp->int->fp domain crossing in LowerUIN...
2018-09-15 Craig Topper[X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -...
2018-09-15 Fedor Sergeev[NFC] minor cleanup in PassManagerInternal.h
2018-09-15 Sanjay Patel[InstCombine][x86] try harder to convert blendv intrins...
2018-09-15 Simon PilgrimFix line endings. NFCI.
2018-09-15 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-15 Vedant Kumar[CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
2018-09-15 Thomas Lively[WebAssembly][NFC] Generalize operand numbers in SIMD...
2018-09-15 Thomas Lively[WebAssembly] SIMD shifts
2018-09-15 Wei MiFix filesystem race issue in SampleProfTest introduced...
2018-09-14 Thomas Lively[WebAssembly] SIMD neg
2018-09-14 Zachary Turner[PDB] Make the pretty dumper output modified types.
2018-09-14 Craig Topper[BreakFalseDeps] Fix bad formatting. NFC
2018-09-14 Sanjay Patel[InstCombine] refactor mul narrowing folds; NFCI
2018-09-14 Adrian PrantlAttempt to unbreak the build after r342286.
2018-09-14 Sanjay Patel[InstCombine] add/use overflowing math helper functions...
2018-09-14 Lion Yang[PowerPC] Fix the calling convention for i1 arguments...
2018-09-14 Thomas Lively[WebAssembly][NFC] Move SIMD encoding tests to dedicate...
2018-09-14 Zachary TurnerAdd missing include.
2018-09-14 Reid Kleckner[codeview] Remove dead code
2018-09-14 Zachary Turner[PDB] Refactor a little of the Symbol creation code.
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-09-14 Fangrui Songtest/Other/can-execute.txt: delete %t after the test
2018-09-14 Sanjay Patel[InstCombine] refactor add narrowing folds; NFCI
2018-09-14 Sebastian PopHotColdSplit: fix invalid SSA due to outlining
2018-09-14 Sebastian PopHotColdSplit: fix isSingleEntrySingleExit
2018-09-14 Sebastian PopHotColdSplit: add back propagation to extend cold regions
2018-09-14 Sanjay Patel[InstCombine] add more tests for add narrowing folds...
2018-09-14 Thomas Lively[WebAssembly][NFC] Fix unconventional test names
2018-09-14 Reid KlecknerRemove unused DIASession field
2018-09-14 Konstantin... AMDGPU: Clear the bits before they are being set in...
2018-09-14 Alex LangfordFix lit/example/many-tests pickling issue
2018-09-14 Lion YangTest commit access
2018-09-14 Reid KlecknerRevert r342183 "[DAGCombine] Fix crash when store mergi...
2018-09-14 Adrian PrantlFix debug info for SelectionDAG legalization of DAG...
2018-09-14 Steven Wu[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
2018-09-14 Reid KlecknerRevert r342210 "[ARM] bottom-top mul support in ARMPara...
2018-09-14 Simon PilgrimRevert a line-endings change that somehow got included...
2018-09-14 Simon Pilgrim[X86][SSE] Lower shuffles to permute(unpack(x,y)) ...
2018-09-14 Craig Topper[X86] Re-generate test checks using current version...
2018-09-14 Sanjay Patel[InstCombine] rename test file to better describe the...
2018-09-14 Sanjay Patel[InstCombine] remove unnecessary target constraints...
2018-09-14 Sanjay Patel[InstCombine] move test next to related tests; NFC
2018-09-14 Sanjay Patel[InstCombine] remove stall comment from test file; NFC
2018-09-14 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-09-14 Nico WeberIntroduce explicit add_unittest_with_input_files target...
2018-09-14 Adrian Prantlfix noasserts build
2018-09-14 Adrian PrantlSelectionDAG: Add compact SDDbgValue representation...
2018-09-14 James HendersonRevert r342233.
2018-09-14 Adrian Prantlfix typos
next