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
/
Scalar
/
ObjCARC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed EOL whitespace.
Michael Gottesman
2013-01-07
1
-29
/
+29
*
[ObjCARC Debug Message] - Added debug message when fuse a retain/autorelease ...
Michael Gottesman
2013-01-07
1
-2
/
+10
*
[ObjCARC Debug Message] - Added debug message when we zap a matching retain/a...
Michael Gottesman
2013-01-07
1
-0
/
+3
*
[ObjCARC Debug Message] - Added debug message when we erase ARC calls with nu...
Michael Gottesman
2013-01-07
1
-0
/
+2
*
[ObjCARC Debug Message] - Added debug message when we add a nounwind keyword ...
Michael Gottesman
2013-01-06
1
-0
/
+2
*
[ObjCARC Debug Message] - Added debug message when we add a tail keyword to a...
Michael Gottesman
2013-01-06
1
-0
/
+3
*
[ObjCARC Debug Messages] - Added missing newline.
Michael Gottesman
2013-01-06
1
-1
/
+1
*
Added debug statement to ObjCARC when we replace objc_autorelease(x) with obj...
Michael Gottesman
2013-01-06
1
-0
/
+8
*
Added 2x Debug statements to ObjCARC that log when we handle the two undefine...
Michael Gottesman
2013-01-06
1
-2
/
+16
*
Added debug message in ObjCARC when we remove a no-op cast which has only spe...
Michael Gottesman
2013-01-06
1
-0
/
+2
*
Added debug message to ObjCARC when we transform an objc_autoreleaseReturnVal...
Michael Gottesman
2013-01-06
1
-0
/
+12
*
Added debug message to ObjCARC when we transform objc_retainAutorelasedReturn...
Michael Gottesman
2013-01-05
1
-0
/
+11
*
Added debug message for ObjCARC when we zap an objc_autoreleaseReturnValue/ob...
Michael Gottesman
2013-01-05
1
-0
/
+5
*
Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...
Michael Gottesman
2013-01-04
1
-0
/
+10
*
Fixed up some DEBUG messages where I was putting in the text of a message the...
Michael Gottesman
2013-01-04
1
-8
/
+8
*
Changed two debug statements that state that a queue had finished being proce...
Michael Gottesman
2013-01-03
1
-2
/
+2
*
Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim:...
Michael Gottesman
2013-01-03
1
-0
/
+3
*
Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p...
Michael Gottesman
2013-01-03
1
-0
/
+4
*
Added DEBUG message for ObjCARC when an inline asm marker is inserted for arc...
Michael Gottesman
2013-01-03
1
-0
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Added DEBUG message when ObjCARC replaces a call which returns its argument v...
Michael Gottesman
2013-01-01
1
-2
/
+6
*
Added DEBUG messages to the top of several processing loops in ObjCARC.cpp th...
Michael Gottesman
2013-01-01
1
-3
/
+32
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-25
/
+25
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-17
/
+17
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-27
/
+9
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-9
/
+9
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-15
/
+23
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-9
/
+9
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
1
-9
/
+16
*
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
1
-9
/
+9
*
Fix. Apply the no capture attribute to the correct parameter.
Bill Wendling
2012-10-09
1
-4
/
+7
*
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-09
1
-10
/
+25
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-3
/
+2
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-4
/
+4
*
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
1
-0
/
+13
*
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
1
-37
/
+42
*
Don't use for loops for code that is only intended to execute once. No
Dan Gohman
2012-08-27
1
-6
/
+6
*
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
1
-1
/
+4
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-2
/
+2
*
Fix the objc_autoreleasedReturnValue optimization code to locate
Dan Gohman
2012-06-25
1
-2
/
+17
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
1
-1
/
+1
*
Mark an unreachable region of code with llvm_unreachable.
Dan Gohman
2012-05-21
1
-1
/
+1
*
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
1
-2
/
+12
*
Fix the objc_storeStrong recognizer to stop before walking off the
Dan Gohman
2012-05-09
1
-1
/
+4
*
Remove unused variable to get rid of warning.
Craig Topper
2012-05-09
1
-1
/
+1
*
Miscellaneous accumulated cleanups.
Dan Gohman
2012-05-08
1
-104
/
+78
*
Fix objc_storeStrong pattern matching to catch a potential use of the
Dan Gohman
2012-05-08
1
-9
/
+29
[next]