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
/
ARCMT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use llvm::is_contained. NFC
Fangrui Song
2019-02-10
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
PTH-- Remove feature entirely-
Erich Keane
2018-12-04
1
-2
/
+0
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-2
/
+2
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-2
/
+2
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-0
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
Watch and TV OS: wire up basic ABI choices
Tim Northover
2015-10-30
1
-0
/
+3
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-1
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-4
/
+6
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-40
/
+42
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-1
/
+1
*
Use std::unique_ptr in a few methods that take ownership.
Rafael Espindola
2014-08-17
1
-3
/
+4
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-3
/
+3
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-3
/
+3
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-3
/
+3
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-2
/
+2
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-1
/
+1
*
ARCMT/GC-check-warn-nsalloc.m: don't provide a diag group
Alp Toker
2014-05-19
1
-2
/
+2
*
Get ARCMT/GC-check-warn-nsalloc.m working
Alp Toker
2014-05-19
1
-4
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-14
1
-12
/
+12
*
[C++11] Remove the remaining uses of OwningPtr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+5
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-5
/
+4
*
[C++11] Switch from the llvm_move macro to directly calling std::move.
Chandler Carruth
2014-03-02
1
-1
/
+1
*
ARCMigrate: Introduce proper diagnostics for TransformActions
Alp Toker
2014-01-26
1
-1
/
+4
*
Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.
Hans Wennborg
2013-12-12
1
-38
/
+0
*
Revert r197076: "[objcmt] When emitting a remap file, use a json format
Hans Wennborg
2013-12-12
1
-0
/
+38
*
[objcmt] When emitting a remap file, use a json format with the edit entries,...
Argyrios Kyrtzidis
2013-12-11
1
-38
/
+0
*
[arcmt] Don't try to handle files that are already ARC'ified, this is not pos...
Argyrios Kyrtzidis
2013-09-17
1
-19
/
+0
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-1
/
+1
*
[arcmt] Only disable ARC in the second compilation if there were actually ARC...
Argyrios Kyrtzidis
2013-07-22
1
-10
/
+21
*
[arcmt] After checking is successful disable auto-synthesize to avoid "@synth...
Argyrios Kyrtzidis
2013-07-19
1
-0
/
+3
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-6
/
+0
*
[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...
Argyrios Kyrtzidis
2013-05-03
1
-1
/
+1
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
1
-1
/
+1
*
[arcmt] Make sure the objc migrators work fine when used with a PCH.
Argyrios Kyrtzidis
2013-02-05
1
-2
/
+19
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
[arcmt] Adds brackets in case statements that "contain" initialization of ret...
Argyrios Kyrtzidis
2013-01-04
1
-4
/
+6
*
[arcmt] When capturing ARC errors, have a sanity check to make sure
Argyrios Kyrtzidis
2012-12-12
1
-1
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
[next]