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
*
[clang-scan-deps] cast Result to ErrorOr<unique_ptr<vfs::File>> explicitly to...
Alex Lorenz
2019-09-11
1
-1
/
+2
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
16
-15
/
+15
*
[analyzer] NFC: Move resetDiagnosticLocationToMainFile() to BugReporter.
Artem Dergachev
2019-09-11
2
-65
/
+66
*
[analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.
Artem Dergachev
2019-09-11
17
-178
/
+172
*
[analyzer] NFC: Re-implement stack hints as a side map in BugReport.
Artem Dergachev
2019-09-11
8
-110
/
+104
*
[clang-scan-deps] add skip excluded conditional preprocessor block preprocess...
Alex Lorenz
2019-09-11
7
-11
/
+148
*
Fix -Wnonportable-include-path suppression for header maps with absolute paths.
Volodymyr Sapsai
2019-09-11
1
-10
/
+15
*
[MS] Consder constexpr globals to be inline, as in C++17
Reid Kleckner
2019-09-11
1
-2
/
+5
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
2
-0
/
+29
*
[OPENMP] Update the diagnosis message for canonical loop form, by Chi
Alexey Bataev
2019-09-11
1
-15
/
+16
*
[Diagnostics] Add -Wsizeof-array-div
David Bolvansky
2019-09-11
1
-10
/
+21
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
2
-29
/
+0
*
[ARM] Take into account -mcpu and -mfpu options while handling 'crypto' feature
Diogo N. Sampaio
2019-09-11
1
-15
/
+18
*
[CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...
Fangrui Song
2019-09-11
1
-3
/
+24
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
2
-0
/
+29
*
Emit -Wmicrosoft-enum-value warning instead of error in MS ABI
Reid Kleckner
2019-09-11
1
-10
/
+13
*
[clang-format] Apply BAS_AlwaysBreak to C++11 braced lists
Owen Pan
2019-09-10
1
-1
/
+3
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
2
-14
/
+24
*
When evaluating a __builtin_constant_p conditional, always enter
Richard Smith
2019-09-10
1
-63
/
+41
*
[OPENMP5.0]Allow teams directive outside of the target directives.
Alexey Bataev
2019-09-10
1
-1
/
+4
*
Fix for PR43175: compiler crash when trying to emit noncapturable
Alexey Bataev
2019-09-10
1
-0
/
+5
*
Don't emit .gnu_pubnames when tuning for LLDB.
Adrian Prantl
2019-09-10
1
-1
/
+0
*
[RISCV] Make -march=rv{32,64}gc the default in RISC-V Linux
Roger Ferrer Ibanez
2019-09-10
3
-9
/
+15
*
[RISCV] Default to ilp32d/lp64d in RISC-V Linux
Roger Ferrer Ibanez
2019-09-10
1
-3
/
+5
*
[RISCV] Move architecture parsing code into its own function
Roger Ferrer Ibanez
2019-09-10
1
-140
/
+150
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
2
-29
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
2
-0
/
+29
*
Fix crash mangling an explicit lambda non-type template parameter pack
Richard Smith
2019-09-10
1
-1
/
+2
*
PR43242: Fix crash when typo-correcting to an operator() that should not
Richard Smith
2019-09-09
1
-10
/
+1
*
[analyzer] NFC: Simplify bug report equivalence classes to not be ilists.
Artem Dergachev
2019-09-09
2
-12
/
+11
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
72
-395
/
+495
*
[Driver] Handle default case in refactored addOpenMPRuntime
Pirama Arumuga Nainar
2019-09-09
1
-0
/
+2
*
[Driver] Add -static-openmp driver option
Pirama Arumuga Nainar
2019-09-09
5
-12
/
+34
*
[X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...
Craig Topper
2019-09-09
1
-1
/
+3
*
Merge note_ovl_builtin_candidate diagnostics; NFC
Sven van Haastregt
2019-09-09
1
-2
/
+2
*
Move prop-sink branch to monorepo.
Gabor Borsik
2019-09-08
1
-29
/
+65
*
[NewPM][Sancov] Create the Sancov Pass after building the pipelines
Leonard Chan
2019-09-08
1
-17
/
+7
*
Fixes an assertion while instantiating a template with an incomplete typo-cor...
Aaron Ballman
2019-09-07
1
-2
/
+6
*
Remove stale TLI Module level pass registration
Teresa Johnson
2019-09-07
1
-1
/
+0
*
[clang][DependencyFileGenerator] Fix missing -MT option handling
Jan Korous
2019-09-07
2
-5
/
+5
*
[Sema][ObjC] Mark C union fields that have non-trivial ObjC ownership
Akira Hatanaka
2019-09-07
4
-52
/
+56
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-09-07
8
-86
/
+375
*
Use musttail for variadic method thunks when possible
Reid Kleckner
2019-09-06
1
-11
/
+41
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
5
-61
/
+174
*
[analyzer] pr43179: Make CallDescription defensive against C variadic functions.
Artem Dergachev
2019-09-06
2
-3
/
+7
*
Update comment for <template-param-decl> mangling to match extended mangling ...
Richard Smith
2019-09-06
1
-0
/
+1
*
[NFCI] Unbreak buildbots
David Bolvansky
2019-09-06
1
-22
/
+10
*
[Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...
David Bolvansky
2019-09-06
2
-12
/
+25
*
[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vector to EmitCheck()
Roman Lebedev
2019-09-06
1
-2
/
+6
*
[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): refactor EmitGEPOffsetInBytes...
Roman Lebedev
2019-09-06
1
-25
/
+52
[next]