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
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...
Eric Christopher
2019-11-18
1
-30
/
+0
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
2
-0
/
+2
*
[clang][IFS] Adds support for more decl types in clang interface stubs.
Puyan Lotfi
2019-11-08
1
-6
/
+32
*
Revert "Reland "[clang] Report sanitizer blacklist as a dependency in cc1""
Jan Korous
2019-11-08
1
-1
/
+20
*
[clang] Fix -fsanitize-system-blacklist processing in cc1
Jan Korous
2019-11-08
1
-0
/
+5
*
Reland "[clang] Report sanitizer blacklist as a dependency in cc1"
Jan Korous
2019-11-08
1
-20
/
+1
*
Reland "[clang] Report sanitizer blacklist as a dependency in cc1"
Jan Korous
2019-11-08
1
-1
/
+20
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
2
-19
/
+29
*
Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...
Abel Kocsis
2019-11-08
1
-20
/
+1
*
Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""
Abel Kocsis
2019-11-08
1
-1
/
+20
*
Revert "[clang] Report sanitizer blacklist as a dependency in cc1"
Jeremy Morse
2019-11-08
1
-20
/
+1
*
[clang] Report sanitizer blacklist as a dependency in cc1
Jan Korous
2019-11-07
1
-1
/
+20
*
Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...
Melanie Blower
2019-11-07
1
-0
/
+30
*
[Clang FE] Recognize -mnop-mcount CL option (SystemZ only).
Jonas Paulsson
2019-11-05
1
-0
/
+1
*
clang/Modules: Bring back optimization lost in 31e14f41a21f
Duncan P. N. Exon Smith
2019-11-04
1
-3
/
+4
*
Recommit "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-11-04
1
-0
/
+1
*
clang/Modules: Sink CompilerInstance::KnownModules into ModuleMap
Duncan P. N. Exon Smith
2019-11-03
1
-20
/
+14
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-0
/
+3
*
Revert "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-10-30
1
-1
/
+0
*
[CodeView] Add option to disable inline line tables.
Amy Huang
2019-10-30
1
-0
/
+1
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+1
*
Fix name of warn_ignored_hip_only_option
Yaxun (Sam) Liu
2019-10-22
1
-1
/
+1
*
[HIP] Add option -fgpu-allow-device-init
Yaxun (Sam) Liu
2019-10-22
1
-0
/
+7
*
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...
Michael J. Spencer
2019-10-21
1
-0
/
+20
*
[Clang] Add VerboseOutputStream to CompilerInstance
Scott Linder
2019-10-21
1
-3
/
+11
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...
Michael J. Spencer
2019-10-19
1
-20
/
+0
*
[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...
Michael J. Spencer
2019-10-19
1
-0
/
+20
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
1
-0
/
+2
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
1
-0
/
+2
*
Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.
Volodymyr Sapsai
2019-10-16
1
-8
/
+7
*
RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...
Simon Pilgrim
2019-10-16
1
-5
/
+4
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+4
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-4
/
+0
*
Reapply: [Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-15
2
-1
/
+5
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+4
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
1
-2
/
+0
*
Temporarily Revert [Modules][PCH] Hash input files content
Eric Christopher
2019-10-14
2
-5
/
+1
*
[Modules][PCH] Hash input files content
Bruno Cardoso Lopes
2019-10-14
2
-1
/
+5
*
[clang-scan-deps] Support for clang --analyze in clang-scan-deps
Jan Korous
2019-10-14
2
-4
/
+7
*
[clang][IFS] Escape mangled names so MS ABI doesn't break YAML parsing.
Puyan Lotfi
2019-10-14
1
-2
/
+2
*
[clang][IFS] Fixing spelling errors in interface-stubs OPT flag (NFC).
Puyan Lotfi
2019-10-12
2
-4
/
+4
*
[clang][IFS] Fixing assert in clang interface stubs for enums, records, typedefs
Puyan Lotfi
2019-10-11
1
-0
/
+4
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
1
-0
/
+2
*
Add -fgnuc-version= to control __GNUC__ and other GCC macros
Reid Kleckner
2019-10-10
2
-14
/
+36
*
[DebugInfo] Enable call site debug info for ARM and AArch64
Nikola Prica
2019-10-09
1
-2
/
+6
*
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
Puyan Lotfi
2019-10-08
1
-11
/
+12
*
RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...
Simon Pilgrim
2019-10-07
1
-7
/
+7
*
RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-05
1
-7
/
+8
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
2
-4
/
+4
[prev]
[next]