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
Commit message (
Expand
)
Author
Age
*
Switching to the new C parser/elaborator/simplifier
xleroy
2010-03-03
*
Wrong rlwinm generated for 'x mod 1'
xleroy
2010-03-02
*
Revised handling of #pragma section and small data areas
xleroy
2010-01-27
*
Updated ARM port
xleroy
2010-01-25
*
Revised lib/Integers.v to make it parametric w.r.t. word size.
xleroy
2009-11-19
*
Cleaned up list_drop.
xleroy
2009-11-18
*
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
*
Use callee-save regs starting with R31/F31 and going down, like Diab does
xleroy
2009-11-02
*
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
*
Typo in doc
xleroy
2009-08-26
*
"val_match_approx_increasing" moved from mach-dep part to mach-indep part.
xleroy
2009-08-18
*
Typo doc
xleroy
2009-08-17
*
Refactoring of Constprop and Constpropproof into a machine-dependent part and...
xleroy
2009-08-17
*
Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...
xleroy
2009-08-17
*
Cil2Csyntax: added goto and labels; added assignment between structs
xleroy
2009-08-16
*
Added 'going wrong' behaviors
xleroy
2009-08-05
*
Adapted to work with Coq 8.2-1
xleroy
2009-06-05
*
Use Configuration.system
xleroy
2009-03-29
*
Honor "static" modifier on C globals.
xleroy
2009-03-28
*
Optimize redundant casts after memory loads
xleroy
2009-02-27
*
Reserve register GPR13 for compatibility with EABI. Optimize operations 'x >...
xleroy
2009-02-26
*
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
*
- Added alignment constraints to memory loads and stores.
xleroy
2009-01-11
*
Cminor, CminorSel: removed useless premises in rules for Sreturn
xleroy
2009-01-04
*
Continuation of ARM port.
xleroy
2009-01-01
*
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