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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer types] Pass function type for CallBase::setCalledFunction.
James Y Knight
2019-02-01
2
-4
/
+4
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
3
-21
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-6
/
+3
*
Teach ObjCARC optimizer about equivalent PHIs when eliminating autoreleaseRV/...
Pete Cooper
2019-01-03
1
-1
/
+12
*
Fix assert in ObjCARC optimizer when deleting retainBlock of null or undef.
Pete Cooper
2019-01-02
1
-1
/
+1
*
Change the objc ARC optimizer to use the new objc.* intrinsics
Pete Cooper
2018-12-18
2
-59
/
+17
*
[TI removal] Switch ObjCARC code to directly use the nice range-based
Chandler Carruth
2018-10-18
2
-16
/
+9
*
ProvenanceAnalysis: Store WeakTrackingVH instead of Value* in UnderlyingValue...
Michael Zolotukhin
2018-06-21
1
-1
/
+2
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
2
-2
/
+2
*
[ObjCARC] Prevent code motion into a catchswitch
Shoaib Meenai
2018-05-16
2
-0
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
5
-113
/
+144
*
[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
9
-13
/
+13
*
[ObjCARC] Take BlockColors by const reference. NFC
Shoaib Meenai
2018-04-20
2
-9
/
+8
*
[ObjCARC] Account for funclet token in storeStrong transform
Shoaib Meenai
2018-04-20
1
-16
/
+27
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[ObjCARC] Add funclet token to ARC marker
Shoaib Meenai
2018-03-20
1
-8
/
+27
*
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
*
Improve caching scheme in ProvenanceAnalysis.
Michael Zolotukhin
2018-03-12
2
-8
/
+10
*
[ObjCARC] Do not turn a call to @objc_autoreleaseReturnValue into a call
Akira Hatanaka
2018-01-19
3
-1
/
+35
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
7
-122
/
+197
*
ObjCARC: do not increment past the end of the BB
Saleem Abdulrasool
2017-10-24
1
-4
/
+8
*
[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
7
-8
/
+8
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
*
[ObjCARC] Do not move a release between a call and a
Akira Hatanaka
2017-04-29
2
-16
/
+33
*
[ObjCARC] Do not sink an objc_retain past a clang.arc.use.
Akira Hatanaka
2017-04-25
1
-2
/
+4
*
[ObjCArc] Do not dereference an invalidated iterator.
Akira Hatanaka
2017-04-05
1
-0
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-8
/
+6
*
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
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
Only log the visit of a return instruction if we in fact found a return
Chandler Carruth
2016-11-04
1
-3
/
+2
*
Use StringRef in ARCRuntimeEntryPoints APIs (NFC)
Mehdi Amini
2016-10-05
1
-6
/
+3
*
ObjCARC: Don't look at users of ConstantData
Duncan P. N. Exon Smith
2016-09-24
1
-0
/
+11
*
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 a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
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
*
Form objc_storeStrong in the presence of bitcasts.
Pete Cooper
2016-05-27
1
-1
/
+2
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-1
/
+1
[next]