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
*
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
*
[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...
Pierre Gousseau
2016-07-13
1
-1
/
+4
*
RenderScript support in the Frontend
Pirama Arumuga Nainar
2016-06-09
1
-0
/
+1
*
[Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes
2016-05-16
1
-6
/
+7
*
[Tooling] Fix broken dependency for shared build
Etienne Bergeron
2016-05-12
1
-0
/
+3
*
[modules] addHeaderInclude() can't fail.
Davide Italiano
2016-03-02
1
-21
/
+12
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-0
/
+2
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
[modules] Make sure we always include the contents of private headers when
Richard Smith
2016-01-08
1
-9
/
+11
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
1
-10
/
+11
*
[modules] Add -cc1 flag -fmodules-embed-all-files.
Richard Smith
2015-11-24
1
-0
/
+2
*
Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor
2015-11-03
1
-5
/
+25
*
Further simplify the interface of PCHContainerGenerator
Adrian Prantl
2015-09-19
1
-2
/
+2
[next]