Age | Commit message (Expand) | Author |
2012-08-23 | Attempt to fix clang bootstrap (broken by r162425). | Eli Friedman |
2012-08-23 | Use the alignment from lvalue emission to more accurately compute the alignment | Eli Friedman |
2012-08-14 | irgen: inline code for several of complex builtin | Fariborz Jahanian |
2012-08-14 | Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics. | Bob Wilson |
2012-08-05 | Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr... | Hal Finkel |
2012-07-18 | More replacing of target-dependent intrinsics with target-indepdent | Joel Jones |
2012-07-17 | Revert commit r160308. We decide to move builtins selection to the backend. | Simon Atanasyan |
2012-07-16 | MIPS: Implement __builtin_mips_shll_qb builtin function overloading. | Simon Atanasyan |
2012-07-14 | Capitalize comment. | Eric Christopher |
2012-07-13 | This is one of the first steps at moving to replace target-dependent | Joel Jones |
2012-07-12 | Add _rdrand{16,32,64}_step intrinsics to immintrin.h | Benjamin Kramer |
2012-07-07 | Distinguish more carefully between free functions and C++ instance methods | John McCall |
2012-06-28 | Dead code eliminate the massive hexagon builtin intrinsic supporting code. | Benjamin Kramer |
2012-06-28 | Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h... | Benjamin Kramer |
2012-06-28 | Support MIPS DSP Rev1 intrinsics. | Simon Atanasyan |
2012-05-23 | If the first argument of __builtin_object_size can be folded to a constant | Richard Smith |
2012-05-22 | revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM... | Nuno Lopes |
2012-05-11 | Hexagon V5 intrinsics support in clang. | Sirish Pande |
2012-05-09 | update calls to objectsize intrinsic to match LLVM r156473 | Nuno Lopes |
2012-05-07 | Convert AVX non-temporal store builtins to LLVM-native IR. This was previousl... | Craig Topper |
2012-04-23 | Revert r155363, due to the underlying patches in LLVM causing regression | Chandler Carruth |
2012-04-23 | Hexagon V5 (floating point) support in cfe. | Sirish Pande |
2012-04-18 | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth |
2012-04-16 | Hexagon V5(Floating Point) support. | Sirish Pande |
2012-04-13 | Implement the missing pieces needed to support libstdc++4.7's <atomic>: | Richard Smith |
2012-04-11 | Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's | Richard Smith |
2012-03-16 | Don't try to create "store atomic" instructions of non-integer types; they ar... | Eli Friedman |
2012-03-15 | Fix codegen for vld{3,4}_dup intrinsics. | James Molloy |
2012-03-04 | add a testcase for PR12094 and fix a crash on pointer to incomplete type, | Chris Lattner |
2012-03-02 | PR12094: Set the alignment of memory intrinsic instructions based on the | Jay Foad |
2012-02-22 | Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference. | Bill Wendling |
2012-02-20 | Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to | Chandler Carruth |
2012-02-07 | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner |
2012-02-04 | Preserve alignment for Neon vld1_lane/dup and vst1_lane intrinsics. | Bob Wilson |
2012-01-30 | Remove long dead code for handling vector shift by immediate builtins. | Craig Topper |
2012-01-30 | Remove custom handling for cmpsd/cmpss/cmppd/cmpps builtins. The builtins are... | Craig Topper |
2012-01-30 | Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con... | Craig Topper |
2012-01-28 | Make the __builtin_c[lt]zs builtins target independent. | Benjamin Kramer |
2012-01-26 | Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455 | Bob Wilson |
2012-01-25 | reapply r148902: | Chris Lattner |
2012-01-25 | Revert 148902 which was part of 148901 which was reverted in r148906. | Argyrios Kyrtzidis |
2012-01-25 | use the new ConstantVector::getSplat method where it makes sense. | Chris Lattner |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-17 | Add __builtin_labs and __builtin_llabs, to complete the set of __builtin_*abs... | Eli Friedman |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-06 | Revert r147655; it's breaking the compiler_rt build on OSX. | Eli Friedman |
2012-01-06 | If we are compiling with -fno-builtin then don't do constant folding of | David Chisnall |
2011-12-28 | Small refactoring and simplification of constant evaluation and some of its | Richard Smith |
2011-12-25 | Add intrinsics for lzcnt and tzcnt instructions. | Craig Topper |
2011-12-19 | More AVX2 intrinsic support including saturating add/sub and palignr. | Craig Topper |