aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/TargetBuiltins.h
AgeCommit message (Expand)Author
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-06-27Reapply "Frontend support for Nios2 target"Nikolai Bozhenov
2017-06-09Revert of r305066 "Reapply Frontend support for Nios2 target"Nikolai Bozhenov
2017-06-09Reapply "Frontend support for Nios2 target"Nikolai Bozhenov
2017-06-08Revert "Frontend support for Nios2 target"Nikolai Bozhenov
2017-06-08Frontend support for Nios2 target.Nikolai Bozhenov
2016-10-04Separate builtins for x84-64 and i386; implement __mulh and __umulhAlbert Gutowski
2015-09-03[WebAssembly] Initial WebAssembly support in clangDan Gohman
2015-06-19AMDGPU: Fix places missed in renameMatt Arsenault
2015-05-12Add missing #includes, found by modules build.Richard Smith
2015-04-01[SystemZ] Support transactional execution on zEC12Ulrich Weigand
2014-09-12Add support for le64.JF Bastien
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-06-24Add R600 builtin codegen.Matt Arsenault
2014-06-24Fix missing C++ mode commentMatt Arsenault
2014-05-24AArch64/ARM64: rename ARM64 components to AArch64Tim Northover
2014-05-24AArch64/ARM64: update Clang after AArch64 removal.Tim Northover
2014-03-29ARM64: initial clang support commit.Tim Northover
2014-01-30ARM & AArch64: share the BI__builtin_neon enum defs.Tim Northover
2013-12-10[AArch64 NEON] Support poly128_t and implement relevant intrinsic.Kevin Qin
2013-11-14[AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin
2013-08-13Add XCore targetRobert Lytton
2013-08-01AArch64: initial NEON supportTim Northover
2013-05-04AArch64: teach Clang about __clear_cache intrinsicTim Northover
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-28Support MIPS DSP Rev1 intrinsics. Simon Atanasyan
2012-05-24Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski
2011-12-12Hexagon backend supportTony Linthicum
2011-11-08Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson
2011-04-20PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architec...Justin Holewinski
2010-03-03add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner
2009-06-14move the various builtins stuff from libast to libbasic. ThisChris Lattner