index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
powerpc
/
PrintAsm.ml
Commit message (
Expand
)
Author
Age
*
Merge of the reuse-temps branch:
xleroy
2010-09-02
*
Adding __builtin_annotation
xleroy
2010-09-01
*
Renamed C2Clight into C2C
xleroy
2010-08-18
*
Support for inlined built-ins.
xleroy
2010-06-29
*
Merging the Princeton implementation of the memory model. Separate axioms in...
xleroy
2010-06-28
*
Updated Caml parts to match new representation for global variables.
xleroy
2010-05-26
*
Cleaned up handling of linker sections.
xleroy
2010-05-08
*
Cosmetic: comments to mark expansions of some pseudoinstructions.
xleroy
2010-05-08
*
__builtin_memcpy, continued.
xleroy
2010-04-17
*
Support __builtin_memcpy; use it for struct assignment
xleroy
2010-04-17
*
PowerPC:
xleroy
2010-04-10
*
Updated Linux conventions
xleroy
2010-03-30
*
Emit a few comments to help reading the generated asm
xleroy
2010-03-28
*
Handling of volatile accesses through builtin functions.
xleroy
2010-03-08
*
Handling of builtins, continued.
xleroy
2010-03-07
*
Merge of the newmem and newextcalls branches:
xleroy
2010-03-07
*
Suppressed Init_pointer, now useless. Improved printing of strings in genera...
xleroy
2010-03-03
*
Switching to the new C parser/elaborator/simplifier
xleroy
2010-03-03
*
Revised handling of #pragma section and small data areas
xleroy
2010-01-27
*
More realistic treatment of jump tables: show the absence of overflow when ac...
xleroy
2009-11-10
*
Added support for jump tables in back end.
xleroy
2009-11-10
*
PowerPC/EABI port: preliminary support for #pragma section and
xleroy
2009-11-03
*
Simplified the treatment of the PowerPC small data area; now more specific to...
xleroy
2009-11-02
*
Preliminary support for small data area in PowerPC port.
xleroy
2009-11-01
*
Support Clight initializers of the form "int * x = &y;".
xleroy
2009-11-01
*
Storing of single floats: must insert frsp instruction before store. (Tempor...
xleroy
2009-10-30
*
Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...
xleroy
2009-08-17
*
Use Configuration.system
xleroy
2009-03-29
*
Honor "static" modifier on C globals.
xleroy
2009-03-28
*
Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f...
xleroy
2009-01-29
*
Elimination of "alloc" instruction in Caml files and test files.
xleroy
2009-01-11
*
Cleanup
xleroy
2008-12-31
*
Continuation of PowerPC/EABI port
xleroy
2008-12-31
*
Reorganized the development, modularizing away machine-dependent parts.
xleroy
2008-12-30