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
/
ObjCARCOpts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ObjCARC: address review comments from majnemer
Saleem Abdulrasool
2018-03-12
1
-8
/
+5
*
ObjCARC: teach the cloner about funclets
Saleem Abdulrasool
2018-03-12
1
-1
/
+36
*
[ObjCARC] Do not turn a call to @objc_autoreleaseReturnValue into a call
Akira Hatanaka
2018-01-19
1
-0
/
+5
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
1
-46
/
+75
*
[ObjCARC] Do not move a release that has the clang.imprecise_release tag
Akira Hatanaka
2017-10-16
1
-3
/
+8
*
[ObjCARC] Pass the correct BasicBlock to fix assertion failure.
Akira Hatanaka
2017-08-31
1
-1
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Remove redundant code. NFC.
Akira Hatanaka
2017-02-25
1
-4
/
+0
*
Clean up ObjCARCOpts.cpp. NFC.
Akira Hatanaka
2017-02-25
1
-81
/
+7
*
Only log the visit of a return instruction if we in fact found a return
Chandler Carruth
2016-11-04
1
-3
/
+2
*
ObjCARC: Don't look at users of ConstantData
Duncan P. N. Exon Smith
2016-09-24
1
-0
/
+11
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-6
/
+2
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-8
/
+4
*
[ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndividualCalls.
Frederic Riss
2016-02-17
1
-0
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ob...
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
ObjCARC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-30
/
+28
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+4
*
[ARC] Pull the ObjC ARC components that really serve the role of
Chandler Carruth
2015-08-20
1
-1
/
+1
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
1
-8
/
+8
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
One more try with unused.
Michael Gottesman
2015-03-16
1
-1
/
+2
*
Remove a used that snuck in that seems to be triggering the MSVC buildbots.
Michael Gottesman
2015-03-16
1
-2
/
+1
*
[objc-arc] Fix indentation of debug logging so it is easy to read the output.
Michael Gottesman
2015-03-16
1
-4
/
+76
*
[objc-arc] Make the ARC optimizer more conservative by forcing it to be non-s...
Michael Gottesman
2015-03-16
1
-5
/
+2
*
[objc-arc] Rename ConnectTDBUTraversals => PairUpRetainsReleases.
Michael Gottesman
2015-03-16
1
-15
/
+15
*
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...
Michael Gottesman
2015-03-16
1
-12
/
+6
*
[objc-arc] Change EntryPointType to an enum class outside of ARCRuntimeEntryP...
Michael Gottesman
2015-03-16
1
-7
/
+7
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+5
*
[objc-arc] Sprinkle some more auto on some iterators.
Michael Gottesman
2015-03-06
1
-8
/
+4
*
[objc-arc] Move the detection of potential uses or altering of a ref count on...
Michael Gottesman
2015-03-06
1
-108
/
+6
*
[objc-arc] Move the checking of whether or not we can match onto PtrStates an...
Michael Gottesman
2015-03-06
1
-51
/
+13
*
[objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown...
Michael Gottesman
2015-03-06
1
-45
/
+2
*
[objc-arc] Create two subclasses of PtrState in preparation for moving per pt...
Michael Gottesman
2015-03-06
1
-42
/
+48
*
[objc-arc] Extract out MDNodes into a cache structure so the information can ...
Michael Gottesman
2015-03-06
1
-22
/
+21
*
[objc-arc] Remove annotations code.
Michael Gottesman
2015-03-06
1
-327
/
+0
*
[objc-arc] Change some casts and loop iterators to use auto.
Michael Gottesman
2015-03-05
1
-16
/
+12
*
[objc-arc] Extract out state specific to a ref count from the main objc arc s...
Michael Gottesman
2015-03-05
1
-287
/
+1
*
[objc-arc] Extract blot map vector into its own file. NFC.
Michael Gottesman
2015-03-05
1
-160
/
+48
*
[objc-arc] Change the InstructionClass to be an enum class called ARCInstKind.
Michael Gottesman
2015-02-19
1
-96
/
+98
*
[objc-arc] Introduce the concept of RCIdentity and rename all relevant functi...
Michael Gottesman
2015-02-19
1
-19
/
+19
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-5
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-8
/
+8
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-3
/
+3
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-3
/
+3
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-6
/
+3
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-38
/
+10
[next]