Commit Graph

198 Commits (7904ca31c080483ed3550f3c77dfcaa78bb99729)

Author SHA1 Message Date
Timotej Kapus 8e31b136d0 [sledge] CI install script 6 years ago
Josh Berdine 12bab4b16b [sledge] Add formal parameters to functions for return values 6 years ago
Josh Berdine 2440ee69ae [sledge] Preserve sharing of Func.parent 6 years ago
Timotej Kapus 2d69e17d51 [sledge] Add CL option to disable exceptions 6 years ago
Josh Berdine caef28f49e [sledge] Revise test scripts 6 years ago
Josh Berdine f119154a41 [sledge] Add cxa_default_handlers to models 6 years ago
Josh Berdine a0949495c1 [sledge] Translate `invoke abort` to `abort` 6 years ago
Josh Berdine f3bee3f513 [sledge] Print locations of globals in textual LLAIR 6 years ago
Josh Berdine d104f5e518 [sledge] Extend Exp.typ to binary and ternary ops 6 years ago
Timotej Kapus 65f3b10c99 [sledge] Fix crashing frontned 6 years ago
Timotej Kapus 9ef992394c [sledge] Put all the entry points in the config 6 years ago
Timotej Kapus b9ba97a2fd [sledge] Add globalopt pass to remove globals 6 years ago
Josh Berdine 4ea2cf9814 [sledge] Improve uncaught exceptions 6 years ago
Josh Berdine 6a2da2acc4 [sledge] Rework command line interface 6 years ago
Josh Berdine 9c277e9732 [sledge] Simplify Llair.pp 6 years ago
Timotej Kapus c8b063fb50 [sledge] Fix ~predicate label 6 years ago
Timotej Kapus cdd444b901 [sledge] Update internalize to handle other mains 6 years ago
Timotej Kapus e45a05a574 [sledge] fix LLVM assertion failure in xlate_global 6 years ago
Timotej Kapus 881a4d10af [sledge] Fix bound not bounding recursion 6 years ago
Josh Berdine 1e7b13bdcd [sledge] Add printers for some LLVM enums 6 years ago
Josh Berdine babe25fd29 [sledge] Fix translation of global initializers 6 years ago
Josh Berdine 00c5e1b9fe [sledge] Fix size in translation of global variables 6 years ago
Josh Berdine 62a3187f5d [sledge] Don't call Llvm.dispose_context as it leads to crashes in GC 6 years ago
Josh Berdine 14a15931f7 [sledge] Combine name and loc tables into one 6 years ago
Josh Berdine ccd2a92ba5 [sledge] Avoid Format in non-debug code 6 years ago
Josh Berdine d5c2468007 [sledge] Combine scan_locs and scan_names into a single pass 6 years ago
Josh Berdine 4d5970f693 [sledge] Only call Llvm_analysis.verify_module in debug mode 6 years ago
Josh Berdine da097679bd [sledge] Fix crash when trying to warn 6 years ago
Josh Berdine 611fb57d3a [sledge] Treat .bc or .ll input files as pre-linked bitcode 6 years ago
Josh Berdine 7ac04fa46a [sledge] Optimize finding functions by name 6 years ago
Timotej Kapus d37374dd8c [sledge] change input format 6 years ago
Josh Berdine 139a3d3e00 [sledge] Avoid calling Llvm.string_of_llvalue on instructions 6 years ago
Josh Berdine a3e7107969 [sledge] Optimize variable renaming in symbolic heaps 6 years ago
Josh Berdine e391a8a9b2 [sledge] Simplify Equality.map_exps 6 years ago
Josh Berdine c4707621ea [sledge] Make execution bound part of the work queue 6 years ago
Josh Berdine dda922b6ad [sledge] Add command line option for execution bound 6 years ago
Josh Berdine 3a87a0e2f3 [sledge] Unignore model/cxxabi.bc 6 years ago
Josh Berdine 889b874f63 [sledge] Optimize equality solver treatment of atomic exps 6 years ago
Josh Berdine 0cbcb878f9 [sledge] Classify fully-interpreted and simplified exps differently 6 years ago
Josh Berdine c690416622 [sledge][NFC] Simplify harness selection code 6 years ago
Timotej Kapus d47824fe37 [sledge] link in cxxabi 6 years ago
Timotej Kapus 22acf72936 [sledge] fix only-needed 6 years ago
Josh Berdine cb6d02fe32 [sledge] Add Frontend.report_undefined 6 years ago
Josh Berdine 4ece75ace9 [sledge] Add abort instruction and use it for abort and llvm.trap 6 years ago
Josh Berdine 8f0c88cc68 [sledge] Translate aligned operator new and delete 6 years ago
Josh Berdine b33e32941a [sledge] Revise plans for variadic functions and stack allocation 6 years ago
Josh Berdine f64fc6e32e [sledge] Improve frontend warnings 6 years ago
Josh Berdine c8943f946c [sledge] Change type of warn to be consistent with fail 6 years ago
Josh Berdine ce7a947be5 [sledge] Refactor auto-formatting build 6 years ago
Josh Berdine 81909abf23 [sledge] Model llvm.trap as nop 6 years ago