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
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
2
-5
/
+1
*
[objcmt] Fix a buffer overflow crash than can occur while modernizing enums.
Argyrios Kyrtzidis
2016-07-15
1
-27
/
+17
*
[objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...
Argyrios Kyrtzidis
2016-07-15
1
-0
/
+5
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-11
/
+7
*
[Frontend] Make the memory management of FrontendAction pointers explicit by ...
Argyrios Kyrtzidis
2016-02-07
2
-8
/
+9
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-1
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-18
/
+0
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
2
-3
/
+3
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-2
/
+2
*
Refactor: Simplify boolean conditional return statements in lib/ARCMigrate
Alexander Kornienko
2015-11-06
5
-47
/
+18
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-22
/
+4
*
Watch and TV OS: wire up basic ABI choices
Tim Northover
2015-10-30
2
-1
/
+5
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
2
-2
/
+3
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
3
-3
/
+3
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
3
-3
/
+3
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-3
/
+3
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-3
/
+3
*
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
[next]