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
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-26
/
+26
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
4
-24
/
+24
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
6
-7
/
+12
*
Fix use_iterator crash in ObjCArc from r203364
Duncan P. N. Exon Smith
2014-03-18
1
-2
/
+3
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
3
-26
/
+17
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
5
-23
/
+23
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
2
-7
/
+7
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-0
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-7
/
+7
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
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
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
3
-4
/
+4
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
3
-4
/
+4
*
[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
*
[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...
Michael Gottesman
2013-07-10
7
-7
/
+7
*
[objc-arc] Fix assertion in EraseInstruction so that noop on null calls when ...
Michael Gottesman
2013-07-08
1
-1
/
+3
*
[objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
2013-07-07
1
-8
/
+0
*
[objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...
Michael Gottesman
2013-07-07
2
-0
/
+10
*
[objc-arc] When we initialize ARCRuntimeEntryPoints, make sure we reset all r...
Michael Gottesman
2013-07-06
1
-0
/
+9
*
[objc-arc] Performed some small cleanups in ARCRuntimeEntryPoints and added a...
Michael Gottesman
2013-07-06
1
-3
/
+5
*
[objc-arc] Renamed Module => TheModule in ARCRuntimeEntryPoints. Also did som...
Michael Gottesman
2013-07-06
1
-17
/
+14
*
Removed trailing whitespace.
Michael Gottesman
2013-07-06
1
-2
/
+2
*
[objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-99
/
+11
*
[objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-123
/
+22
*
[objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
2013-07-06
1
-0
/
+178
*
[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
[next]