summaryrefslogtreecommitdiff
path: root/asmcomp/deadcode.ml
Commit message (Expand)AuthorAgeFilesLines
* Remove arm, i386 native-code backends (#11904)Nicolás Ojeda Bär2023-01-221-2/+0
* Refactor Proc.op_is_pure and fix Mach.operation_can_raiseXavier Leroy2021-04-201-1/+1
* Remove labels after calls, checkbound, and GC pointsNicolás Ojeda Bär2020-10-081-1/+1
* Remove SpacetimeNicolás Ojeda Bär2020-10-081-11/+5
* Eliminate dead `ICatch` handlers (#2321)Greta Yorsh2019-08-061-33/+104
* Remove loop constructors in Cmm and MachVincent Laviron2019-02-191-4/+0
* Add a recursive flag on the Ccatch constructPierre Chambart2016-10-281-2/+2
* Change Cmm Ccatch construct to allow recursive casesPierre Chambart2016-10-281-4/+9
* Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-291-1/+6
* Liveness and Deadcode refactoring (#670)Mark Shinwell2016-07-071-5/+6
* Labels after calls, call GC points and checkbound points (again) (#660)Mark Shinwell2016-07-061-1/+1
* Revert "Labels after calls, call GC points and checkbound points"Alain Frisch2016-07-011-1/+1
* Labels after calls, call GC points and checkbound points (#644)Mark Shinwell2016-07-011-1/+1
* More warnings when compiling the compiler.alainfrisch2016-03-151-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Liveness & Deadcode: fix i386-specific issue with move instructions accessingXavier Leroy2014-05-161-2/+5
* ID comments are so passé.Xavier Leroy2014-04-261-3/+1
* New back-end optimization pass: dead code elimination.Xavier Leroy2014-04-261-0/+66