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
/
ARCMigrate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a small bug in clang where generating some temporary files would have an ...
Argyrios Kyrtzidis
2015-09-09
2
-2
/
+2
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
2
-3
/
+0
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-4
/
+3
*
[AST] Remove StmtRange in favor of an iterator_range.
Benjamin Kramer
2015-07-18
1
-4
/
+4
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-4
/
+6
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
3
-7
/
+7
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
3
-7
/
+7
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
2
-46
/
+48
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-1
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
6
-31
/
+25
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-5
/
+3
*
[Objective-C SDK modernizer]. Patch to convert setter/getter
Fariborz Jahanian
2015-04-02
1
-5
/
+8
*
[SDK modernizer PATCH]. Fixes a bug whereby a call to super
Fariborz Jahanian
2015-03-23
1
-5
/
+0
*
[SDK modernizer] Patch to fix type of the typed enums when
Fariborz Jahanian
2015-03-02
1
-3
/
+3
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-2
/
+2
*
Fix layering violation: include/clang/Basic/PlistSupport.h should not include
Richard Smith
2015-01-28
1
-6
/
+8
*
Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macros
Fariborz Jahanian
2015-01-26
1
-2
/
+17
*
Objective-C moderinzer [qoi], add space on rhs when needed when
Fariborz Jahanian
2015-01-23
1
-0
/
+4
*
Objective-C modernizer. Avoid using property-dot syntax when
Fariborz Jahanian
2015-01-23
1
-0
/
+4
*
Objective-C SDK modernizer. When modernizing an enum to
Fariborz Jahanian
2014-12-10
1
-4
/
+13
*
Objective-C SDK modernizer. Modernize to use
Fariborz Jahanian
2014-12-09
1
-6
/
+12
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-1
/
+1
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
2
-7
/
+6
*
Objective-C SDK modernization tool. Use its own option
Fariborz Jahanian
2014-10-31
1
-1
/
+1
*
Objective-C SDK modernization. import Foundation even
Fariborz Jahanian
2014-10-09
1
-7
/
+4
*
Objective-C SDK modernization. convert message expression
Fariborz Jahanian
2014-10-09
1
-0
/
+105
*
Objective-C SDK modernization. When modernizing to
Fariborz Jahanian
2014-10-07
1
-7
/
+25
*
Objective-C SDK modernizer. Patch to support modernization
Fariborz Jahanian
2014-10-06
1
-16
/
+26
*
Objective-C Modernizer. Patch to remove dangling space
Fariborz Jahanian
2014-10-01
1
-2
/
+6
*
Objective-C SDK modernizer. Do not modernize an enum
Fariborz Jahanian
2014-09-15
1
-1
/
+1
*
Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
2014-09-11
1
-6
/
+2
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
2
-3
/
+3
*
Update for llvm API change.
Rafael Espindola
2014-08-27
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
2
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-08-25
3
-15
/
+15
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
1
-5
/
+3
*
Use the pointer-like API of ErrorOr.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
Use std::unique_ptr in a few methods that take ownership.
Rafael Espindola
2014-08-17
3
-10
/
+14
*
Update for llvm api changes.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
2
-27
/
+17
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
2
-17
/
+27
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
2
-27
/
+17
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
2
-6
/
+8
*
PlistSupport.h: avoid gcc 'defined but not used' warning
Alp Toker
2014-07-06
1
-2
/
+1
*
Modernize a couple of loops
Alp Toker
2014-07-06
1
-5
/
+2
*
writeARCDiagsToPlist(): make sure all diag levels get handled
Alp Toker
2014-07-06
1
-6
/
+17
*
Remove leftovers of '-arcmt-modify-in-memory' from r133315
Alp Toker
2014-07-05
1
-16
/
+0
[next]