index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][F16C] Regenerate F16C schedule tests
Simon Pilgrim
2017-10-23
1
-28
/
+28
*
[clangd] Updated outdated test comment. NFC.
Ilya Biryukov
2017-10-23
1
-1
/
+1
*
Test commit.
Artur Gainullin
2017-10-23
1
-0
/
+2
*
[llvm-dwarfdump] - Teach tool about few GNU call_sites constants.
George Rimar
2017-10-23
3
-1
/
+124
*
[X86] Add test for opportunity to use bzhi X86 instruction instead of load+an...
Ayman Musa
2017-10-23
1
-0
/
+97
*
Fix for Bug 30718 - Failure to disassemble certain MOV with rex.R. The issue ...
Andrew V. Tischenko
2017-10-23
2
-2
/
+5
*
[MinGW] Omit libc++/libc++abi/libunwind from autoexporting
Martin Storsjo
2017-10-23
1
-0
/
+3
*
[COFF] Fix exporting of functions starting with underscores, etc
Martin Storsjo
2017-10-23
4
-11
/
+95
*
[COFF] Improve the check for functions that should get an extra underscore
Martin Storsjo
2017-10-23
2
-5
/
+24
*
Fix a -Wpedantic warning.
Haojian Wu
2017-10-23
1
-1
/
+1
*
[rename] Don't overwrite the template argument when renaming a template funct...
Haojian Wu
2017-10-23
2
-1
/
+25
*
[ARM] Allow unrolling of multi-block loops.
Sam Parker
2017-10-23
2
-16
/
+351
*
[clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.
Ilya Biryukov
2017-10-23
2
-3
/
+56
*
For better compatibility with C++11 and C++14, emit a nondiscardable definition
Richard Smith
2017-10-23
2
-7
/
+17
*
[X86] Update a doxygen comment in the disassembler tablegen code. NFC
Craig Topper
2017-10-23
1
-0
/
+1
*
[X86] Fix disassembly of EVEX rounding control and SAE instructions.
Craig Topper
2017-10-23
8
-57
/
+252
*
[ELF] When placing orphans, handle case when last section is dead
Petr Hosek
2017-10-23
2
-6
/
+33
*
Add R_PPC_ADDR16_HI relocation support
Rui Ueyama
2017-10-22
2
-5
/
+22
*
Remove a fast lookup table from MergeInputSection.
Rui Ueyama
2017-10-22
2
-20
/
+2
*
[c++2a] Update cxx_status w __VA_OPT__ marked as completed in SVN.
Faisal Vali
2017-10-22
1
-1
/
+1
*
ExecutionEngine: make COFF Thumb2 assertions non-tautological
Saleem Abdulrasool
2017-10-22
1
-25
/
+11
*
Fix invalid ptrtoint in InstCombine
Yichao Yu
2017-10-22
2
-2
/
+49
*
Create fewer copies of StringMaps. No functionality change intended.
Benjamin Kramer
2017-10-22
3
-3
/
+3
*
Make HIDDEN_DIRECTIVE a function-like macro. NFCI.
Martin Storsjo
2017-10-22
1
-16
/
+9
*
[X86] Add missing override. NFC.
Benjamin Kramer
2017-10-22
1
-3
/
+1
*
[SimplifyCFG] delay switch condition forwarding to -latesimplifycfg
Sanjay Patel
2017-10-22
4
-10
/
+18
*
[utils] Support -mtriple=powerpc64
Fangrui Song
2017-10-22
1
-2
/
+3
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-10-22
1
-2
/
+2
*
Add logic to greedy reg alloc to avoid bad eviction chains
Marina Yatsina
2017-10-22
10
-20
/
+881
*
[X86] More correctly support LIG and WIG for EVEX instructions in the disasse...
Craig Topper
2017-10-22
1
-74
/
+168
*
[SimplifyCFG] try harder to forward switch condition to phi (PR34471)
Sanjay Patel
2017-10-22
2
-9
/
+35
*
[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...
Faisal Vali
2017-10-22
9
-30
/
+96
*
shared: Implement aligned vector stores (vstorea_half)
Jan Vesely
2017-10-22
3
-33
/
+59
*
shared: Implement aligned vector loads (vloada_half)
Jan Vesely
2017-10-22
3
-27
/
+49
*
[ARM] Dynamic stack alignment for 16-bit Thumb
Momchil Velikov
2017-10-22
6
-24
/
+53
*
[X86] Add a pass to convert instruction chains between domains.
Guy Blank
2017-10-22
12
-666
/
+3277
*
[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.
Nitesh Jain
2017-10-22
6
-16
/
+122
*
[Compiler-rt][MIPS] Fix cross build for XRAY.
Nitesh Jain
2017-10-22
1
-2
/
+8
*
[X86] Teach the disassembler that some instructions use VEX.W==0 without a co...
Craig Topper
2017-10-22
4
-16
/
+32
*
[X86] Add VEX_WIG to applicable AVX512 instructions.
Craig Topper
2017-10-22
1
-41
/
+43
*
[X86] Add VEX_WIG to VROUNDSSrr/VROUNDSSrm/VROUNDSDrr/VROUNDSDrm
Craig Topper
2017-10-22
1
-1
/
+1
*
[X86] Don't allow gather/scatter to disassembler if memory operand does not u...
Craig Topper
2017-10-22
2
-0
/
+8
*
Simplify.
Rui Ueyama
2017-10-22
1
-11
/
+9
*
Assume that mergeable input sections are smaller than 4 GiB.
Rui Ueyama
2017-10-21
3
-38
/
+39
*
Reverting r316278 due to failing build bots.
Aaron Ballman
2017-10-21
3
-104
/
+26
*
[libclang, bindings]: add spelling location
Masud Rahman
2017-10-21
3
-26
/
+104
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-10-21
1
-4
/
+4
*
Reverting r316270 due to failing build bots.
Aaron Ballman
2017-10-21
2
-24
/
+22
*
Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...
Aaron Ballman
2017-10-21
3
-2
/
+17
*
[X86][SSE] Add extractps/pextrd equivalence to domain tables
Simon Pilgrim
2017-10-21
14
-91
/
+87
[next]