aboutsummaryrefslogtreecommitdiffstats
path: root/x86
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use PrintAsmaux.variable_sectionXavier Leroy2021-02-231-6/+6
* Qualify `Hint` as `Global Hint` where appropriateXavier Leroy2021-01-211-1/+1
* "macosx" is now called "macos"Xavier Leroy2021-01-182-2/+2
* Support re-normalization of function parameters at function entryXavier Leroy2021-01-161-1/+6
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-297-60/+60
* Changed cc_varargs to an option typeBernhard Schommer2020-12-251-2/+2
* x86 32 bits: ABI non-conformance for functions returning structs/unionsXavier Leroy2020-12-111-1/+1
* Support Cygwin 64 bitsXavier Leroy2020-10-059-90/+296
* Remove support for x86-32 under macOSXavier Leroy2020-07-291-21/+3
* 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-13/+0
* No need to process __builtin_fabs in $ARCH/Asmexpand.mlXavier Leroy2020-07-271-4/+0
* Move shared code in new file.Bernhard Schommer2020-06-282-18/+0
* Remove the `can_reserve_register` function.Bernhard Schommer2020-06-282-3/+0
* Use Hashtbl.find_opt.Bernhard Schommer2020-06-281-1/+1
* Platform-independent implementation of Conventions.size_arguments (#222)Xavier Leroy2020-02-242-146/+1
* Support re-normalization of values returned by function callsXavier Leroy2020-02-211-0/+14
* Refine the type of function results in AST.signatureXavier Leroy2020-02-213-19/+17
* Remove __builtin_nop from list of x86 builtins.Bernhard Schommer2020-01-031-3/+0
* Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-034-0/+10
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-214-10/+0
* Merge pull request #313 from AbsInt/aarch64Xavier Leroy2019-09-111-4/+4
|\
| * Fix compile for architectures other than AArch64 (#192)Bernhard Schommer2019-08-171-4/+4
| * x86: wrong expansion of __builtin_fmadd et alXavier Leroy2019-08-071-13/+19
* | bswap builtins: give semantics to them, support bswap64 on all targetsBernhard Schommer2019-08-121-2/+0
* | x86: wrong expansion of __builtin_fmadd et alXavier Leroy2019-08-061-13/+19
|/
* x86_64: branchless implementation of floatofintu and intuoffloatXavier Leroy2019-07-172-14/+29
* Give formal semantics to some built-in functions and run-time functionsXavier Leroy2019-07-173-10/+75
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-2/+2
* Extended asm: print register names according to their typesXavier Leroy2019-06-171-3/+3
* Perform constant propagation and strength reduction on conditional movesXavier Leroy2019-06-172-2/+36
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-1/+1
* Implement a `Osel` operation for x86Xavier Leroy2019-05-2011-38/+298
* Added options -fcommon and -fno-common (#164)Bernhard Schommer2019-05-101-6/+6
* x86: wrong modeling of ZF flag for FP comparisonsXavier Leroy2018-12-202-130/+66
* Generate a nop instruction after some ais annotations (#137)Bernhard Schommer2018-09-123-6/+7
* Fix expansion of ctzl/clzl builtin for 64bit targets (#127)Michael Schmidt2018-07-121-2/+15
* Model external calls as destroying all caller-save registersXavier Leroy2018-06-012-3/+12
* Fix register naming for stack pointer.Bernhard Schommer2018-03-081-3/+4
* Removed % prefix from ais annot register names.Bernhard Schommer2018-03-081-1/+18
* Reactivated and improved ais annotations.Bernhard Schommer2018-03-061-5/+5
* Improve strength reduction of unsigned comparisons x ==u 0, x !=u 0, etc (#59)Xavier Leroy2018-02-162-15/+49
* Switching the cases seems to work on x86_32Bernhard Schommer2018-02-121-2/+2
* In "symbol + ofs" addressing modes, limit the range of "ofs" in 64 bitsXavier Leroy2018-02-123-11/+33
* x86 ConstpropOp.addr_strength_reduction: always check validity of resulting a...Xavier Leroy2018-02-082-10/+15
* Change AsmToJson to be similar to other printers.Bernhard Schommer2018-01-052-4/+12
* Resynchronize the LICENSE file and the license headers in individual files (#45)Xavier Leroy2018-01-051-0/+3
* Optimization for division by one during constant propagation (#39)Michael Schmidt2017-12-052-10/+24
* Remove no longer used function. Bug 22525Bernhard Schommer2017-11-101-2/+0
* Removed no longer used function. Bug 22525Bernhard Schommer2017-11-091-28/+0