platform/upstream/llvm.git
2017-10-23 Simon Pilgrim[X86][F16C] Regenerate F16C schedule tests
2017-10-23 Ilya Biryukov[clangd] Updated outdated test comment. NFC.
2017-10-23 Artur GainullinTest commit.
2017-10-23 George Rimar[llvm-dwarfdump] - Teach tool about few GNU call_sites...
2017-10-23 Ayman Musa[X86] Add test for opportunity to use bzhi X86 instruct...
2017-10-23 Andrew V. TischenkoFix for Bug 30718 - Failure to disassemble certain...
2017-10-23 Martin Storsjo[MinGW] Omit libc++/libc++abi/libunwind from autoexporting
2017-10-23 Martin Storsjo[COFF] Fix exporting of functions starting with undersc...
2017-10-23 Martin Storsjo[COFF] Improve the check for functions that should...
2017-10-23 Haojian WuFix a -Wpedantic warning.
2017-10-23 Haojian Wu[rename] Don't overwrite the template argument when...
2017-10-23 Sam Parker[ARM] Allow unrolling of multi-block loops.
2017-10-23 Ilya Biryukov[clangd] Report proper kinds for 'Keyword' and 'Snippet...
2017-10-23 Richard SmithFor better compatibility with C++11 and C++14, emit...
2017-10-23 Craig Topper[X86] Update a doxygen comment in the disassembler...
2017-10-23 Craig Topper[X86] Fix disassembly of EVEX rounding control and...
2017-10-23 Petr Hosek[ELF] When placing orphans, handle case when last secti...
2017-10-22 Rui UeyamaAdd R_PPC_ADDR16_HI relocation support
2017-10-22 Rui UeyamaRemove a fast lookup table from MergeInputSection.
2017-10-22 Faisal Vali[c++2a] Update cxx_status w __VA_OPT__ marked as comple...
2017-10-22 Saleem AbdulrasoolExecutionEngine: make COFF Thumb2 assertions non-tautol...
2017-10-22 Yichao YuFix invalid ptrtoint in InstCombine
2017-10-22 Benjamin KramerCreate fewer copies of StringMaps. No functionality...
2017-10-22 Martin StorsjoMake HIDDEN_DIRECTIVE a function-like macro. NFCI.
2017-10-22 Benjamin Kramer[X86] Add missing override. NFC.
2017-10-22 Sanjay Patel[SimplifyCFG] delay switch condition forwarding to...
2017-10-22 Fangrui Song[utils] Support -mtriple=powerpc64
2017-10-22 Simon PilgrimStrip trailing whitespace. NFCI.
2017-10-22 Marina YatsinaAdd logic to greedy reg alloc to avoid bad eviction...
2017-10-22 Craig Topper[X86] More correctly support LIG and WIG for EVEX instr...
2017-10-22 Sanjay Patel[SimplifyCFG] try harder to forward switch condition...
2017-10-22 Faisal Vali[C++17] Fix PR34970 - tweak overload resolution for...
2017-10-22 Jan Veselyshared: Implement aligned vector stores (vstorea_half)
2017-10-22 Jan Veselyshared: Implement aligned vector loads (vloada_half)
2017-10-22 Momchil Velikov[ARM] Dynamic stack alignment for 16-bit Thumb
2017-10-22 Guy Blank[X86] Add a pass to convert instruction chains between...
2017-10-22 Nitesh Jain[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST...
2017-10-22 Nitesh Jain[Compiler-rt][MIPS] Fix cross build for XRAY.
2017-10-22 Craig Topper[X86] Teach the disassembler that some instructions...
2017-10-22 Craig Topper[X86] Add VEX_WIG to applicable AVX512 instructions.
2017-10-22 Craig Topper[X86] Add VEX_WIG to VROUNDSSrr/VROUNDSSrm/VROUNDSDrr...
2017-10-22 Craig Topper[X86] Don't allow gather/scatter to disassembler if...
2017-10-22 Rui UeyamaSimplify.
2017-10-21 Rui UeyamaAssume that mergeable input sections are smaller than...
2017-10-21 Aaron BallmanReverting r316278 due to failing build bots.
2017-10-21 Masud Rahman[libclang, bindings]: add spelling location
2017-10-21 Simon PilgrimStrip trailing whitespace. NFCI.
2017-10-21 Aaron BallmanReverting r316270 due to failing build bots.
2017-10-21 Aaron BallmanFix a typo with -fno-double-square-bracket-attributes...
2017-10-21 Simon Pilgrim[X86][SSE] Add extractps/pextrd equivalence to domain...
2017-10-21 Craig Topper[X86] Fix disassembling of EVEX instructions to stop...
2017-10-21 Simon PilgrimFix MSVC 'result of 32-bit shift implicitly converted...
2017-10-21 Fangrui Song[PPC CodeGen] Fix the bitreverse.i64 intrinsic.
2017-10-21 Aaron BallmanAdd release notes for the recent -fdouble-square-bracke...
2017-10-21 Roman Lebedev[Sema] Fixes for enum handling for tautological compari...
2017-10-21 Aaron BallmanFixing broken attribute documentation for __attribute__...
2017-10-21 Craig Topper[ValueTracking] Remove unnecessary temporary APInt...
2017-10-21 Craig Topper[ValueTracking] Simplify the known bits code for consta...
2017-10-21 Masud Rahman[bindings] allow null strings in Python 3
2017-10-21 Masud RahmanTest commit
2017-10-21 Simon Pilgrim[X86][SSE] Add missing extractps scheduling test
2017-10-21 David Green[LoopInterchange] Fix phi node ordering miscompile.
2017-10-21 NAKAMURA Takumiclang-tidy: Fix deps.
2017-10-21 Florian Hahn[SelectionDAG] Use dyn_cast without cast.
2017-10-21 Florian Hahn[SelectionDAG] Use isa to silence unused variable warni...
2017-10-21 Craig Topper[SelectionDAG] Don't subject ConstantSDNodes to the...
2017-10-21 Craig Topper[SelectionDAG] Don't subject ISD:Constant to the depth...
2017-10-21 Craig Topper[X86] Do not generate __multi3 for mul i128 on X86
2017-10-21 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-21 Rafael EspindolaDon't call buildSectionOrder multiple times.
2017-10-20 Sanjay Patel[CodeGen] add tests for __builtin_sqrt*; NFC
2017-10-20 George Karpenkov[Analyzer] Correctly handle parameters passed by refere...
2017-10-20 Rafael EspindolaRemove unused argument.
2017-10-20 Zachary Turner[clang-tidy] Remove MSVC inline assembly test from...
2017-10-20 Zachary Turner[clang-tidy] Don't error on MS-style inline assembly.
2017-10-20 Richard SmithImplement current CWG direction for support of arrays...
2017-10-20 Pavel Labathlldb-server tests: Propagate environment variables...
2017-10-20 Krzysztof Parzyszek[Packetizer] Add function to check for aliasing between...
2017-10-20 Sanjay Patel[utils, x86] add regex for retl/retq to reduce duplicat...
2017-10-20 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-20 Sam Clegg[WebAssembly] MC: Fix crash when -g specified.
2017-10-20 Jan Veselyamdgcn: Add missing datalayout info to .ll files
2017-10-20 Jan Veselyr600: Add missing datalayout to .ll files
2017-10-20 Daniel Sanders[globalisel][tablegen] Fix small spelling nits. NFC
2017-10-20 Krzysztof Parzyszek[Hexagon] Report error instead of crashing on wrong...
2017-10-20 Jonas HahnfeldRevert "[OpenMP] Avoid VLAs for some reductions on...
2017-10-20 Jonathan PeytonRestrict OMPT to OpenMP version 5.0 and remove old...
2017-10-20 Peter CollingbourneCOFF: Add type server pdb files to linkrepro tar file.
2017-10-20 Jonathan PeytonAdd license envirable for testing Intel compilers
2017-10-20 Pavel LabathRevert "Logging: Make sure logging machinery is in...
2017-10-20 Jonathan PeytonAdd C++ support for testcases
2017-10-20 Jonas Hahnfeld[OpenMP] Avoid VLAs for some reductions on array sections
2017-10-20 Krzysztof Parzyszek[Hexagon] Reorganize and update instruction patterns
2017-10-20 Jonathan PeytonApply formatting changes
2017-10-20 Simon Pilgrim[X86][SSE] Add missing _mm_extract_ps fast-isel test
2017-10-20 Erich KeaneAllow /showIncludes with /P
2017-10-20 Saleem AbdulrasoolGNU: do not read the FDE count if omitted
2017-10-20 Sanjay Patel[x86] avoid FileCheck assert duplication with retl...
2017-10-20 Simon Pilgrim[X86][SSE] getTargetShuffleMask - check shuffle input...
2017-10-20 Haojian Wu[clang-tidy] Add missing test files in r316090.
next