summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Change RDRAND to use PS instead of TB.Craig Topper2017-10-231-3/+3
* Pull X86 "CPUKind" checking into .cpp file. [NFC]Erich Keane2017-10-232-71/+73
* [X86] Change XRSTOR to use PS instead of TB to match XSAVE.Craig Topper2017-10-231-2/+2
* [X86][SSE] Remove AssertZext stage from PEXTRW/PEXTRB lowering. NFCI.Simon Pilgrim2017-10-233-33/+30
* clang-cl: Expose --version.Nico Weber2017-10-232-1/+3
* Update DPPD/DPPS instruction scheduling on btver2.Andrew V. Tischenko2017-10-233-6/+52
* [X86] Add PTWRITE instruction for assembler and disassembler.Craig Topper2017-10-235-2/+55
* [X86] Add RDPID instruction for assembler and disassembler.Craig Topper2017-10-236-3/+26
* [DAGCombine] Permit combining of shuffles of equivalent splat BUILD_VECTORsSimon Pilgrim2017-10-232-9/+17
* Support formatting formatv_objects.Sam McCall2017-10-233-4/+39
* Add the --version option.Rui Ueyama2017-10-233-0/+14
* [X86][SSE] Regenerate bitcast-and-setcc testsSimon Pilgrim2017-10-233-93/+93
* [clangd] Allow to pass code completion opts to ClangdServer.Ilya Biryukov2017-10-236-42/+306
* [X86][AVX2] Regenerate AVX2 intrinsics tests on 32 + 64-bit targetsSimon Pilgrim2017-10-233-2122/+1620
* [X86][AVX] Regenerate AVX intrinsics tests on 32 + 64-bit targetsSimon Pilgrim2017-10-233-562/+460
* [X86][F16C] Regenerate F16C schedule testsSimon Pilgrim2017-10-231-28/+28
* [clangd] Updated outdated test comment. NFC.Ilya Biryukov2017-10-231-1/+1
* Test commit.Artur Gainullin2017-10-231-0/+2
* [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.George Rimar2017-10-233-1/+124
* [X86] Add test for opportunity to use bzhi X86 instruction instead of load+an...Ayman Musa2017-10-231-0/+97
* Fix for Bug 30718 - Failure to disassemble certain MOV with rex.R. The issue ...Andrew V. Tischenko2017-10-232-2/+5
* [MinGW] Omit libc++/libc++abi/libunwind from autoexportingMartin Storsjo2017-10-231-0/+3
* [COFF] Fix exporting of functions starting with underscores, etcMartin Storsjo2017-10-234-11/+95
* [COFF] Improve the check for functions that should get an extra underscoreMartin Storsjo2017-10-232-5/+24
* Fix a -Wpedantic warning.Haojian Wu2017-10-231-1/+1
* [rename] Don't overwrite the template argument when renaming a template funct...Haojian Wu2017-10-232-1/+25
* [ARM] Allow unrolling of multi-block loops.Sam Parker2017-10-232-16/+351
* [clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.Ilya Biryukov2017-10-232-3/+56
* For better compatibility with C++11 and C++14, emit a nondiscardable definitionRichard Smith2017-10-232-7/+17
* [X86] Update a doxygen comment in the disassembler tablegen code. NFCCraig Topper2017-10-231-0/+1
* [X86] Fix disassembly of EVEX rounding control and SAE instructions.Craig Topper2017-10-238-57/+252
* [ELF] When placing orphans, handle case when last section is deadPetr Hosek2017-10-232-6/+33
* Add R_PPC_ADDR16_HI relocation supportRui Ueyama2017-10-222-5/+22
* Remove a fast lookup table from MergeInputSection.Rui Ueyama2017-10-222-20/+2
* [c++2a] Update cxx_status w __VA_OPT__ marked as completed in SVN.Faisal Vali2017-10-221-1/+1
* ExecutionEngine: make COFF Thumb2 assertions non-tautologicalSaleem Abdulrasool2017-10-221-25/+11
* Fix invalid ptrtoint in InstCombineYichao Yu2017-10-222-2/+49
* Create fewer copies of StringMaps. No functionality change intended.Benjamin Kramer2017-10-223-3/+3
* Make HIDDEN_DIRECTIVE a function-like macro. NFCI.Martin Storsjo2017-10-221-16/+9
* [X86] Add missing override. NFC.Benjamin Kramer2017-10-221-3/+1
* [SimplifyCFG] delay switch condition forwarding to -latesimplifycfgSanjay Patel2017-10-224-10/+18
* [utils] Support -mtriple=powerpc64Fangrui Song2017-10-221-2/+3
* Strip trailing whitespace. NFCI.Simon Pilgrim2017-10-221-2/+2
* Add logic to greedy reg alloc to avoid bad eviction chainsMarina Yatsina2017-10-2210-20/+881
* [X86] More correctly support LIG and WIG for EVEX instructions in the disasse...Craig Topper2017-10-221-74/+168
* [SimplifyCFG] try harder to forward switch condition to phi (PR34471)Sanjay Patel2017-10-222-9/+35
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-229-30/+96
* shared: Implement aligned vector stores (vstorea_half)Jan Vesely2017-10-223-33/+59
* shared: Implement aligned vector loads (vloada_half)Jan Vesely2017-10-223-27/+49
* [ARM] Dynamic stack alignment for 16-bit ThumbMomchil Velikov2017-10-226-24/+53
OpenPOWER on IntegriCloud