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
*
[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
*
Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
2015-05-12
1
-2
/
+2
*
Fix a few line endings. NFC.
Yunzhong Gao
2015-05-01
1
-38
/
+38
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-5
/
+5
*
[Objective-C modern translation]. Patch to fix type of
Fariborz Jahanian
2015-04-09
1
-97
/
+97
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
2
-145
/
+132
*
Fix a [-Werror,-Wreorder] initialization ordering error.
Eric Christopher
2015-02-26
1
-2
/
+2
*
Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
2015-02-26
1
-10
/
+10
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
2
-6
/
+6
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
2
-6
/
+6
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
2
-28
/
+22
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
2
-4
/
+4
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
1
-9
/
+6
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-2
/
+2
*
Objective-C modern rewriter. Patch to fix a rewriting bug
Fariborz Jahanian
2014-10-28
1
-0
/
+4
*
Remove code duplication and cut dependency from clangRewrite on
Daniel Jasper
2014-10-23
2
-34
/
+12
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-1
/
+1
*
-frewrite-includes: Normalize line endings to match the main source file
Reid Kleckner
2014-09-05
1
-52
/
+90
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-6
/
+5
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
2
-36
/
+23
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
2
-4
/
+4
*
Correctly implement -include search logic.
Manuel Klimek
2014-08-12
1
-3
/
+6
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
4
-26
/
+24
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
4
-24
/
+26
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
4
-26
/
+24
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
10
-0
/
+15049