aboutsummaryrefslogtreecommitdiffstats
path: root/x86/Asm.v
Commit message (Expand)AuthorAgeFilesLines
* Add `Declare Scope` where appropriate (#440)Xavier Leroy2022-09-191-0/+1
* Add op for float max and min for x86.Bernhard Schommer2022-02-071-2/+4
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-1/+1
* Support Cygwin 64 bitsXavier Leroy2020-10-051-0/+2
* Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-031-0/+2
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-211-2/+0
* Implement a `Osel` operation for x86Xavier Leroy2019-05-201-5/+6
* x86: wrong modeling of ZF flag for FP comparisonsXavier Leroy2018-12-201-6/+6
* Generate a nop instruction after some ais annotations (#137)Bernhard Schommer2018-09-121-0/+2
* Model external calls as destroying all caller-save registersXavier Leroy2018-06-011-1/+10
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-3/+3
* Give explicit scopes to notations a#b and a##b and a#b<-cXavier Leroy2017-02-131-2/+4
* Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-271-0/+1204