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
*
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
*
Revert "Frontend: Stop leaking when not -disable-free"
Duncan P. N. Exon Smith
2015-05-04
1
-13
/
+6
*
Frontend: Stop leaking when not -disable-free
Duncan P. N. Exon Smith
2015-05-04
1
-6
/
+13
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
[PCH/Modules] Check that the specific module cache path the PCH was built wit...
Argyrios Kyrtzidis
2015-02-19
1
-1
/
+3
*
PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to
Richard Smith
2015-01-23
1
-0
/
+9
*
[modules] Load .pcm files specified by -fmodule-file lazily.
Richard Smith
2014-10-27
1
-9
/
+3
*
[modules] Initial support for explicitly loading .pcm files.
Richard Smith
2014-10-22
1
-1
/
+12
[next]