rename CompareExchange to CmpXchg
This is the name used by x86 (CMPXCHG) and LLVM. Also reorder the result (value first, boolean second) for consistency with LLVM, because why not.
Showing
- tests/heap_lang.ref 4 additions, 4 deletionstests/heap_lang.ref
- tests/heap_lang.v 9 additions, 9 deletionstests/heap_lang.v
- tests/heap_lang_proph.v 6 additions, 3 deletionstests/heap_lang_proph.v
- tests/ipm_paper.v 3 additions, 3 deletionstests/ipm_paper.v
- tests/one_shot.v 3 additions, 3 deletionstests/one_shot.v
- theories/heap_lang/lang.v 30 additions, 30 deletionstheories/heap_lang/lang.v
- theories/heap_lang/lib/atomic_heap.v 32 additions, 14 deletionstheories/heap_lang/lib/atomic_heap.v
- theories/heap_lang/lib/counter.v 6 additions, 6 deletionstheories/heap_lang/lib/counter.v
- theories/heap_lang/lib/increment.v 3 additions, 3 deletionstheories/heap_lang/lib/increment.v
- theories/heap_lang/lib/spin_lock.v 3 additions, 3 deletionstheories/heap_lang/lib/spin_lock.v
- theories/heap_lang/lib/ticket_lock.v 3 additions, 3 deletionstheories/heap_lang/lib/ticket_lock.v
- theories/heap_lang/lifting.v 48 additions, 48 deletionstheories/heap_lang/lifting.v
- theories/heap_lang/metatheory.v 2 additions, 2 deletionstheories/heap_lang/metatheory.v
- theories/heap_lang/notation.v 2 additions, 1 deletiontheories/heap_lang/notation.v
- theories/heap_lang/proofmode.v 64 additions, 64 deletionstheories/heap_lang/proofmode.v
- theories/heap_lang/tactics.v 3 additions, 6 deletionstheories/heap_lang/tactics.v
Loading
Please register or sign in to comment