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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-3
/
+3
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-2
/
+2
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
4
-5
/
+5
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
1
-1
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-4
/
+4
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
2
-10
/
+10
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-1
/
+5
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
2
-43
/
+35
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
2
-35
/
+43
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
2
-43
/
+35
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-1
/
+1
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[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
8
-32
/
+24
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
2
-56
/
+48
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
2
-111
/
+100
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
1
-7
/
+6
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
2
-2
/
+2
*
[modules] Support use of -E on modules built from the command line.
Richard Smith
2018-09-15
1
-3
/
+4
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
2
-30
/
+30
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
2
-112
/
+111
*
Remove trailing space
Fangrui Song
2018-07-30
4
-679
/
+679
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-2
/
+4
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-4
/
+2
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-2
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Fix evaluation of `__has_include_next` during -frewrite-includes.
Volodymyr Sapsai
2018-04-13
1
-14
/
+18
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-2
/
+2
*
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-03-27
1
-12
/
+17
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
2
-2
/
+2
*
Clean up use of C allocation functions
Serge Pavlov
2018-02-21
1
-4
/
+3
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
2
-24
/
+29
*
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...
NAKAMURA Takumi
2017-10-18
3
-3
/
+3
*
[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...
NAKAMURA Takumi
2017-07-18
3
-0
/
+3
*
[Objective-C] Fix non-determinism in clang
Mandeep Singh Grang
2017-07-06
1
-4
/
+5
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
2
-2
/
+2
*
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
2
-6
/
+15
*
Attempt to fix shared library build: RewriteFrontend depends on Serialization...
Richard Smith
2017-06-09
1
-0
/
+1
*
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
*
PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...
Richard Smith
2017-06-02
1
-4
/
+3
*
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
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
1
-0
/
+30
*
PR26771: don't forget the " 2" (returning from #included file) linemarker aft...
Richard Smith
2017-04-29
1
-14
/
+9
*
Add pragma to perform module import and use it in -E output.
Richard Smith
2017-04-29
1
-4
/
+2
[next]