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
*
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
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+1
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
3
-3
/
+3
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
2
-2
/
+2
*
Pass a char instead of a string to the find function. clang-tidy: performance...
Sylvestre Ledru
2017-01-28
2
-2
/
+2
*
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
John McCall
2016-11-29
2
-14
/
+13
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-24
/
+18
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
2
-4
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
3
-6
/
+4
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
4
-47
/
+54
*
Use more ArrayRefs
David Majnemer
2016-06-24
2
-6
/
+6
*
Delete dead code.
Rafael Espindola
2016-06-21
1
-96
/
+0
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Fix a couple assertions that can never fire because the condition ANDed with ...
Craig Topper
2016-04-24
2
-2
/
+2
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
1
-1
/
+3
*
[Objective-c] Stop attaching section "datacoal_nt" to global variables.
Akira Hatanaka
2016-02-11
1
-1
/
+1
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
2
-88
/
+35
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-5
/
+4
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-22
/
+0
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
2
-9
/
+12
*
Fix a couple places where InsertText was being called with a pointer and size...
Craig Topper
2015-10-22
2
-5
/
+5
*
Pass an ArrayRef instead of pointer and size. NFC
Craig Topper
2015-10-22
2
-68
/
+38
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
4
-5
/
+5
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
4
-5
/
+5
*
Refactor module lookup when looking up a header file, and wire through the re...
Richard Smith
2015-10-16
1
-1
/
+2
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
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
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
2
-45
/
+37
*
Fix a couple of unused variables in no-asserts
Justin Bogner
2015-07-01
1
-0
/
+2
*
-frewrite-includes: Prefer insert to emplace
Justin Bogner
2015-07-01
1
-3
/
+4
*
-frewrite-includes: Rework how includes and modules are differentiated
Justin Bogner
2015-07-01
1
-39
/
+50
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
4
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
4
-4
/
+4
*
[fixit] Use overwriteChangedFiles() to deal with Windows mapped files
Reid Kleckner
2015-06-17
2
-2
/
+10
[next]