summaryrefslogtreecommitdiff
path: root/lib/builtins/int_types.h
Commit message (Expand)AuthorAgeFilesLines
* [builtins] Use single line C++/C99 comment stylePetr Hosek2019-04-281-32/+29
* [builtins] Reformat builtins with clang-formatPetr Hosek2019-04-281-76/+69
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Compile and test i128 math builtins for Win64Reid Kleckner2018-11-011-1/+10
* [builtins] Re-enable x86-only long double testsReid Kleckner2018-10-301-0/+12
* [PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen2018-03-011-1/+1
* [compiler-rt][mips] Add support for quad precision builtins for mips64Simon Dardis2017-05-041-3/+1
* [WebAssembly] clang supports int128_t on wasm32 in addition to wasm64.Dan Gohman2016-01-131-1/+2
* builtins: Fix the sysroot's reference to si_int in int_types.hSumanth Gundapaneni2015-12-011-0/+4
* builtins: spell inline as __inlineSaleem Abdulrasool2015-10-101-2/+2
* builtins: emulate _Complex for clSaleem Abdulrasool2015-10-071-0/+17
* Do not define CRT_HAS_128BIT for MIPS64Petar Jovanovic2014-12-181-1/+2
* Revert use of 128bit support on 32bit PPC, it breaks build at least withJoerg Sonnenberger2014-05-191-1/+1
* Define CRT_HAS_128BIT even for PPC32Hal Finkel2014-05-121-1/+1
* Introduce CRT_HAS_128BIT, currently for all __LP64__ platforms.Joerg Sonnenberger2014-02-211-2/+5
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-141-0/+140