.. |
ARCInstKind.cpp
|
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
|
2015-05-20 17:16:39 +00:00 |
ARCInstKind.h
|
[objc-arc] Add the predicate CanDecrementRefCount.
|
2015-02-20 00:02:45 +00:00 |
ARCRuntimeEntryPoints.h
|
Remove empty non-virtual destructors or mark them =default when non-public
|
2015-04-11 15:32:26 +00:00 |
BlotMapVector.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
CMakeLists.txt
|
[objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm.
|
2015-03-05 23:29:03 +00:00 |
DependencyAnalysis.cpp
|
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
|
2015-07-22 23:15:57 +00:00 |
DependencyAnalysis.h
|
[objc-arc-contract] We can not move retains over instructions which can not conservatively be proven to not decrement the retain's RCIdentity.
|
2015-02-20 00:02:49 +00:00 |
LLVMBuild.txt
|
Added missing dashes from header declaration comment.
|
2013-01-29 04:53:55 +00:00 |
Makefile
|
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.
|
2013-01-28 01:35:51 +00:00 |
ObjCARC.cpp
|
Add back r222061 with a fix.
|
2014-11-17 02:28:27 +00:00 |
ObjCARC.h
|
Add in an unreachable after a covered switch to appease certain bots.
|
2015-03-16 07:46:34 +00:00 |
ObjCARCAliasAnalysis.cpp
|
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
|
2015-07-22 23:15:57 +00:00 |
ObjCARCAliasAnalysis.h
|
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
|
2015-07-22 23:15:57 +00:00 |
ObjCARCAPElim.cpp
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
ObjCARCContract.cpp
|
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
|
2015-07-22 23:15:57 +00:00 |
ObjCARCExpand.cpp
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
ObjCARCOpts.cpp
|
Fix some comment typos.
|
2015-08-08 18:27:36 +00:00 |
ProvenanceAnalysis.cpp
|
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
|
2015-06-22 02:16:51 +00:00 |
ProvenanceAnalysis.h
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
ProvenanceAnalysisEvaluator.cpp
|
DataLayout is mandatory, update the API to reflect it with references.
|
2015-03-10 02:37:25 +00:00 |
PtrState.cpp
|
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
|
2015-03-23 19:32:43 +00:00 |
PtrState.h
|
Fix some comment typos.
|
2015-08-08 18:27:36 +00:00 |