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
/
llvm
/
lib
/
Transforms
/
ObjCARC
/
ObjCARCContract.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[ObjC][ARC] Check the basic block size before calling
Akira Hatanaka
2019-04-23
1
-1
/
+34
*
Fix formatting. NFC
Akira Hatanaka
2019-04-17
1
-90
/
+88
*
[ObjC][ARC] Convert the retainRV marker that is passed as a named
Akira Hatanaka
2019-04-10
1
-9
/
+2
*
[opaque pointer types] Pass function type for CallBase::setCalledFunction.
James Y Knight
2019-02-01
1
-2
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-4
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Change the objc ARC optimizer to use the new objc.* intrinsics
Pete Cooper
2018-12-18
1
-1
/
+1
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-16
/
+22
*
[ObjCARC] Account for catchswitch in bitcast insertion
Shoaib Meenai
2018-05-04
1
-4
/
+17
*
[ObjCARC] Convert an if to an early continue. NFC
Shoaib Meenai
2018-05-03
1
-29
/
+29
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[ObjCARC] Take BlockColors by const reference. NFC
Shoaib Meenai
2018-04-20
1
-8
/
+7
*
[ObjCARC] Account for funclet token in storeStrong transform
Shoaib Meenai
2018-04-20
1
-16
/
+27
*
[ObjCARC] Add funclet token to ARC marker
Shoaib Meenai
2018-03-20
1
-8
/
+27
*
[ObjCARC] Do not turn a call to @objc_autoreleaseReturnValue into a call
Akira Hatanaka
2018-01-19
1
-1
/
+10
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ObjCArc] Do not dereference an invalidated iterator.
Akira Hatanaka
2017-04-05
1
-0
/
+1
*
Address Pete's review comment and define OrigArg on its own line.
Akira Hatanaka
2016-09-13
1
-1
/
+2
*
[ObjCARC] Traverse chain downwards to replace uses of argument passed to
Akira Hatanaka
2016-09-13
1
-4
/
+30
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Form objc_storeStrong in the presence of bitcasts.
Pete Cooper
2016-05-27
1
-1
/
+2
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
John McCall
2016-01-27
1
-16
/
+16
*
ObjCARC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-9
/
+9
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+4
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-1
/
+1
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...
Michael Gottesman
2015-03-16
1
-1
/
+1
*
[objc-arc] Change EntryPointType to an enum class outside of ARCRuntimeEntryP...
Michael Gottesman
2015-03-16
1
-4
/
+4
*
[objc-arc-contract] We can not move retains over instructions which can not c...
Michael Gottesman
2015-02-20
1
-39
/
+146
*
[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.
Michael Gottesman
2015-02-19
1
-22
/
+22
*
[objc-arc] Introduce the concept of RCIdentity and rename all relevant functi...
Michael Gottesman
2015-02-19
1
-9
/
+9
*
[objc-arc-contract] Rename contractRelease => tryToContractReleaseIntoStoreSt...
Michael Gottesman
2015-02-19
1
-4
/
+8
*
[objc-arc-contract] Refactor out tryToPeepholeInstruction into its own method...
Michael Gottesman
2015-02-19
1
-58
/
+85
*
[objc-arc-contract] Reorganize the code a bit and make the debug output easie...
Michael Gottesman
2015-02-19
1
-63
/
+73
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-4
/
+4
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-4
/
+4
[next]