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
*
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
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-6
/
+6
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-6
/
+6
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-6
/
+6
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+6
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-6
/
+3
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-6
/
+6
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-17
/
+17
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-15
/
+8
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-6
/
+6
*
Fix known typos
Alp Toker
2014-01-24
1
-7
/
+7
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Use accessor methods instead.
Bill Wendling
2013-12-01
1
-2
/
+1
*
Use 'unsigned char' to get this past gcc error message:
Bill Wendling
2013-12-01
1
-3
/
+4
*
[objc-arc] Convert the one directional retain/release relation assert to a co...
Michael Gottesman
2013-11-05
1
-3
/
+18
*
[objc-arc] Remove dead code from previous commit.
Michael Gottesman
2013-09-03
1
-140
/
+0
*
[objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.
Michael Gottesman
2013-09-03
1
-5
/
+0
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-09
1
-8
/
+53
*
Revert "[objc-arc] Track if we encountered an additive overflow while computi...
Michael Gottesman
2013-08-08
1
-32
/
+3
*
[objc-arc] Track if we encountered an additive overflow while computing {TopD...
Michael Gottesman
2013-08-07
1
-3
/
+32
*
[objc-arc] Change 4 iterator methods which return const_iterators to be const...
Michael Gottesman
2013-08-07
1
-4
/
+4
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-6
/
+6
*
Removed trailing whitespace.
Michael Gottesman
2013-07-06
1
-2
/
+2
*
[objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-123
/
+22
*
[objc-arc-opts] Make IsTrackingImpreciseReleases a const method.
Michael Gottesman
2013-06-21
1
-1
/
+1
*
[objc-arc-opts] Now that PtrState.RRI is encapsulated in PtrState, make PtrSt...
Michael Gottesman
2013-06-21
1
-5
/
+7
*
[objc-arc-opts] Encapsulated PtrState.RRI.{Calls,ReverseInsertPts} into sever...
Michael Gottesman
2013-06-21
1
-12
/
+28
*
[objcarcopts] Encapsulated PtrState.RRI.IsTrackingImpreciseRelease() => PtrSt...
Michael Gottesman
2013-06-21
1
-4
/
+5
*
[objcarcopts] Encapsulate PtrState.RRI.CFGHazardAfflicted via methods PtrStat...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[objcarcopts] Encapsulate PtrState.RRI.ReleaseMetadata into the methods PtrSt...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[objcarcopts] Encapsulate PtrState.RRI.IsTailCallRelease into the method PtrS...
Michael Gottesman
2013-06-21
1
-2
/
+10
*
[obcjarcopts] Encapsulate PtrState.RRI.KnownSafe in the methods PtrState.IsKn...
Michael Gottesman
2013-06-21
1
-6
/
+15
*
[objcarcopts] Some more minor code cleanups/comment additions.
Michael Gottesman
2013-06-21
1
-1
/
+5
*
[objcarcopts] Refactor out the RRInfo merging code from PtrState into RRInfo:...
Michael Gottesman
2013-06-21
1
-17
/
+28
*
[objc-arc] Ensure that the cfg path count does not overflow when we multiply ...
Michael Gottesman
2013-06-07
1
-10
/
+38
*
[objc-arc] KnownSafe does not imply that it is safe to perform code motion ac...
Michael Gottesman
2013-05-24
1
-8
/
+40
*
[objc-arc] Make sure that multiple owners is propogated correctly through the...
Michael Gottesman
2013-05-24
1
-17
/
+16
*
[objc-arc] Fixed number of prefixing slashes in some comments in a function f...
Michael Gottesman
2013-05-23
1
-6
/
+6
*
[objc-arc] Fixed a spelling error and made the statistic descriptions be cons...
Michael Gottesman
2013-05-15
1
-5
/
+5
*
Removed trailing whitespace.
Michael Gottesman
2013-05-14
1
-4
/
+4
*
[objc-arc-opts] Added debug statements when we set and unset whether a pointe...
Michael Gottesman
2013-05-14
1
-0
/
+2
*
[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...
Michael Gottesman
2013-05-13
1
-5
/
+91
*
Move a couple more statistics inside '#ifndef NDEBUG'.
Matt Beaumont-Gay
2013-05-13
1
-1
/
+1
*
[objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...
Michael Gottesman
2013-05-13
1
-0
/
+6
*
[objc-arc] Move the before optimization statistics gathering phase out of Opt...
Michael Gottesman
2013-05-13
1
-8
/
+7
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+1
[next]