1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better locations for error messages relative to type specifiers. More... over 12 years ago
Watch out for behaviors exponential in the nesting of struct/union types. More... over 12 years ago
RTLtyping: now performed entirely in Coq, no need for an external Caml oracle + a validator. More... over 12 years ago
Update clightgen to changes in Camlcoq and in AST. More... over 12 years ago
Diab asm syntax issue More... over 12 years ago
For Pfreeframe, generate an "addi" over GPR1 when possible, to work around a limitation in the a3 analyzers. More... over 12 years ago
Remove the C primitives for unsigned long long arithmetic, replaced by pure OCaml code. More... over 12 years ago
More aggressive CSE across Ibuiltin. More... over 12 years ago
Assorted changes to reduce stack and heap requirements when compiling very big functions. More... over 12 years ago
Machsem: no longer useful. More... over 12 years ago
Bind some local defs with Let, makes extracted code cleaner More... over 12 years ago
Maps: revised TREE interface; added mucho derived properties and operations in Tree_Properties. Lattice: adapted accordingly. More... over 12 years ago
Suppress int64_unsigned_to_float, now unused. More... over 12 years ago
More updates for 1.13 More... over 12 years ago
Fixed parsing of hex float literals 0xNNNpMMM. More... over 12 years ago
Updated for version 1.13 More... over 12 years ago
Updating doc for 1.13 More... over 12 years ago
Useless Import More... over 12 years ago
Glasnost: making transparent a number of definitions that were opaque for no good reason. More... over 12 years ago
Assorted cleanups, esp. to avoid generating _rec and _rect recursors in submodules. (Extraction does not remove them, then.) common/Switch: replaced use of FMaps by our own Maps. More... over 12 years ago
Improving the performance of exhaustive exploration (mode -all): - Re-share states even at different times - Faster comparison between states, giving priority to the mem nextblock More... over 12 years ago
Finished backtracking (cf previous commit) for ARM and PowerPC. ARM: slightly shorter code generated for indirect memory accesses. More... over 12 years ago
Partial backtracking on previous commit: the "hole in Mach stack frame" trick prevents a future mapping of the Mach/Asm call stack as a single block. IA32 is fixed, PowerPC and ARM remains to be done. More... over 12 years ago
Updates to follow recent changes in PrintAsm.ml More... over 12 years ago
Some builtins were renamed, updating More... over 12 years ago
Bug in Pbtbl More... over 12 years ago
No longer a dependency on Machtyping More... over 12 years ago
Fix 'interp' entry More... over 12 years ago
Testing dense switches More... over 12 years ago
Revised Stacking and Asmgen passes and Mach semantics: - no more prediction of return addresses (Asmgenretaddr is gone) - instead, punch a hole for the retaddr in Mach stack frame and fill this hole with the return address in the Asmgen proof. More... over 12 years ago