88
I Use This!
Very High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert bad commit. More... almost 10 years ago
#6387: allow attributes on variants in polymorphic variant types. More... almost 10 years ago
#6387: allow attributes on variants in polymorphic variant types. More... almost 10 years ago
Fix precedence of extension nodes (#6386). More... almost 10 years ago
Fix precedence of extension nodes (#6386). More... almost 10 years ago
Fix precedence of extension nodes (#6386). More... almost 10 years ago
Make compare state thread-local More... almost 10 years ago
Fix GC bug in interp.c More... almost 10 years ago
remove camlp4 More... almost 10 years ago
fix white space More... almost 10 years ago
add options -safe-string and -unsafe-string to the compilers and toplevel More... almost 10 years ago
merge branch "safe-string" More... almost 10 years ago
Wrong MASM syntax, try again. More... almost 10 years ago
update Makefile.nt for new asmcomp modules More... almost 10 years ago
merge Leo's patch for PR#6384 More... almost 10 years ago
Support mutiple threads doing GC, with separate minor heaps. More... almost 10 years ago
Use a caml_root for the global variables in caml_global_data. More... almost 10 years ago
Fix PR#6383: Exception Not_found when using object type in absent module More... almost 10 years ago
Document that the new alternative syntax for string literals can break comments. More... almost 10 years ago
Revert 14616, 14617. Go back to the original syntax for toplevel directives, only allowing capitalized identifiers in addition to lowercase ones. Split #show into variants #show_val, #show_type, etc, and implement a generic #show which combines all the results. More... almost 10 years ago
fix bug in commit 14694 More... almost 10 years ago
add CSE.ml to ignore files More... almost 10 years ago
add missing rules for CSE.ml More... almost 10 years ago
PR#6361: Hashtbl.hash not terminating on some lazy values w/ recursive types More... almost 10 years ago
New back-end optimization pass: common subexpression elimination (CSE). (Reuses results of previous computations instead of recomputing them.) (Cherry-picked from branch backend-optim.) Tested on amd64/linux and i386/linux. Other back-ends compile (after assorted updates) but are untested. More... almost 10 years ago
ID comments are so passé. More... almost 10 years ago
New back-end optimization pass: dead code elimination. (Removes arithmetic and load instructions whose results are unused.) (Cherry-picked from branch backend-optim.) More... almost 10 years ago
Follow-up to commit 14673: MASM has its own syntax for hex constants More... almost 10 years ago
fix some whitespace More... almost 10 years ago
update to use the git version of camlp5 More... almost 10 years ago