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
...
*
[InstCombine] Add test for -expensive-combines option; NFC
Nikita Popov
2020-02-10
1
-0
/
+28
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
2
-0
/
+34
*
Revert "[ARM] Improve codegen of volatile load/store of i64"
Victor Campos
2020-02-08
7
-342
/
+6
*
StringRef.h: __builtin_strlen seems to exist in VS 2017 MSVC 19.16 or later
Hans Wennborg
2020-02-07
1
-1
/
+1
*
[Concepts] Fix incorrect check when instantiating abbreviated template type-c...
Saar Raz
2020-02-06
3
-9
/
+47
*
[LV] Fix predication for branches with matching true and false succs.
Florian Hahn
2020-02-06
2
-1
/
+80
*
Fix x86 32bits MLIR build (NFC)
Dimitry Andric
2020-02-06
1
-1
/
+1
*
[LLDB] Fix compilation with GCC 5
Martin Storsjö
2020-02-06
4
-3
/
+12
*
[clangd] Add workaround for GCC5 host compilers. NFC.
Michael Liao
2020-02-06
1
-1
/
+7
*
Make llvm::crc32() work also for input sizes larger than 32 bits.
Hans Wennborg
2020-02-06
2
-1
/
+29
*
[TSan] Ensure we can compile the runtime with older SDKs
Julian Lettner
2020-02-05
1
-1
/
+8
*
[libcxx] Add release notes for the 10.x branch for things I've done
Martin Storsjö
2020-02-05
1
-0
/
+5
*
[clang] Add release notes for the 10.x branch for things I've done
Martin Storsjö
2020-02-05
1
-0
/
+6
*
[docs] Add LLVM/LLDB release notes for the 10.x branch for things I've done
Martin Storsjö
2020-02-05
1
-0
/
+9
*
[LLD] Add release notes for MinGW for the 10.x branch
Martin Storsjö
2020-02-05
1
-1
/
+27
*
[OpenMP][OMPT] fix reduction test for 32-bit x86
protze@itc.rwth-aachen.de
2020-02-05
1
-3
/
+7
*
Don't warn about missing declarations for partial template specializations
Aaron Puchert
2020-02-05
2
-0
/
+3
*
[X86] -fpatchable-function-entry=N,0: place patch label after ENDBR{32,64}
Fangrui Song
2020-02-05
3
-16
/
+77
*
Update for Clang 10 release notes in order to have reference to D66404.
Andi-Bogdan Postelnicu
2020-02-05
1
-1
/
+18
*
[ARM][VecReduce] Force expand vector_reduce_fmin
David Green
2020-02-05
4
-6
/
+2273
*
[ARM] Expand vector reduction intrinsics on soft float
Nikita Popov
2020-02-05
2
-1
/
+71
*
[AArch64][ARM] Always expand ordered vector reductions (PR44600)
Nikita Popov
2020-02-05
7
-2
/
+687
*
[mlir] Mark the MLIR tools for installation in CMake
Kern Handa
2020-02-05
3
-3
/
+3
*
PR44786: Don't assert when profiling <=> expressions.
Richard Smith
2020-02-04
2
-2
/
+11
*
[Concepts] Add missing CXXThisScope to function template constraint substitution
Saar Raz
2020-02-05
3
-2
/
+24
*
PR44721: Don't consider overloaded operators for built-in comparisons
Richard Smith
2020-02-04
2
-7
/
+34
*
PR44761: Fix fallback to later tiebreakers if two non-template functions
Richard Smith
2020-02-04
2
-8
/
+22
*
Add -Wrange-loop-analysis changes to ReleaseNotes
Mark de Wever
2020-02-04
1
-1
/
+3
*
[libcxx] [Windows] Store the lconv struct returned from localeconv in locale_t
Martin Storsjö
2020-02-04
2
-7
/
+74
*
AMDGPU: Fix handling of infinite loops in fragment shaders
Connor Abbott
2020-02-04
2
-6
/
+141
*
[LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.
Peter Smith
2020-02-04
7
-23
/
+165
*
[ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4
Fangrui Song
2020-02-04
11
-58
/
+58
*
[libcxxabi] Fix layout of __cxa_exception for win64
Martin Storsjö
2020-02-04
1
-5
/
+5
*
Actually, don't try to use __builtin_strlen in StringRef.h before VS 2019
Hans Wennborg
2020-02-03
1
-2
/
+3
*
Declare __builtin_strlen in StringRef.h as constexpr
Hans Wennborg
2020-02-03
1
-1
/
+1
*
[clang-tidy] Fixed crash 44745 in readability-else-after-return
Nathan James
2020-02-03
2
-0
/
+17
*
R600: Fix failing testcase
Matt Arsenault
2020-02-03
1
-3
/
+3
*
AMDGPU/R600: Emit rodata in text segment
Jan Vesely
2020-02-03
2
-1
/
+7
*
[BPF] fix a bug in BPFMISimplifyPatchable pass with -O0
Yonghong Song
2020-02-03
2
-3
/
+56
*
Revert "[AMDGPU] Invert the handling of skip insertion."
Nicolai Hähnle
2020-02-03
40
-390
/
+380
*
[RISCV] Scheduler description for the Rocket core
Kai Wang
2020-02-03
11
-186
/
+900
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
3
-20
/
+184
*
Revert "[Concepts] Instantiate invented template type parameter type-constrai...
Saar Raz
2020-02-03
3
-179
/
+20
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
3
-20
/
+179
*
[libcxxabi] Insert padding in __cxa_exception struct for compatibility
Steven Wu
2020-02-03
1
-0
/
+45
*
[AArch64] -fpatchable-function-entry=N,0: place patch label after BTI
Fangrui Song
2020-02-03
4
-4
/
+72
*
MSVC Buggy version detection: turn pre-processor error into CMake configurati...
Mehdi Amini
2020-02-03
1
-0
/
+14
*
[Sema] Remove a -Wrange warning from -Wall
Mark de Wever
2020-02-03
4
-9
/
+12
*
Make quick-append.test resilient to running in paths with '1.o' in the name
Hans Wennborg
2020-02-03
1
-9
/
+9
*
Fix wrong devirtualization when the final overrider in one base class
Richard Smith
2020-01-31
3
-4
/
+73
[prev]
[next]