index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Commit message (
Expand
)
Author
Age
*
Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...
xleroy
2013-05-17
*
Add interferences at function entry with destroyed_at_function_entry.
xleroy
2013-05-08
*
Refactoring: move definition of chunk_of_type to AST.v.
xleroy
2013-05-06
*
Extend CSE of loads following stores to chunks Mint64 and Mfloat64al32.
xleroy
2013-05-02
*
Coq-defined equality functions for Allocation.
xleroy
2013-05-01
*
Removing modules now unused
xleroy
2013-05-01
*
Expand 64-bit integer comparisons into 32-bit integer comparisons.
xleroy
2013-04-29
*
Big merge of the newregalloc-int64 branch. Lots of changes in two directions:
xleroy
2013-04-20
*
RTLtyping: now performed entirely in Coq, no need for an external Caml oracle...
xleroy
2013-03-22
*
More aggressive CSE across Ibuiltin.
xleroy
2013-03-17
*
Assorted changes to reduce stack and heap requirements when compiling very bi...
xleroy
2013-03-16
*
Machsem: no longer useful.
xleroy
2013-03-14
*
Glasnost: making transparent a number of definitions that were opaque
xleroy
2013-03-10
*
Assorted cleanups, esp. to avoid generating _rec and _rect recursors in
xleroy
2013-03-09
*
Finished backtracking (cf previous commit) for ARM and PowerPC.
xleroy
2013-03-04
*
Partial backtracking on previous commit: the "hole in Mach stack frame"
xleroy
2013-03-03
*
Revised Stacking and Asmgen passes and Mach semantics:
xleroy
2013-03-01
*
Constant propagation within __builtin_annot.
xleroy
2013-02-24
*
Pointers one past
xleroy
2013-02-15
*
lib/Integers.v: revised and extended, faster implementation based on
xleroy
2013-02-10
*
Ported to Coq 8.4pl1. Merge of branches/coq-8.4.
xleroy
2013-01-29
*
Quote idents for safe re-parsing
xleroy
2013-01-08
*
Update Cminor parser and printer so that the parser can parse the whole Cmino...
xleroy
2013-01-07
*
RTLgenaux: heuristic to orient if-then-else statements based on sizes.
xleroy
2012-12-31
*
Remove some useless "Require".
xleroy
2012-12-30
*
Merge of the clightgen branch:
xleroy
2012-12-29
*
Separate interference graphs for ints and floats, i.e. don't record interfere...
xleroy
2012-12-20
*
Globalenvs: allocate one-byte block with permissions Nonempty for each
xleroy
2012-11-12
*
Merge of branch seq-and-or. See Changelog for details.
xleroy
2012-10-06
*
Define useful functions instr_defs and instr_uses
xleroy
2012-08-10
*
Remove Val.is_true and Val.is_false, no longer used.
xleroy
2012-08-06
*
Updated documentation
xleroy
2012-08-02
*
More aggressive elimination of conditional branches during constant
xleroy
2012-08-01
*
- Revised non-overflow constraints on memory injections so that
xleroy
2012-07-23
*
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
*
Updated ARM port.
xleroy
2012-07-10
*
Use Flocq for floats
xleroy
2012-06-28
*
CSE: add recognition of some combined operators, conditions, and addressing m...
xleroy
2012-05-26
*
More efficient implementation of reg_valnum
xleroy
2012-05-22
*
Merge of the newmem branch:
xleroy
2012-05-21
*
Minor updates
xleroy
2012-03-11
*
Proof didn't go through for ARM
xleroy
2012-03-11
*
Another update from Andrew Tolmach
xleroy
2012-03-09
*
PrintCminor: printing Sskip
xleroy
2012-03-09
*
Merge of Andrew Tolmach's HASP-related changes
xleroy
2012-03-09
*
Take advantage of Cmaskzero and Cmasknotzero.
xleroy
2012-02-24
*
More aggressive common subexpression elimination (CSE) of memory loads.
xleroy
2012-02-23
*
Merge of the "volatile" branch:
xleroy
2012-02-04
*
powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...
xleroy
2012-01-21
[next]