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
/
FrontendAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
[PCH+Modules] Load -fmodule-map-file content before including PCHs
Bruno Cardoso Lopes
2018-07-19
1
-16
/
+16
*
Print the qualified name when dumping deserialized decls.
Vassil Vassilev
2018-05-20
1
-2
/
+4
*
[Frontend] Avoid running plugins during code completion parse
Ivan Donchevskii
2018-05-17
1
-0
/
+4
*
Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815
Ivan Donchevskii
2018-05-17
1
-10
/
+6
*
[Frontend] Avoid running plugins during code completion parse
Ivan Donchevskii
2018-05-16
1
-6
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-1
/
+0
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-0
/
+1
*
Track shadow modules with a generation counter.
Bruno Cardoso Lopes
2018-01-05
1
-0
/
+7
*
Use the VFS from the CompilerInvocation by default
Raphael Isemann
2017-09-12
1
-10
/
+4
*
Fix ownership of the MemoryBuffer in a FrontendInputFile.
Richard Smith
2017-09-09
1
-4
/
+5
*
Teach ASTReader how to read only the Preprocessor state from an AST file, not...
Richard Smith
2017-06-29
1
-4
/
+5
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-17
/
+25
*
Remove some redundant setup when preprocessing .pcm files.
Richard Smith
2017-06-26
1
-1
/
+0
*
Remove 'Filename' parameter from BeginSourceFileAction.
Richard Smith
2017-06-09
1
-6
/
+5
*
Retain header search and preprocessing options from AST file when emitting
Richard Smith
2017-06-06
1
-0
/
+3
*
Factor out and unify emission of "module is unavailable" diagnostics.
Richard Smith
2017-06-05
1
-14
/
+2
*
Rather than rejecting attempts to run preprocessor-only actions on AST files,
Richard Smith
2017-06-05
1
-15
/
+63
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-6
/
+20
*
[modules] When compiling a preprocessed module map, look for headers relative
Richard Smith
2017-05-31
1
-8
/
+12
*
Give files from #line the characteristics of the current file
Reid Kleckner
2017-05-22
1
-1
/
+2
*
Add support for building modules from preprocessed source.
Richard Smith
2017-05-05
1
-81
/
+146
*
Move functionality for handling module maps as inputs from the -emit-module
Richard Smith
2017-04-28
1
-3
/
+263
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-2
/
+3
*
Use filename in linemarker when compiling preprocessed source (Revised)
Taewook Oh
2017-03-07
1
-2
/
+46
*
Initialize builtins during modular codegen
David Blaikie
2017-02-08
1
-0
/
+3
*
Enable -dump-deserialized-decls and -error-on-deserialized-decl for modules.
Vassil Vassilev
2017-02-07
1
-16
/
+22
*
Revert "Use filename in linemarker when compiling preprocessed source"
Diana Picus
2017-01-25
1
-46
/
+2
*
Use filename in linemarker when compiling preprocessed source
David Callahan
2017-01-25
1
-2
/
+46
*
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-1
/
+1
*
[Frontend] Use vfs for directory iteration while searching PCHs. NFCI
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+4
*
Reapply r276973 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-08-05
1
-1
/
+1
*
Revert r276973 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-28
1
-1
/
+1
*
Reapply r276856 "Adjust Registry interface to not require plugins to export a...
John Brawn
2016-07-28
1
-1
/
+1
*
Revert r276856 "Adjust Registry interface to not require plugins to export a ...
John Brawn
2016-07-27
1
-1
/
+1
*
Adjust Registry interface to not require plugins to export a registry
John Brawn
2016-07-27
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+2
*
Make it possible for AST plugins to enable themselves by default
John Brawn
2016-03-15
1
-18
/
+36
*
[Frontend] Make sure WrapperFrontendAction updates CurrentInput after calling...
Argyrios Kyrtzidis
2016-02-16
1
-1
/
+4
*
[Frontend] Make the memory management of FrontendAction pointers explicit by ...
Argyrios Kyrtzidis
2016-02-07
1
-2
/
+3
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Fix crash on invalid if we can't find a suitable PCH file in a specified
Richard Smith
2015-09-04
1
-1
/
+1
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-3
/
+3
*
[modules] Stop dropping 'module.timestamp' files into the current directory
Richard Smith
2015-08-15
1
-3
/
+5
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-1
/
+1
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-3
/
+3
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-8
/
+8
*
Reapply "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
2015-05-04
1
-14
/
+13
[next]