aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Tentative first fix for offsets of ld/std.Bernhard Schommer2021-04-245-152/+259
* Fix regression on PowerPC / DiabXavier Leroy2021-02-231-2/+4
* Section handling: finer control of variable initializationXavier Leroy2021-02-231-1/+1
* Introduce and use PrintAsmaux.variable_sectionXavier Leroy2021-02-231-14/+8
* Qualify `Hint` as `Global Hint` where appropriateXavier Leroy2021-01-212-8/+8
* Support re-normalization of function parameters at function entryXavier Leroy2021-01-161-1/+2
* PowerPC: wrong computation of the position of the first vararg argumentXavier Leroy2021-01-151-2/+3
* Replace `omega` tactic with `lia`, continuedXavier Leroy2021-01-131-1/+1
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-299-81/+81
* Changed cc_varargs to an option typeBernhard Schommer2020-12-251-1/+1
* PowerPC modeling of registers destroyed by pseudo-instructionsXavier Leroy2020-12-062-4/+6
* Remove Pfcfi, Pfcfiu, Pfctiu pseudoinstructionsXavier Leroy2020-12-0612-99/+23
* Added semantics for the PowerPC sel and mulh built-insBernhard Schommer2020-11-071-4/+44
* Added missing printer for PowerPC 64 bit comparison.Bernhard Schommer2020-11-061-0/+8
* Support the use of already-installed MenhirLib and Flocq librariesXavier Leroy2020-09-211-2/+1
* Add __builtin_sqrt as synonymous for __builtin_fsqrtXavier Leroy2020-07-271-1/+1
* Move declarations of __builtin_clz* and __builtin_ctz* to C2C.mlXavier Leroy2020-07-271-12/+0
* No need to process __builtin_fabs in $ARCH/Asmexpand.mlXavier Leroy2020-07-271-2/+0
* Added asserts for constraints of PowerPC builtinsBernhard Schommer2020-07-011-0/+6
* Fix typo in name of builtin function.Bernhard Schommer2020-07-011-1/+1
* Move shared code in new file.Bernhard Schommer2020-06-282-18/+0
* Remove the `can_reserve_register` function.Bernhard Schommer2020-06-282-5/+0
* Use Hashtbl.find_opt.Bernhard Schommer2020-06-281-1/+1
* Documentation comment for single_passed_as_singleXavier Leroy2020-03-021-1/+2
* In strict PPC ABI mode, pass single FP on stack in double FP formatXavier Leroy2020-03-021-2/+2
* Make single arg alignment depend on toolchain.Bernhard Schommer2020-03-023-3/+20
* Platform-independent implementation of Conventions.size_arguments (#222)Xavier Leroy2020-02-241-126/+0
* Support re-normalization of values returned by function callsXavier Leroy2020-02-211-0/+6
* Refine the type of function results in AST.signatureXavier Leroy2020-02-213-17/+15
* Model GPR0 in isel (#199)Xavier Leroy2019-09-172-2/+4
* Reworked json export.Bernhard Schommer2019-09-121-31/+32
* Merge pull request #313 from AbsInt/aarch64Xavier Leroy2019-09-111-2/+2
|\
| * Fix compile for architectures other than AArch64 (#192)Bernhard Schommer2019-08-171-2/+2
* | Compatibility for OCaml 4.08.1Bernhard Schommer2019-09-051-4/+4
* | Allow Long as const result for ppc64 variant.Bernhard Schommer2019-08-132-0/+3
* | bswap builtins: give semantics to them, support bswap64 on all targetsBernhard Schommer2019-08-121-0/+20
|/
* Give formal semantics to some built-in functions and run-time functionsXavier Leroy2019-07-173-15/+55
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-2/+2
* Add floating-point square root and fused multiply-addXavier Leroy2019-07-171-0/+5
* Revised specification of NaN payload behaviorXavier Leroy2019-07-121-13/+17
* Extended asm: print register names according to their typesXavier Leroy2019-06-171-2/+2
* Perform constant propagation and strength reduction on conditional movesXavier Leroy2019-06-172-2/+36
* Provide a float select operation for PowerPC. (#173)Bernhard Schommer2019-05-289-7/+101
* PowerPC: add SelectOp.select functionXavier Leroy2019-05-262-0/+31
* Emulate the "isel" instruction on non-EREF PPC processorsXavier Leroy2019-05-203-22/+42
* Implement a `Osel` operation for PowerPCXavier Leroy2019-05-207-9/+106
* Give a semantics to the Pisel instructionXavier Leroy2019-05-201-1/+7
* PowerPC: make sure evaluation of conditions do not destroy any registerXavier Leroy2019-05-204-54/+155
* Added options -fcommon and -fno-common (#164)Bernhard Schommer2019-05-101-5/+14
* Move Z definitions out of Integers and into ZbitsXavier Leroy2019-04-262-9/+10