summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [X86] Add a pass to convert instruction chains between domains.Guy Blank2017-10-2212-666/+3277
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain2017-10-226-16/+122
* [Compiler-rt][MIPS] Fix cross build for XRAY.Nitesh Jain2017-10-221-2/+8
* [X86] Teach the disassembler that some instructions use VEX.W==0 without a co...Craig Topper2017-10-224-16/+32
* [X86] Add VEX_WIG to applicable AVX512 instructions.Craig Topper2017-10-221-41/+43
* [X86] Add VEX_WIG to VROUNDSSrr/VROUNDSSrm/VROUNDSDrr/VROUNDSDrmCraig Topper2017-10-221-1/+1
* [X86] Don't allow gather/scatter to disassembler if memory operand does not u...Craig Topper2017-10-222-0/+8
* Simplify.Rui Ueyama2017-10-221-11/+9
* Assume that mergeable input sections are smaller than 4 GiB.Rui Ueyama2017-10-213-38/+39
* Reverting r316278 due to failing build bots.Aaron Ballman2017-10-213-104/+26
* [libclang, bindings]: add spelling locationMasud Rahman2017-10-213-26/+104
* Strip trailing whitespace. NFCI.Simon Pilgrim2017-10-211-4/+4
* Reverting r316270 due to failing build bots.Aaron Ballman2017-10-212-24/+22
* Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...Aaron Ballman2017-10-213-2/+17
* [X86][SSE] Add extractps/pextrd equivalence to domain tablesSimon Pilgrim2017-10-2114-91/+87
OpenPOWER on IntegriCloud