index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
3
-4574
/
+0
*
Renamed function IsPotentialUse to IsPotentialRetainableObjPtr.
Michael Gottesman
2013-01-27
1
-18
/
+18
*
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...
Michael Gottesman
2013-01-24
1
-0
/
+6
*
Fixed typo.
Michael Gottesman
2013-01-22
1
-2
/
+1
*
[ObjCARC] Refactored out the inner most 2-loops from PerformCodePlacement int...
Michael Gottesman
2013-01-22
1
-153
/
+198
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-19
/
+19
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
1
-3
/
+17
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
3
-9
/
+21
*
Improved comment.
Michael Gottesman
2013-01-18
1
-2
/
+5
*
Fixed typo in comment.
Michael Gottesman
2013-01-18
1
-2
/
+2
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-6
/
+6
*
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
1
-0
/
+1
*
Fixed 80+ violation.
Michael Gottesman
2013-01-18
1
-2
/
+2
*
Added missing const from my last commit.
Michael Gottesman
2013-01-17
1
-1
/
+1
*
[ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...
Michael Gottesman
2013-01-17
1
-3
/
+56
*
[ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...
Michael Gottesman
2013-01-16
1
-33
/
+0
*
Changed SmallPtrSet.count guard + SmallPtrSet.insert to just SmallPtrSet.insert.
Michael Gottesman
2013-01-14
1
-2
/
+1
*
Fixed some 80+ violations.
Michael Gottesman
2013-01-14
1
-14
/
+18
*
Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...
Michael Gottesman
2013-01-14
1
-232
/
+259
*
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
1
-3
/
+14
*
[ObjCARC] Even more debug messages!
Michael Gottesman
2013-01-13
1
-1
/
+17
*
[ObjCARC] More debug messages.
Michael Gottesman
2013-01-13
1
-4
/
+29
*
Fix an editor goof in r171738 that Bill spotted. He may even have a test
Chandler Carruth
2013-01-12
1
-1
/
+1
*
Fixed debug message in ObjCARC.
Michael Gottesman
2013-01-12
1
-2
/
+2
*
Fixed a few debug messages in ObjCARC and added one.
Michael Gottesman
2013-01-12
1
-3
/
+5
*
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
1
-3
/
+6
*
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
1
-2
/
+25
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-1
/
+1
*
[ObjCARC Debug Message] Added debug message when we convert an autorelease in...
Michael Gottesman
2013-01-10
1
-0
/
+6
*
[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...
Michael Gottesman
2013-01-09
1
-0
/
+24
*
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
1
-7
/
+6
*
Fixed EOL whitespace.
Michael Gottesman
2013-01-07
1
-29
/
+29
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Remove LSR's use of the random AddrMode struct. These variables were
Chandler Carruth
2013-01-07
1
-68
/
+76
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-161
/
+138
*
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
2013-01-07
1
-11
/
+24
*
Switch LoopIdiom pass to directly require target transform information.
Chandler Carruth
2013-01-07
1
-3
/
+3
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-9
/
+15
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
2
-2
/
+2
*
[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
[next]