aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBuiltin.cpp
AgeCommit message (Expand)Author
2012-10-13"Implement" codegen support for __noop().Nico Weber
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-06Expose __builtin_bswap16.Benjamin Kramer
2012-09-29Add an FMA intrinsic for ARM Neon.Bob Wilson
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-26Add codegen support for the __debugbreak intrinsic.Nico Weber
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach
2012-09-21Tidy up. Trailing whitespace and 80 columns.Jim Grosbach
2012-09-08-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith
2012-08-29Make alignment computation for pointer values for builtins handleEli Friedman
2012-08-23Attempt to fix clang bootstrap (broken by r162425).Eli Friedman
2012-08-23Use the alignment from lvalue emission to more accurately compute the alignmentEli Friedman
2012-08-14irgen: inline code for several of complex builtinFariborz Jahanian
2012-08-14Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics.Bob Wilson
2012-08-05Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel
2012-07-18More replacing of target-dependent intrinsics with target-indepdent Joel Jones
2012-07-17Revert commit r160308. We decide to move builtins selection to the backend.Simon Atanasyan
2012-07-16MIPS: Implement __builtin_mips_shll_qb builtin function overloading.Simon Atanasyan
2012-07-14Capitalize comment.Eric Christopher
2012-07-13This is one of the first steps at moving to replace target-dependent Joel Jones
2012-07-12Add _rdrand{16,32,64}_step intrinsics to immintrin.hBenjamin Kramer
2012-07-07Distinguish more carefully between free functions and C++ instance methodsJohn McCall
2012-06-28Dead code eliminate the massive hexagon builtin intrinsic supporting code.Benjamin Kramer
2012-06-28Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h...Benjamin Kramer
2012-06-28Support MIPS DSP Rev1 intrinsics. Simon Atanasyan
2012-05-23If the first argument of __builtin_object_size can be folded to a constantRichard Smith
2012-05-22revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...Nuno Lopes
2012-05-11Hexagon V5 intrinsics support in clang.Sirish Pande
2012-05-09update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes
2012-05-07Convert AVX non-temporal store builtins to LLVM-native IR. This was previousl...Craig Topper
2012-04-23Revert r155363, due to the underlying patches in LLVM causing regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support in cfe.Sirish Pande
2012-04-18Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth
2012-04-16Hexagon V5(Floating Point) support.Sirish Pande
2012-04-13Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith
2012-04-11Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith
2012-03-16Don't try to create "store atomic" instructions of non-integer types; they ar...Eli Friedman
2012-03-15Fix codegen for vld{3,4}_dup intrinsics.James Molloy
2012-03-04add a testcase for PR12094 and fix a crash on pointer to incomplete type,Chris Lattner
2012-03-02PR12094: Set the alignment of memory intrinsic instructions based on theJay Foad
2012-02-22Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.Bill Wendling
2012-02-20Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth
2012-02-07simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner
2012-02-04Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics.Bob Wilson
2012-01-30Remove long dead code for handling vector shift by immediate builtins.Craig Topper
2012-01-30Remove custom handling for cmpsd/cmpss/cmppd/cmpps builtins. The builtins are...Craig Topper
2012-01-30Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con...Craig Topper
2012-01-28Make the __builtin_c[lt]zs builtins target independent.Benjamin Kramer