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
/
FrontendActions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the ability to dump the AST to JSON.
Aaron Ballman
2019-05-13
1
-5
/
+4
*
[c++20] Enable driver and frontend support for building and using
Richard Smith
2019-04-14
1
-3
/
+3
*
Modules: Add LangOptions::CacheGeneratedPCH
Duncan P. N. Exon Smith
2019-03-12
1
-1
/
+3
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-11
/
+11
*
[Preprocessor] Add a note with framework location for "file not found" error.
Volodymyr Sapsai
2019-02-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-10
/
+0
*
[Frontend] Delete -print-decl-contexts
Fangrui Song
2018-10-03
1
-6
/
+0
*
[modules] Support use of -E on modules built from the command line.
Richard Smith
2018-09-15
1
-3
/
+1
*
[modules] Frontend support for building a header module from a list of
Richard Smith
2018-09-15
1
-0
/
+70
*
[Modules] Add imported modules to the output of -module-file-info
Bruno Cardoso Lopes
2018-09-11
1
-0
/
+11
*
PR38627: Fix handling of exception specification adjustment for
Richard Smith
2018-09-05
1
-0
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[modules] Print input files when -module-file-info file switch is passed.
Vassil Vassilev
2018-07-18
1
-0
/
+39
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
1
-4
/
+4
*
Add a new driver mode to dump compiler feature and extension options.
Aaron Ballman
2018-05-31
1
-0
/
+48
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[HIP] Add hip input kind and codegen for kernel launching
Yaxun Liu
2018-04-25
1
-0
/
+1
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-4
/
+0
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-0
/
+4
*
Allow the creation of human-friendly ASTDumper to arbitrary output stream
Alexander Kornienko
2018-04-06
1
-1
/
+2
*
Make a build bot happy.
Gabor Horvath
2018-02-10
1
-6
/
+6
*
[Templight] Template Instantiation Observer
Gabor Horvath
2018-02-10
1
-0
/
+153
*
Allow to store precompiled preambles in memory.
Ilya Biryukov
2017-11-16
1
-7
/
+13
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
1
-1
/
+1
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-2
/
+2
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-2
/
+2
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-2
/
+2
*
Reject attempts to build a module without -fmodules, rather than silently doi...
Richard Smith
2017-07-06
1
-0
/
+10
*
Teach ASTReader how to read only the Preprocessor state from an AST file, not...
Richard Smith
2017-06-29
1
-1
/
+1
*
Killing a tab and some other spurious whitespace; NFC.
Aaron Ballman
2017-06-16
1
-1
/
+1
*
Remove 'Filename' parameter from BeginSourceFileAction.
Richard Smith
2017-06-09
1
-10
/
+4
*
Escape filenames in module map line marker directives, to unbreak Windows bui...
Richard Smith
2017-06-01
1
-2
/
+5
*
Add support for building modules from preprocessed source.
Richard Smith
2017-05-05
1
-0
/
+12
*
Move functionality for handling module maps as inputs from the -emit-module
Richard Smith
2017-04-28
1
-236
/
+6
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-17
/
+15
*
Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...
Richard Smith
2017-03-09
1
-0
/
+1
*
[GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en...
Argyrios Kyrtzidis
2017-02-27
1
-1
/
+7
*
[modules] For -module-file-info, print out the resource dir path, since it is...
Argyrios Kyrtzidis
2017-02-25
1
-0
/
+1
*
PCH: fix a regression that reports a module is defined in both pch and pcm.
Manman Ren
2017-01-09
1
-0
/
+6
*
Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"
Bruno Cardoso Lopes
2016-12-12
1
-11
/
+3
*
[Modules] Make header inclusion order from umbrella dirs deterministic
Bruno Cardoso Lopes
2016-12-12
1
-3
/
+11
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-31
/
+50
*
Refactor to remove the assumption that we know the name of the module we're e...
Richard Smith
2016-08-25
1
-2
/
+2
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-1
/
+2
*
Print the module format in clang -module-file-info.
Adrian Prantl
2016-08-17
1
-2
/
+7
*
Support object-file-wrapped modules in clang -module-file-info.
Adrian Prantl
2016-08-17
1
-0
/
+8
*
Modules: add command line option fmodules-disable-diagnostic-validation
Manman Ren
2016-07-26
1
-1
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+2
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-18
/
+25
[next]