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
*
[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
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
2
-9
/
+9
*
Revert 373538 and follow-ups 373549 and 373552.
Nico Weber
2019-10-03
1
-12
/
+11
*
Mark P0784R7 as complete and start defining its feature-test macro.
Richard Smith
2019-10-03
1
-0
/
+1
*
[clang][ifs] Clang Interface Stubs ToolChain plumbing.
Puyan Lotfi
2019-10-02
1
-11
/
+12
*
[HIP] Support new kernel launching API
Yaxun Liu
2019-09-24
1
-0
/
+1
*
Revert "[static analyzer] Define __clang_analyzer__ macro in driver"
Jan Korous
2019-09-24
1
-0
/
+4
*
[static analyzer] Define __clang_analyzer__ macro in driver
Jan Korous
2019-09-24
1
-4
/
+0
*
make -frewrite-includes also rewrite conditions in #if/#elif
Lubos Lunak
2019-09-18
1
-120
/
+54
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-2
/
+3
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-15
/
+9
*
Reland r371785: Add -Wpoison-system-directories warning
Manoj Gupta
2019-09-13
1
-0
/
+7
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-13
1
-0
/
+4
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-3
/
+13
*
Revert "For PR17164: split -fno-lax-vector-conversion into three different"
Jonas Devlieghere
2019-09-13
1
-13
/
+3
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-3
/
+13
*
Revert r371785.
Manoj Gupta
2019-09-13
1
-7
/
+0
*
Add -Wpoison-system-directories warning
Manoj Gupta
2019-09-12
1
-0
/
+7
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-1
/
+1
*
Removed some questionable default arguments from setters
Dmitri Gribenko
2019-09-12
1
-1
/
+1
*
[WebAssembly] Add -fwasm-exceptions for wasm EH
Heejin Ahn
2019-09-12
1
-3
/
+4
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
1
-0
/
+3
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
1
-3
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
1
-0
/
+3
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
1
-3
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
1
-0
/
+3
*
[clang][DependencyFileGenerator] Fix missing -MT option handling
Jan Korous
2019-09-07
2
-5
/
+5
*
[X86] Prevent passing vectors of __int128 as <X x i128> in llvm IR
Craig Topper
2019-09-06
1
-0
/
+2
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-1
/
+3
*
[Driver] Use shared singleton instance of DriverOptTable
Ilya Biryukov
2019-09-04
1
-4
/
+4
*
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
Roman Lebedev
2019-09-04
1
-4
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-04
1
-0
/
+4
*
Revert [Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-02
1
-4
/
+0
[next]