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
path:
root
/
clang
/
lib
/
Basic
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang] Add VFS support for sanitizers' blacklists
Jan Korous
2019-11-08
2
-4
/
+8
*
remove redundant LLVM version from version string when setting CLANG_VENDOR
Nick Desaulniers
2019-11-08
1
-5
/
+0
*
[mips] Set macros for Octeon+ CPU
Simon Atanasyan
2019-11-07
1
-2
/
+5
*
[mips] Add `octeon+` to the list of CPUs accepted by the driver
Simon Atanasyan
2019-11-07
2
-1
/
+4
*
[X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.
Craig Topper
2019-11-06
1
-1
/
+2
*
[X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...
Craig Topper
2019-11-06
1
-7
/
+11
*
[mips] Set __OCTEON__ macros
Simon Atanasyan
2019-11-05
1
-0
/
+3
*
[mips] Fix `__mips_isa_rev` macros value for Octeon CPU
Simon Atanasyan
2019-11-05
1
-1
/
+1
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-4
/
+19
*
isBuiltinFunc() uses StringRef instead of const char*
Guillaume Chatelet
2019-10-29
1
-2
/
+1
*
[Hexagon] Handle remaining registers in getRegisterByName()
Krzysztof Parzyszek
2019-10-29
1
-1
/
+4
*
[clang-format] Remove duplciate code from Invalid BOM detection
paulhoad
2019-10-24
1
-14
/
+24
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
2
-0
/
+6
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-2
/
+14
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-3
/
+20
*
[Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.
Volodymyr Sapsai
2019-10-11
1
-4
/
+10
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-2
/
+15
*
[BPF] do compile-once run-everywhere relocation for bitfields
Yonghong Song
2019-10-08
2
-1
/
+15
*
[OPENMP]Use standard parsing for 'match' clause, NFC.
Alexey Bataev
2019-09-23
1
-1
/
+15
*
[SystemZ] Support z15 processor name
Ulrich Weigand
2019-09-20
1
-1
/
+1
*
[ARM] Update clang for removal of vfp2d16 and vfp2d16sp
Eli Friedman
2019-09-17
1
-3
/
+2
*
[RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctly
Kito Cheng
2019-09-17
1
-2
/
+8
*
Move some definitions from Sema to Basic to fix shared libs build
Erich Keane
2019-09-16
1
-1
/
+74
*
[OPENMP5.0]Add basic support for declare variant directive.
Alexey Bataev
2019-09-13
1
-2
/
+3
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
2
-14
/
+24
*
[ARM] Add support for the s,j,x,N,O inline asm constraints
David Candler
2019-09-05
1
-5
/
+88
*
Add -m(no)-spe to clang
Justin Hibbits
2019-09-05
2
-1
/
+10
*
AMDGPU: Add builtins for is_shared/is_private
Matt Arsenault
2019-09-05
1
-0
/
+2
*
[RISCV] Correct Logic around ilp32e macros
Sam Elliott
2019-09-03
1
-2
/
+3
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
1
-14
/
+17
*
ASTReader: Bypass overridden files when reading PCHs
Duncan P. N. Exon Smith
2019-08-30
2
-16
/
+31
*
FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-30
1
-6
/
+2
*
Remove `FileManager::invalidateCache` as it has no callers anymore. NFC.
Volodymyr Sapsai
2019-08-29
1
-14
/
+0
*
[X86] Remove what little support we had for MPX
Craig Topper
2019-08-29
2
-9
/
+0
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
2
-24
/
+14
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
2
-14
/
+24
*
[RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...
Sam Elliott
2019-08-27
1
-0
/
+14
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
1
-13
/
+11
*
[msvc] Add necessary #include to make compiler intrinsics available.
Richard Smith
2019-08-26
1
-0
/
+4
*
FileManager: Use llvm::Expected in new getFileRef API
Duncan P. N. Exon Smith
2019-08-26
1
-5
/
+6
*
Fix file header.
Richard Smith
2019-08-26
1
-1
/
+1
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
2
-0
/
+72
*
Fix use of invalidated iterator introduced by r369680.
Richard Smith
2019-08-26
1
-4
/
+4
*
FileManager: Factor duplicated code in getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-25
1
-11
/
+6
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
1
-0
/
+18
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
2
-25
/
+55
*
NFCI: Simplify SourceManager::translateFile by removing code path that should...
Alex Lorenz
2019-08-21
1
-107
/
+21
*
clang: Fix typo in comment
Nico Weber
2019-08-21
1
-1
/
+1
*
Reland "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-1
/
+1
*
Revert "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-1
/
+1
[prev]
[next]