summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support MIPS DSP Rev1 intrinsics. Simon Atanasyan2012-06-281-0/+298
* If the first argument of __builtin_object_size can be folded to a constantRichard Smith2012-05-231-0/+4
* revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...Nuno Lopes2012-05-221-4/+1
* Hexagon V5 intrinsics support in clang.Sirish Pande2012-05-111-155/+751
* update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes2012-05-091-2/+3
* Convert AVX non-temporal store builtins to LLVM-native IR. This was previousl...Craig Topper2012-05-071-0/+3
* Revert r155363, due to the underlying patches in LLVM causing regressionChandler Carruth2012-04-231-749/+155
* Hexagon V5 (floating point) support in cfe.Sirish Pande2012-04-231-155/+749
* Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth2012-04-181-749/+155
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-161-155/+749
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-131-0/+173
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-2/+5
* Don't try to create "store atomic" instructions of non-integer types; they ar...Eli Friedman2012-03-161-4/+5
* Fix codegen for vld{3,4}_dup intrinsics.James Molloy2012-03-151-4/+4
* add a testcase for PR12094 and fix a crash on pointer to incomplete type,Chris Lattner2012-03-041-3/+7
* PR12094: Set the alignment of memory intrinsic instructions based on theJay Foad2012-03-021-29/+47
* Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.Bill Wendling2012-02-221-1/+1
* Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth2012-02-201-0/+2
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-19/+17
* Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics.Bob Wilson2012-02-041-7/+17
OpenPOWER on IntegriCloud