..
Makefile
[cost] Add an option printing/suppressing function pointers in cost
4 years ago
MyEnumerator.h
[preanalysis] Replace overridden method calls in ObjC
4 years ago
MyEnumerator.m
[preanalysis] Replace overridden method calls in ObjC
4 years ago
NSArray.m
[cost] add model for iterating over collections via block
4 years ago
NSDictionary.m
[frontend] Treat allocWithZone: same as alloc
4 years ago
NSEnumeration.m
[frontend] Track protocols in A<ObjCProtocol>
4 years ago
NSFileManager.m
[cost] Add model: NSFileManager.contentsOfDirectoryAtURL
4 years ago
NSInteger.m
[cost] add inferbo model for NSNumber
4 years ago
NSKeyedUnarchiver.m
[cost] Add model: NSKeyedUnarchiver.decodeObjectForKey:
4 years ago
NSMutableArray.m
[cost] add inferbo model for NSArray.arrayByAddingObjectsFromArray, NSMutableArray.initWithCapacity
4 years ago
NSMutableDictionary.m
[cost] add iterator support for nsdictionary
4 years ago
NSMutableString.m
[inferbo] Add naive models for mutableCopy and copy
4 years ago
NSOrderedSet.m
[cost] Add models: NSOrderedSet.orderedSet, orderedSetWithArray
4 years ago
NSSet.m
[inferbo] Model NSSet/NSOrderedSet as collections
4 years ago
NSString.m
[cost] If the modeled cost is Top, underestimate the cost
4 years ago
NSURL.m
[cost] Add models: NSURL.getResourceValue, path
4 years ago
araii.m
[copyright] Remove years
6 years ago
block.m
[cost] Support closure symbols in operation/allocation cost kinds
4 years ago
break.m
[cost] import c performance test to objc
5 years ago
cf.m
[copyright] Remove years
6 years ago
compound_loop_guard.m
[cost] import c performance test to objc
5 years ago
control.m
[inferbo] Do not prune values with bottom
5 years ago
copy_test.m
[preanalysis] Add a new preanalysis for ObjC's copy and mutableCopy
4 years ago
copy_test_object.m
[preanalysis] Add a new preanalysis for ObjC's copy and mutableCopy
4 years ago
cost-issues.exp
[inferbo] Handle global constant array loads in Obj-C
4 years ago
cost_test.m
[cost] import c performance test to objc
5 years ago
cost_test_deps.m
[cost] import c performance test to objc
5 years ago
exit.m
[cost] import c performance test to objc
5 years ago
field_access.m
[cost] add objc test for customized_class and blocks
4 years ago
global_test.m
[inferbo] Handle global constant array loads in Obj-C
4 years ago
instantiate.m
[cost] import c performance test to objc
5 years ago
invariant.m
[cost] import c performance test to objc
5 years ago
issues.exp
[inferbo] Handle when const global assigned to local variable
4 years ago
jump_inside_loop.m
[cost] import c performance test to objc
5 years ago
loops.m
[cost] import c performance test to objc
5 years ago
mutable_copy_test.m
[preanalysis] Add a new preanalysis for ObjC's copy and mutableCopy
4 years ago
purity.m
[cost] import c performance test to objc
5 years ago
struct_test.m
[inferbo] Handle field access from global struct arrays
4 years ago
switch_continue.m
[cost] import c performance test to objc
5 years ago
two_loops_symbolic.m
[cost] import c performance test to objc
5 years ago
unreachable.m
[cost] Fix unreachable node Top poisoning
4 years ago