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
*
[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
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
3
-3
/
+0
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
2
-2
/
+2
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
[ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndividualCalls.
Frederic Riss
2016-02-17
1
-0
/
+1
*
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
John McCall
2016-01-27
1
-16
/
+16
*
Make more headers self-contained.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
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
5
-53
/
+48
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
5
-13
/
+13
*
[ARC] Pull the ObjC ARC components that really serve the role of
Chandler Carruth
2015-08-20
9
-1282
/
+4
*
[PM/AA] Run clang-format over the ObjCARC Alias Analysis code to
Chandler Carruth
2015-08-14
2
-37
/
+34
*
[PM/AA] Don't bother forward declaring Function and Value, just include
Chandler Carruth
2015-08-14
1
-5
/
+2
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
2
-5
/
+5
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
4
-19
/
+17
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
5
-6
/
+6
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
3
-15
/
+14
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
5
-6
/
+6
*
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
3
-15
/
+18
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
2
-4
/
+3
[next]