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
*
[Preprocessor] Stop entering included files after hitting a fatal error.
Volodymyr Sapsai
2018-07-25
1
-0
/
+6
*
Enable C++2a Chrono Literals
Erich Keane
2018-07-19
1
-3
/
+8
*
Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...
Bruno Cardoso Lopes
2018-07-18
1
-7
/
+10
*
[Fixed Point Arithmetic] Fix for bug where integer literals could be treated ...
Leonard Chan
2018-07-17
1
-5
/
+10
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-1
/
+1
*
Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...
Bruno Cardoso Lopes
2018-07-12
1
-10
/
+7
*
[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts
Yuka Takahashi
2018-07-10
1
-7
/
+10
*
[clang-cl, PCH] Implement support for MS-style PCH through headers
Erich Keane
2018-07-05
3
-3
/
+130
*
Warning for framework include violation from Headers to PrivateHeaders
Bruno Cardoso Lopes
2018-06-25
1
-5
/
+20
*
Re-apply: Warning for framework headers using double quote includes
Bruno Cardoso Lopes
2018-06-22
1
-1
/
+64
*
Revert "Warning for framework headers using double quote includes"
Bruno Cardoso Lopes
2018-06-21
1
-64
/
+1
*
Warning for framework headers using double quote includes
Bruno Cardoso Lopes
2018-06-20
1
-1
/
+64
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-2
/
+151
*
[Modules] Improve .Private fix-its to handle 'explicit' and 'framework'
Bruno Cardoso Lopes
2018-06-15
1
-11
/
+27
*
Fix unused variable warning from r333718
Erich Keane
2018-06-01
1
-1
/
+1
*
[Modules] Warning for module declarations lacking 'framework' qualifier
Bruno Cardoso Lopes
2018-06-01
1
-25
/
+57
*
Add a new driver mode to dump compiler feature and extension options.
Aaron Ballman
2018-05-31
1
-207
/
+9
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
2
-2
/
+3
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
2
-3
/
+2
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
2
-2
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
13
-87
/
+87
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-1
/
+0
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
5
-19
/
+31
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-1
/
+1
*
[CodeComplete] Fix completion in the middle of ident in ctor lists.
Ilya Biryukov
2018-04-25
1
-1
/
+15
*
[CodeComplete] Fix completion at the end of keywords
Ilya Biryukov
2018-04-24
1
-8
/
+12
*
Record whether a module came from a private module map
Jordan Rose
2018-04-20
1
-3
/
+6
*
Defer adding keywords to the identifier table until after the language option...
Aaron Ballman
2018-04-16
1
-6
/
+11
*
Use export_as for autolinking frameworks
Bruno Cardoso Lopes
2018-04-16
1
-0
/
+20
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
1
-1
/
+2
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
3
-51
/
+4
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
3
-4
/
+51
*
Fix typos in clang
Alexander Kornienko
2018-04-06
6
-9
/
+9
*
Add the -fsanitize=shadow-call-stack flag
Vlad Tsyrklevich
2018-04-03
1
-0
/
+2
*
[Modules] Improve fixit for framework private module maps
Bruno Cardoso Lopes
2018-03-30
1
-6
/
+11
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-1
/
+1
*
[Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...
Eric Fiselier
2018-03-21
1
-3
/
+12
*
[Modules] Honor -fmodule-name when handling private framework modules
Bruno Cardoso Lopes
2018-03-20
1
-11
/
+15
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-0
/
+1
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-4
/
+4
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-4
/
+4
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
1
-4
/
+4
*
Make module use diagnostics refer to the top-level module
Daniel Jasper
2018-02-24
1
-2
/
+2
*
Clean up use of C allocation functions
Serge Pavlov
2018-02-21
1
-1
/
+2
*
[Modules] Extend -fmodule-name semantic for frameworks with private modules
Bruno Cardoso Lopes
2018-02-16
1
-4
/
+22
*
[modules] Fix incorrect diagnostic mapping computation when a module changes
Richard Smith
2018-02-09
1
-0
/
+14
*
[Lex] Fix handling numerical literals ending with ' and signed exponent.
Volodymyr Sapsai
2018-02-06
1
-9
/
+15
*
[Lexer] Support adding working directory to relative search dir for #include ...
Eric Liu
2018-01-29
1
-11
/
+22
*
Always allow "#pragma region".
Matt Davis
2018-01-27
1
-2
/
+4
[next]