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
*
ProcessLaunchInfo: remove Debugger reference
Pavel Labath
2019-01-07
8
-22
/
+14
*
[CallSite removal] Move the rest of IR implementation code away from
Chandler Carruth
2019-01-07
6
-54
/
+56
*
[CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and
Chandler Carruth
2019-01-07
7
-50
/
+62
*
[CallSite removal] Move the verifier to use `CallBase` instead of the
Chandler Carruth
2019-01-07
1
-284
/
+284
*
[X86] Update VBMI2 vshld/vshrd tests to use an immediate that doesn't require...
Craig Topper
2019-01-07
2
-31
/
+31
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
17
-107
/
+169
*
[X86] Update VBMI2 vshld/vshrd tests to use an immediate that doesn't require...
Craig Topper
2019-01-07
6
-162
/
+162
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
32
-477
/
+444
*
[CallSite removal] Add `CallBase` support to the `InstVisitor` in such
Chandler Carruth
2019-01-07
1
-8
/
+14
*
[SemaCXX] Fix ICE for unexpanded parameter pack
Brian Gesiak
2019-01-07
2
-2
/
+6
*
[gn build] Add build files for llvm/lib/Target/ARM + tests
Nico Weber
2019-01-07
10
-5
/
+338
*
[gn build] Add build files for llvm/lib/Target/AArch64 + tests
Nico Weber
2019-01-07
12
-12
/
+402
*
[X86] Add support for matching vector funnel shift to AVX512VBMI2 instructions.
Craig Topper
2019-01-06
7
-279
/
+3267
*
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp fi...
Lama Saba
2019-01-06
2
-620
/
+595
*
[x86] explicitly set cost of integer add/sub
Sanjay Patel
2019-01-06
1
-0
/
+8
*
Fix bug in test found by the diagnostic added in r350340.
Nico Weber
2019-01-06
1
-1
/
+1
*
[gn build] Merge r350341
Nico Weber
2019-01-06
2
-1
/
+13
*
Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"
Lama Saba
2019-01-06
2
-595
/
+620
*
[gn build] Add build files for LLVM unittests with a custom main() function
Nico Weber
2019-01-06
5
-12
/
+76
*
[CMake] Use hidden visibility for static libc++ in Fuchsia
Petr Hosek
2019-01-06
1
-0
/
+1
*
[LegalizeVectorOps] Add FSHL/FSHR to the list of vector operations that shoul...
Craig Topper
2019-01-06
1
-0
/
+2
*
[libcxx] Support building hermetic static library
Petr Hosek
2019-01-06
3
-33
/
+72
*
[compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
Petr Hosek
2019-01-06
1
-4
/
+4
*
Have MSVC Visualizer for DeducedTemplateSpecializationType show both the orig...
Mike Spertus
2019-01-06
1
-13
/
+24
*
[CMake][Fuchsia] Enable build ID, relaxations for first stage
Petr Hosek
2019-01-06
1
-0
/
+3
*
Fix PR39749 - Headers containing just #error harm __has_include.
Eric Fiselier
2019-01-06
24
-19
/
+411
*
Revert "[CMake][Fuchsia] Enable experimental new pass manager by default"
Petr Hosek
2019-01-05
1
-1
/
+0
*
[X86][AsmParser] Don't allow X86::DX in CheckBaseRegAndIndexRegAndScale.
Craig Topper
2019-01-05
1
-2
/
+1
*
Fix MSVC Visualization for TemplateTypeParmType and TemplateTypeParmDecl
Mike Spertus
2019-01-05
1
-7
/
+10
*
[X86] Use two pmovmskbs in combineBitcastvxi1 for (i64 (bitcast (v64i1 (trunc...
Craig Topper
2019-01-05
3
-170
/
+59
*
[X86] Allow combinevxi1Bitcast to use pmovmskb on avx512 targets if the input...
Craig Topper
2019-01-05
9
-200
/
+61
*
Fix symbols.enable-external-lookup description wording
Jan Kratochvil
2019-01-05
1
-4
/
+4
*
Fix flaky symlink access time test.
Eric Fiselier
2019-01-05
1
-5
/
+7
*
Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD"
Kamil Rytarowski
2019-01-05
1
-7
/
+0
*
CodeGen: fix autolink emission on ELF
Saleem Abdulrasool
2019-01-05
2
-7
/
+17
*
Added single use check to ShrinkDemandedConstant
Stanislav Mekhanoshin
2019-01-05
2
-0
/
+23
*
[X86] Regenerate test to merge 32-bit and 64-bit check lines. NFC
Craig Topper
2019-01-05
1
-17
/
+5
*
[X86] Allow LowerTRUNCATE to use PACKUS/PACKSS for v16i16->v16i8 truncate whe...
Craig Topper
2019-01-05
3
-10
/
+6
*
CodeGen: switch iteration to range based for loop (NFC)
Saleem Abdulrasool
2019-01-05
1
-6
/
+4
*
[InstCombine] Improve cttz/ctlz + icmp tests; NFC
Nikita Popov
2019-01-05
1
-83
/
+134
*
Improve MSVC type visualizations
Mike Spertus
2019-01-05
1
-7
/
+47
*
Enhance MSVC visualization of PointerUnions
Mike Spertus
2019-01-05
1
-5
/
+27
*
[InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFC
Nikita Popov
2019-01-05
1
-0
/
+174
*
[python] Make the collections import future-proof
Serge Guelton
2019-01-05
1
-2
/
+9
*
[Documentation] fix order of checks in checks/list.rst
Jonas Toth
2019-01-05
1
-3
/
+3
*
[docs] Add a known limitation to the comment about lld supporting GCC/MinGW o...
Martin Storsjo
2019-01-05
1
-1
/
+4
*
[MinGW] Expand comment for MinGW driver. NFC.
Martin Storsjo
2019-01-05
1
-3
/
+21
*
[InstCombine] Relax cttz/ctlz with select on zero
Nikita Popov
2019-01-05
2
-12
/
+19
*
[InstCombine] Add vector tests for select + ctlz/cttz; NFC
Nikita Popov
2019-01-05
1
-0
/
+50
*
[CMake][Fuchsia] Enable experimental new pass manager by default
Petr Hosek
2019-01-05
1
-0
/
+1
[next]