20 Commits (0012b1edcc35e5bd8ced5b95c1531eb8f0d5aa87)

Author SHA1 Message Date
Qianyi Shu 2547a75b8b [cost] add more inferbo and cost analysis models for NSString
5 years ago
Qianyi Shu 829c5da6b2 [cost] add inferbo model for most common function of NSDictionary
5 years ago
Qianyi Shu 6ec7d578cb [cost] Add NSArray.arrayWithObjects: and array access function
5 years ago
Sungkeun Cho 928137fb34 [frontend] Add translation of arrayWithObjects:count:
5 years ago
Dulma Churchill d2f8028e77 [preanalysis] Adding a preanalysis to resolve local closures
5 years ago
Qianyi Shu 8d648b9c5a [cost] add cost model for most common NSString functions
5 years ago
Ezgi Çiçek e6ed605d67 [cost] Fix unreachable node Top poisoning
5 years ago
Qianyi Shu dc502676ea [cost] add model for NSString.string_with_utf8_string_linear and NSString.length
5 years ago
Qianyi Shu 75e5e94f2c [cost] add inferbo model for NSNumber
5 years ago
Qianyi Shu 1c39d7768f [cost] add inferbo model for NSArray
5 years ago
Sungkeun Cho 4ef0a787db [cost] Do not print loop line number in trace message
5 years ago
Qianyi Shu 2756189175 [cost] add test for unmodeled inferbo functions that acts as control variable
5 years ago
Qianyi Shu 149e1879ce [cost] add objc test for customized_class and blocks
5 years ago
Dulma Churchill 61ae2d1e1b [clang] Add implicit implementations for ObjC getters and setters as a preanalysis
5 years ago
Qianyi Shu 9e0d5de91d [cost] add objc test for NSDictionary and NSMutableDictionary
5 years ago
Qianyi Shu fecf954c6e [cost] add objc test for NSArray and NSMutableArray
5 years ago
Qianyi Shu cb805882c2 [cost] add objc test case for NSInteger and NSString
5 years ago
Qianyi Shu 525bd35370 [cost] import c performance test to objc
5 years ago
Ezgi Çiçek 289d64260e [cost] Record cost traces in cost-report.json
5 years ago
Ezgi Çiçek 4858d29147 [cost] Add ability to test costs-report.json
5 years ago