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
/
Lex
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...
Alexandre Ganea
2020-03-13
1
-0
/
+3
*
Prefer __vector over vector keyword for altivec
serge-sans-paille
2020-02-11
1
-2
/
+2
*
Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...
Alexandre Ganea
2020-02-10
1
-10
/
+18
*
[Clang] Remove unused #pragma clang __debug handle_crash
Alexandre Ganea
2020-02-10
1
-5
/
+0
*
[Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...
Scott Egerton
2020-01-15
1
-0
/
+2
*
Allow /D flags absent during PCH creation under msvc-compat
Zachary Henkel
2020-01-14
1
-1
/
+3
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-5
/
+3
*
[APFloat] Fix compilation warnings
Ehud Katz
2020-01-06
1
-2
/
+5
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-1
/
+4
*
[clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missi...
Alex Lorenz
2019-12-02
1
-6
/
+7
*
Fix tests on Windows after D49466
Fangrui Song
2019-11-26
1
-3
/
+3
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
1
-1
/
+14
*
Disallow use of __has_c_attribute in C++ mode.
Aaron Ballman
2019-11-25
1
-1
/
+5
*
clang/Modules: Refactor CompilerInstance::loadModule, NFC
Duncan P. N. Exon Smith
2019-11-22
1
-2
/
+2
*
Allocate builtins table earlier to fix bug found by ubsan
Reid Kleckner
2019-11-18
1
-1
/
+2
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
2
-3
/
+6
*
[ms] Fix Microsoft compatibility handling of commas in nested macro expansions.
Eric Astor
2019-11-04
1
-10
/
+18
*
ModuleMap::findHeader - fix null dereference warning. NFCI.
Simon Pilgrim
2019-11-03
1
-1
/
+1
*
Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI.
Simon Pilgrim
2019-10-28
1
-0
/
+1
*
[Stats] Convert some ad-hoc header search stats to ALWAYS_ENABLED_STATISTIC.
Volodymyr Sapsai
2019-10-11
1
-11
/
+22
*
[clang-scan-deps] Improve string/character literal skipping
Alex Lorenz
2019-10-08
1
-11
/
+29
*
Fix for expanding __pragmas in macro arguments
Amy Huang
2019-10-07
1
-32
/
+47
*
[clang-scan-deps] Allow continuation line backslashes followed by whitespace
Alex Lorenz
2019-09-26
1
-11
/
+22
*
Move normalization of `\` in #includes from -fms-compatibility to -fms-extens...
Reid Kleckner
2019-09-26
1
-15
/
+21
*
Simplify -fms-compatibility include lookup logic, NFC
Reid Kleckner
2019-09-25
1
-10
/
+11
*
Fix for stringized function-macro args continued across lines
Alex Lorenz
2019-09-19
1
-2
/
+5
*
do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)
Lubos Lunak
2019-09-16
1
-1
/
+2
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
3
-9
/
+10
*
[clang-scan-deps] add skip excluded conditional preprocessor block preprocess...
Alex Lorenz
2019-09-11
4
-0
/
+98
*
Fix -Wnonportable-include-path suppression for header maps with absolute paths.
Volodymyr Sapsai
2019-09-11
1
-10
/
+15
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
2
-2
/
+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
1
-4
/
+16
*
Use FileEntryRef for PPCallbacks::HasInclude
Alex Lorenz
2019-08-27
1
-2
/
+1
*
Revert "[clang-scan-deps] Minimizer: Correctly handle multi-line content with...
Richard Smith
2019-08-27
1
-35
/
+14
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-1
/
+1
*
[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
*
FileManager: Use llvm::Expected in new getFileRef API
Duncan P. N. Exon Smith
2019-08-26
2
-13
/
+9
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
6
-252
/
+280
*
clang: Fix typo in comment
Nico Weber
2019-08-21
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
5
-8
/
+8
*
Add __has_builtin support for builtin function-like type traits.
Richard Smith
2019-08-14
1
-13
/
+30
*
Don't use std::errc
Alexey Bataev
2019-08-13
1
-3
/
+4
*
Don't diagnose errors when a file matches an include component
Reid Kleckner
2019-08-09
1
-1
/
+2
*
[clang-scan-deps] Add minimizer support for C++20 modules.
Michael J. Spencer
2019-08-09
1
-1
/
+70
*
Fix up fd limit diagnosis code
Reid Kleckner
2019-08-08
1
-2
/
+3
*
clang: Diag running out of file handles while looking for files
Nico Weber
2019-08-08
1
-2
/
+11
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
5
-82
/
+119
[next]