Age | Commit message (Expand) | Author |
2010-06-26 | Add a missing dependency to try to fix a buildbot failure. | Bob Wilson |
2010-06-25 | build: Get CLANG_VERSION from Version.inc instead of depending on VER file di... | Daniel Dunbar |
2010-06-19 | More AltiVec support. | Anton Korobeynikov |
2010-06-17 | Update CMake build system for ARM NEON generation. | Douglas Gregor |
2010-06-17 | Generate arm_neon.inc in include/clang/Basic, which provides: | Nate Begeman |
2010-06-15 | MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we | Sean Hunt |
2010-06-14 | Add some missing shifts | Nate Begeman |
2010-06-12 | vbsl, vrev* is implemented via arm_neon.h | Nate Begeman |
2010-06-10 | support _lane ops, and multiplies by scalar. | Nate Begeman |
2010-06-09 | Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n | Nate Begeman |
2010-06-09 | Implement transpose/zip/unzip & table lookup. | Nate Begeman |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-06-08 | Implement ARM NEON up through vcvt, alphabetically. | Nate Begeman |
2010-06-04 | Initial support for ARM NEON builtins, codegen up next | Nate Begeman |
2010-06-03 | Classify NEON intrinsics by overloading-type for codegen | Nate Begeman |
2010-06-02 | Headers: Fix quoting of macro arguments in a couple more places. | Daniel Dunbar |
2010-06-02 | Fix vget_lane/vset_lane | Nate Begeman |
2010-06-02 | Checkpoint arm_neon.h generation with tablegen | Nate Begeman |
2010-05-30 | Make macro safe in the face of users who pass "addr+64". Addition of void* is | Nick Lewycky |
2010-05-28 | Implement remaining items in neon td file. Still need to modify emitter to g... | Nate Begeman |
2010-05-28 | Add CMake goop to get arm_neon.h generated | Douglas Gregor |
2010-05-28 | Convert arm_neon.h into arm_neon.td, from which arm_neon.h will be built | Nate Begeman |
2010-05-15 | fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. | Chris Lattner |
2010-05-15 | add type casts to _mm_shuffle_ps so the front-end applies | Chris Lattner |
2010-04-30 | logical ops, unary ops, pairwise ops | Nate Begeman |
2010-04-29 | Comparisons. | Nate Begeman |
2010-04-29 | Start stamping out the __builtin_neon stuff. | Nate Begeman |
2010-04-28 | A bit more neon work, adds work (but the ABI is wrong), types mostly stamped ... | Nate Begeman |
2010-04-28 | Stub out NEON support, more to come. | Nate Begeman |
2010-04-24 | Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T | Daniel Dunbar |
2010-04-15 | Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. | Eric Christopher |
2010-04-14 | improve altivec c++ support by adding casts, patch by | Chris Lattner |
2010-04-14 | implement altivec.h and a bunch of support code, patch by Anton Yartsev! | Chris Lattner |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-01 | Fix typo. | Eric Christopher |
2010-04-01 | First start at wmmintrin.h file with Intel AES-NI instructions. | Eric Christopher |
2010-03-26 | Fix 80 col violations. | Daniel Dunbar |
2010-03-26 | This is just a simple v4si * v4si, make it so. | Eric Christopher |
2010-03-24 | Make the license header in smmintrin.h match the other SSE headers. | Anders Carlsson |
2010-03-22 | fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. | Chris Lattner |
2010-03-20 | Add sse4.2 header and builtin support. | Eric Christopher |
2010-03-20 | Add a newline at the end of the file. | Eric Christopher |
2010-03-20 | For legacy compatibility add a varargs.h header. | Eric Christopher |
2010-03-20 | Migrate typedefs to the top level of xmmintrin.h and remove the same | Eric Christopher |
2010-03-15 | Add remaining sse4.1 intrinsics and builtins. | Eric Christopher |
2010-03-12 | Add SSE4 packed integer comparisons and corresponding intrinsics. | Eric Christopher |
2010-03-11 | Integer array extraction for sse4.1. | Eric Christopher |
2010-03-11 | Add packed integer array insertion. | Eric Christopher |
2010-03-10 | Add insert/extract_ps and related random macros. | Eric Christopher |
2010-03-08 | Add preprocessor guards to the definitions of size_t and wchar_t, and #undef ... | Ted Kremenek |