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
*
llvm/ObjCARC: Eliminate inlined AutoreleaseRV calls
Duncan P. N. Exon Smith
2019-11-19
1
-71
/
+145
*
llvm/ObjCARC: Split OptimizeIndividualCallImpl out of OptimizeIndividualCalls...
Duncan P. N. Exon Smith
2019-11-17
1
-245
/
+264
*
llvm/ObjCARC: Use continue to reduce some nesting, NFC
Duncan P. N. Exon Smith
2019-11-17
1
-66
/
+66
*
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] Ignore lifetime markers between *ReturnValue calls
Francis Visoiu Mistrih
2019-11-05
1
-1
/
+28
*
[ObjC][ARC] Delete ObjC runtime calls on global variables annotated
Akira Hatanaka
2019-06-14
1
-0
/
+13
*
[ObjC][ARC] Let ARC optimizer bail out if the number of pointer states
Akira Hatanaka
2019-04-25
1
-2
/
+42
*
Don't add a tail keyword to calls to ObjC runtime functions if the calls
Akira Hatanaka
2019-03-21
1
-1
/
+1
*
[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
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Teach ObjCARC optimizer about equivalent PHIs when eliminating autoreleaseRV/...
Pete Cooper
2019-01-03
1
-1
/
+12
*
[TI removal] Switch ObjCARC code to directly use the nice range-based
Chandler Carruth
2018-10-18
1
-12
/
+8
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-1
/
+1
*
[ObjCARC] Prevent code motion into a catchswitch
Shoaib Meenai
2018-05-16
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-69
/
+87
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[ObjCARC] Take BlockColors by const reference. NFC
Shoaib Meenai
2018-04-20
1
-1
/
+1
*
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
[next]