summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Builtins.def
Commit message (Expand)AuthorAge
* CodeGen: improve ms instrincics supportSaleem Abdulrasool2014-06-18
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* Re-enable several builtins in non-gnu modes.Evgeniy Stepanov2014-04-16
* Move comment back to being next to the thing it's describing.Richard Smith2014-04-15
* -fms-extensions: Add __va_start builtin, which is used for x64Reid Kleckner2014-03-26
* Add support for __builtin___clear_cache in ClangRenato Golin2014-03-26
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-24
* Reapply 201734 but with appropriate gcc compatibilityWarren Hunt2014-02-21
* Revert r201734 and r201742.Daniel Jasper2014-02-20
* Add _mm_prefetch and some others as MS builtinsWarren Hunt2014-02-19
* Darwin: add __sinpi (etc) and __exp10 libbuiltinsTim Northover2014-01-14
* -fms-extensions: Recognize _alloca as an alias for the alloca builtinReid Kleckner2013-11-13
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-13
* The second parameter of nexttoward is always long double.Benjamin Kramer2013-09-28
* Add new libm LIBBUILTIN definitions, synchronizing with __builtin_*Hal Finkel2013-09-18
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* Reorder libm LIBBUILTIN definition groupsHal Finkel2013-09-06
* Reorder libm LIBBUILTIN definitionsHal Finkel2013-09-06
* Add the missing "n" to libm LIBBUILTIN definitionsHal Finkel2013-09-06
* [Mips][msa] Add support for halfJack Carter2013-08-15
* Add lrint to the list of math builtins. It never sets errno so we can mark it...Benjamin Kramer2013-08-09
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-11
* [checked-arithmetic builtins] Added builtins to enable users to perform check...Michael Gottesman2013-06-20
* [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {ad...Michael Gottesman2013-06-18
* Allow clang to build __clear_cache on ARM.Rafael Espindola2013-06-13
* Disable non-standard library builtins in non-gnu language modes.Benjamin Kramer2013-05-31
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-17
* Multiprecision subtraction builtins.Michael Gottesman2013-01-14
* Added builtins for multiprecision adds.Michael Gottesman2013-01-13
* Fix up various builtin declaration of objc_msgSend familiesFariborz Jahanian2013-01-04
* CodeGen: Expand creal and cimag into complex field loadsMeador Inge2012-12-18
* Use the correct return type (size_t) for these builtins.Bill Wendling2012-12-18
* Add an expected parameter for the size of the destination.Bill Wendling2012-12-18
* Fix the definition of the vfork() builtin on Haiku. PR14378.Eli Friedman2012-11-27
* remove noreturn attribute from __builtin_debugtrapShuxin Yang2012-10-19
* add __builtin_debugtrapShuxin Yang2012-10-19
* Expose __builtin_bswap16.Benjamin Kramer2012-10-06
* Make ceil/floor/nearbyint/rint/round const even with -fmath-errno.Benjamin Kramer2012-08-22
* Math builtin definition tweaks.Benjamin Kramer2012-08-22
* Define __builtin_ffs[ll] with a signed argument instead of unsigned.Benjamin Kramer2012-08-17
* Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel2012-08-05
* Add ext_vector type code for builtins, from John Garvin!Douglas Gregor2012-06-07
* Fix fmin*/fmax* library builtin signatures.Douglas Gregor2012-05-08
* Fix compilation with mingw-w64.Abramo Bagnara2012-05-01
* Currently __builtin_annotation() only annotates an i32.Julien Lerouge2012-04-28
* Add acos, asin, ceil, fabs, floor, fmax, fmin, round, and tan to the builtinChad Rosier2012-04-24
* Add atan, atan2, exp, and log to the builtin math library functions.Chad Rosier2012-04-24
* Alphabetize the builtin math library functions. No functional change intended.Chad Rosier2012-04-24
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-13
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-13