index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ia32
/
PrintAsm.ml
Commit message (
Expand
)
Author
Age
*
Support for indirect symbols under MacOS X (final).
xleroy
2012-07-14
*
Support for MacOS X's indirect symbols. (first try)
xleroy
2012-07-13
*
Strip quotes from section names during #pragma parsing.
xleroy
2012-07-11
*
Added option -falign-functions
xleroy
2012-07-01
*
Use Flocq for floats
xleroy
2012-06-28
*
Make min_int / -1 and min_int % -1 semantically undefined
xleroy
2012-06-09
*
Simplified and cleaned up the passing of information from C2C to PrintAsm, as...
xleroy
2012-02-22
*
Added volatile_read_global and volatile_store_global builtins.
xleroy
2012-01-15
*
Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml chars
xleroy
2011-10-18
*
Revised emulation of packed structs
xleroy
2011-10-16
*
Watch out for min_int / -1
xleroy
2011-08-27
*
More careful treatment of 'load immediate 0' as 'xor self'
xleroy
2011-08-18
*
Forgot to update: adding xchg instruction
xleroy
2011-08-16
*
IA32 PrintAsm.ml: wrong moves generated in print_builtin_memcpy_big
xleroy
2011-08-10
*
Cleaned up handling of composite conditions
xleroy
2011-08-05
*
ARM: added reversed load/store builtins + bswap builtin (to be tested)
xleroy
2011-07-30
*
Added animation of the CompCert C semantics (ccomp -interp)
xleroy
2011-07-28
*
Revised handling of annotation statements, and more generally built-in functi...
xleroy
2011-06-13
*
Nicer printing of annotations.
xleroy
2011-05-23
*
cparser/StructAssign: always use __builtin_memcpy + alignment indication
xleroy
2011-05-11
*
Added pass CleanupLabels to remove unreferenced labels in a proved way.
xleroy
2011-05-08
*
cparser/Elab: __attribute, not attribute
xleroy
2011-04-16
*
Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...
xleroy
2011-04-16
*
Merge of branch "unsigned-offsets":
xleroy
2011-04-09
*
Use movapd instead of movsd for xmm reg-reg move: it avoids partial register ...
xleroy
2010-11-28
*
Improvements for int8 and int16 stores
xleroy
2010-09-10
*
Updates for IA32-Cygwin.
xleroy
2010-09-08
*
Update: adding __builtin_annotation
xleroy
2010-09-04
*
Support for __builtin_fmax and __builtin_fmin
xleroy
2010-09-04
*
Merge of the reuse-temps branch:
xleroy
2010-09-02