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
/
Rewrite
/
FrontendActions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang/Modules: Rename CompilerInstance::ModuleManager, NFC
Duncan P. N. Exon Smith
2019-11-22
1
-3
/
+3
*
clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC
Duncan P. N. Exon Smith
2019-11-21
1
-1
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
1
-1
/
+2
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-4
/
+4
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-1
/
+5
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[modules] Support use of -E on modules built from the command line.
Richard Smith
2018-09-15
1
-3
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...
NAKAMURA Takumi
2017-10-18
1
-1
/
+1
*
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...
NAKAMURA Takumi
2017-07-18
1
-0
/
+1
*
When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all
Richard Smith
2017-06-26
1
-0
/
+2
*
Turn off "disable free" mode when preprocessing imported module files in
Richard Smith
2017-06-20
1
-0
/
+1
*
Support non-identifier module names when preprocessing modules.
Richard Smith
2017-06-19
1
-1
/
+10
*
Add -frewrite-imports flag.
Richard Smith
2017-06-09
1
-14
/
+104
*
Remove 'Filename' parameter from BeginSourceFileAction.
Richard Smith
2017-06-09
1
-2
/
+1
*
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
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-12
/
+17
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-5
/
+4
*
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 a small bug in clang where generating some temporary files would have an ...
Argyrios Kyrtzidis
2015-09-09
1
-1
/
+1
*
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
Reid Kleckner
2015-06-17
1
-2
/
+3
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-7
/
+7
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-7
/
+7
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-7
/
+7
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-0
/
+196