summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-091-0/+16
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-37/+110
* ARM: comment on why vmull intrinsic has to exist for now.Tim Northover2013-08-281-0/+5
* ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsicsTim Northover2013-08-281-6/+36
* ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlslTim Northover2013-08-281-6/+22
* Fix last commit.Juergen Ributzka2013-08-191-1/+1
* Simplify code by using CreateMemTemp. No functional change intended.Juergen Ributzka2013-08-191-18/+9
* Fix the name and the type of the argument for intriniscJuergen Ributzka2013-08-171-0/+10
* Fix the build failure of Realease versionHao Liu2013-08-151-1/+1
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-151-0/+43
* AArch64: initial NEON supportTim Northover2013-08-011-1/+196
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* Partial revert of r185568.Eli Bendersky2013-07-241-11/+8
* ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-161-6/+58
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-111-0/+2
* Add target hook CodeGen queries when generating builtin pow*.Eli Bendersky2013-07-031-7/+12
* Remove misplaced commentEli Bendersky2013-06-251-1/+0
* [checked-arithmetic builtins] Added builtins to enable users to perform check...Michael Gottesman2013-06-201-0/+71
* [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {ad...Michael Gottesman2013-06-181-0/+4
* Fix __clear_cache on ARM.Rafael Espindola2013-05-141-3/+2
* Revert accidental commit.Benjamin Kramer2013-05-141-3/+1
* Take a stab at trying to unbreak the makefile build.Benjamin Kramer2013-05-141-1/+3
* AArch64: teach Clang about __clear_cache intrinsicTim Northover2013-05-041-0/+21
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-5/+5
* Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao2013-03-291-1/+13
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-3/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-2/+2
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+1
* Correct order of operands forwarding NEON vfma to LLVM fmaTim Northover2013-01-161-1/+3
* Multiprecision subtraction builtins.Michael Gottesman2013-01-141-2/+22
* CGBuiltin.cpp: Fix abuse of ArrayRef in EmitOverflowIntrinsic().NAKAMURA Takumi2013-01-131-2/+1
* Added builtins for multiprecision adds.Michael Gottesman2013-01-131-0/+70
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* CodeGen: Expand creal and cimag into complex field loadsMeador Inge2012-12-181-2/+8
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-1/+1
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+1
* Cleanup some clang code to use new type functions instead of using cast<>.Micah Villmow2012-10-251-12/+6
* "Implement" codegen support for __noop().Nico Weber2012-10-131-0/+2
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-1/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Expose __builtin_bswap16.Benjamin Kramer2012-10-061-0/+1
* Add an FMA intrinsic for ARM Neon.Bob Wilson2012-09-291-0/+8
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-3/+3
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-3/+3
* Add codegen support for the __debugbreak intrinsic.Nico Weber2012-09-261-0/+4
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-211-0/+4
* Tidy up. Trailing whitespace and 80 columns.Jim Grosbach2012-09-211-67/+69
* -fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith2012-09-081-1/+1
OpenPOWER on IntegriCloud