summaryrefslogtreecommitdiff
path: root/utils/TableGen/NeonEmitter.cpp
Commit message (Expand)AuthorAge
* <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.hNate Begeman2010-09-22
* Use float64 instead of int64 vector elements for NEON vget_low and vget_highBob Wilson2010-09-15
* Tidy whitespace in generated arm_neon.h.Bob Wilson2010-09-14
* Add tablegen support for vdup_laneNate Begeman2010-08-06
* Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson2010-07-28
* Change array references to match my previous change to use the public typeBob Wilson2010-06-24
* Fix up some comments.Bob Wilson2010-06-24
* Use the struct tags mandated by ARM's ABI. Also use the public type names forBob Wilson2010-06-24
* Add support for returning multiple vectors via sret, which is how the ARM tar...Nate Begeman2010-06-20
* Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman2010-06-17
* Make VC++ happy Nate Begeman2010-06-15
* Add the last of the SemaChecking-gen code.Nate Begeman2010-06-14
* Add a helping of commentsNate Begeman2010-06-13
* declare a class with 'class' instead of struct to avoid tag mismatch Chris Lattner2010-06-12
* Add generic vector support for bitselect & element byteswapNate Begeman2010-06-12
* Add support for polynomial type, for polynomial multiplyNate Begeman2010-06-10
* NEON support for _lane ops, and multiplies by scalar.Nate Begeman2010-06-10
* Further refine types for operations which take scalars.Nate Begeman2010-06-09
* Specialize I-Class instructions better so that we have less work to do in cod...Nate Begeman2010-06-09
* Handle instructions which need to be #defines for the purpose of capturing co...Nate Begeman2010-06-09
* Fix a valgrind error.Nate Begeman2010-06-08
* Refine BuiltinsARM.def types a bit, we should do a better job of this to save...Nate Begeman2010-06-08
* ARM NEON:Nate Begeman2010-06-08
* clang codegen supportNate Begeman2010-06-07
* Handle multi-vector returns and args.Nate Begeman2010-06-04
* Additional fixes to BuiltinsARM.def generator, on to clang codegen.Nate Begeman2010-06-04
* Progress on generating BuiltinsARM.def, still some duplicates to work out.Nate Begeman2010-06-04
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-04
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-04
* Add some additional capabilities to the neon emitterNate Begeman2010-06-03
* arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman2010-06-03
* arm_neon.h emitter now mostly complete for the purposes of initial testing.Nate Begeman2010-06-02
* Pacify recent gcc: remove a pointless const qualifier.Duncan Sands2010-06-02
* Checkpoint; handle 'int' and 'void' correctlyNate Begeman2010-06-02
* Emit full function prototypes. Definitions & typedefs to come.Nate Begeman2010-06-02
* Checkpoint arm_neon.h generation with tablegenNate Begeman2010-06-02
* Comment out some code in prep for actual .td file checkpoint.Nate Begeman2010-05-28
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-28