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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
2
-24
/
+14
*
[ObjC] Fix type checking for qualified id block parameters.
Volodymyr Sapsai
2019-08-28
1
-3
/
+3
*
Re-land [clang-scan-deps] Minimizer: Correctly handle multi-line content with...
Alexandre Ganea
2019-08-28
1
-14
/
+35
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
2
-4
/
+18
*
ArrayRef'ized CompilerInvocation::CreateFromArgs
Dmitri Gribenko
2019-08-27
3
-11
/
+5
*
[clang][Index][NFC] Move IndexDataConsumer default implementation
Jan Korous
2019-08-27
1
-21
/
+0
*
Diagnose _Bool as a C99 extension.
Aaron Ballman
2019-08-27
1
-0
/
+3
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-27
1
-1
/
+6
*
AMDGPU: Always emit amdgpu-flat-work-group-size
Matt Arsenault
2019-08-27
1
-2
/
+8
*
Diagnose both _Complex and _Imaginary as C99 extensions.
Aaron Ballman
2019-08-27
1
-0
/
+4
*
[driver][xray] fix the macOS support checker by supporting -macos
Alex Lorenz
2019-08-27
1
-1
/
+1
*
Move EH spec mismatches under -fms-compatibility
Reid Kleckner
2019-08-27
1
-6
/
+6
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
2
-14
/
+24
*
Use FileEntryRef for PPCallbacks::HasInclude
Alex Lorenz
2019-08-27
2
-3
/
+2
*
[RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...
Sam Elliott
2019-08-27
1
-0
/
+14
*
Update the SARIF exporter to SARIF 2.1
Joe Ranieri
2019-08-27
1
-43
/
+42
*
Replace some custom C11 extension warnings with the generic warning.
Aaron Ballman
2019-08-27
3
-5
/
+4
*
Fix a SARIF exporter crash with macro expansions
Joe Ranieri
2019-08-27
1
-4
/
+6
*
Fix text range end columns in SARIF to be exclusive
Joe Ranieri
2019-08-27
1
-3
/
+9
*
Implement codegen for MSVC unions with reference members.
Aaron Ballman
2019-08-27
1
-14
/
+16
*
[ASTImporter] Fix name conflict handling with different strategies
Gabor Marton
2019-08-27
1
-81
/
+90
*
[clang] Ensure that statements, expressions and types are trivially destructible
Bruno Ricci
2019-08-27
2
-0
/
+24
*
[clang] Ensure that comment classes are trivially destructible
Bruno Ricci
2019-08-27
1
-0
/
+15
*
[Driver] Add an option for createInvocationFromCommandLine to recover on errors
Ilya Biryukov
2019-08-27
1
-11
/
+5
*
Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...
Richard Smith
2019-08-27
1
-35
/
+14
*
Don't lose the FoundDecl and template arguments for a DeclRefExpr in
Richard Smith
2019-08-27
1
-5
/
+12
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
3
-5
/
+5
*
[clang-scan-deps] Skip UTF-8 BOM in source minimizer
Alexandre Ganea
2019-08-27
1
-0
/
+7
*
[clang-scan-deps] Minimizer: Correctly skip over double slashes in angle brac...
Alexandre Ganea
2019-08-26
1
-3
/
+4
*
[clang-scan-deps] Minimizer: Correctly handle multi-line content with CR+LF l...
Alexandre Ganea
2019-08-26
1
-14
/
+35
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-26
6
-34
/
+90
*
hwasan, codegen: Keep more lifetime markers used for hwasan
Vitaly Buka
2019-08-26
2
-0
/
+2
*
msan, codegen, instcombine: Keep more lifetime markers used for msan
Vitaly Buka
2019-08-26
2
-11
/
+6
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
3
-20
/
+19
*
Diagnose use of _Thread_local as an extension when not in C11 mode.
Aaron Ballman
2019-08-26
2
-2
/
+4
*
[OPENMP][NVPTX]Fix critical region codegen.
Alexey Bataev
2019-08-26
1
-2
/
+24
*
[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
4
-18
/
+17
*
Fix file header.
Richard Smith
2019-08-26
1
-1
/
+1
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
12
-121
/
+276
*
[driver] add a new option `-gen-cdb-fragment-path` to emit
Alex Lorenz
2019-08-26
2
-4
/
+50
*
Fix use of invalidated iterator introduced by r369680.
Richard Smith
2019-08-26
1
-4
/
+4
*
[NFC] Add comments to some bool arguments for better readability
Gabor Horvath
2019-08-26
1
-4
/
+8
*
Fix -dA flag, it is not a preprocessor flag.
Erich Keane
2019-08-26
1
-2
/
+1
*
clang-format: [JS] handle `as const`.
Martin Probst
2019-08-26
1
-0
/
+4
*
FileManager: Factor duplicated code in getBufferForFile, NFC
Duncan P. N. Exon Smith
2019-08-25
1
-11
/
+6
*
[OpenCL] Microoptimize OCL2Qual a bit
Benjamin Kramer
2019-08-24
1
-11
/
+10
*
[analyzer] Analysis: Fix checker silencing
Csaba Dabis
2019-08-24
1
-24
/
+27
*
PR42513: Enter the proper DeclContext before substituting into an
Richard Smith
2019-08-24
1
-0
/
+1
*
PR40674: fix assertion failure if a structured binding declaration has a
Richard Smith
2019-08-24
1
-1
/
+2
[next]