summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make alignment computation for pointer values for builtins handleEli Friedman2012-08-291-1/+2
* Attempt to fix clang bootstrap (broken by r162425).Eli Friedman2012-08-231-2/+22
* Use the alignment from lvalue emission to more accurately compute the alignmentEli Friedman2012-08-231-86/+144
* irgen: inline code for several of complex builtinFariborz Jahanian2012-08-141-0/+29
* Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics.Bob Wilson2012-08-141-4/+36
* Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel2012-08-051-0/+4
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-181-2/+3
* Revert commit r160308. We decide to move builtins selection to the backend.Simon Atanasyan2012-07-171-29/+0
* MIPS: Implement __builtin_mips_shll_qb builtin function overloading.Simon Atanasyan2012-07-161-0/+29
* Capitalize comment.Eric Christopher2012-07-141-1/+1
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-131-1/+4
* Add _rdrand{16,32,64}_step intrinsics to immintrin.hBenjamin Kramer2012-07-121-0/+21
* Distinguish more carefully between free functions and C++ instance methodsJohn McCall2012-07-071-3/+3
* Dead code eliminate the massive hexagon builtin intrinsic supporting code.Benjamin Kramer2012-06-281-2584/+0
* Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h...Benjamin Kramer2012-06-281-298/+0
OpenPOWER on IntegriCloud