aboutsummaryrefslogtreecommitdiffstats
path: root/backend/NeedDomain.v
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-1/+1
* Qualify `Hint` as `Global Hint` where appropriateXavier Leroy2021-01-211-5/+5
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-45/+45
* Transform non-recursive Fixpoint into DefinitionXavier Leroy2020-06-211-1/+1
* AArch64 portXavier Leroy2019-08-081-4/+20
* Support a "select" operation between two valuesXavier Leroy2019-05-201-0/+28
* Move Z definitions out of Integers and into ZbitsXavier Leroy2019-04-261-15/+16
* Replace nat_of_Z with Z.to_natXavier Leroy2019-04-231-4/+4
* Remove coq warnings (#28)Bernhard Schommer2017-09-221-6/+6
* Subst's behavior on let-ins has changed.Maxime Dénès2017-01-091-2/+2
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-31/+33
* Improved handling of "rotate left" and "rotate right" operatorsXavier Leroy2016-06-221-17/+27
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-160/+160
* Long-overdue renaming: val_inject -> Val.inject, etc, for consistency with Va...Xavier Leroy2015-04-301-2/+2
* Verification of the Unusedglob pass (removal of unreferenced static global de...Xavier Leroy2014-11-241-4/+4
* Merge of "newspilling" branch:xleroy2014-07-231-84/+17
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-1/+0
* Updated neededness analysis for IA32.xleroy2014-01-021-1/+14
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-25/+26
* Merge of branch value-analysis.xleroy2013-12-201-0/+1515