Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han
[oota-llvm.git] / utils / TableGen / NeonEmitter.cpp
2011-01-07 Bob WilsonUse __builtin_shufflevector to implement vget_low and...
2010-12-17 Bob WilsonNeon intrinsic tests need to be compiled for Cortex...
2010-12-15 Bob WilsonTeach the Neon intrinsic generator to widen half-precis...
2010-12-15 Bob WilsonAdd a Neon intrinsic test generator.
2010-12-15 Bob WilsonFix Neon intrinsic immediate range checking for some...
2010-12-10 Bob WilsonThe Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
2010-12-09 Bob Wilson80-column fixes.
2010-12-09 Bob WilsonAdd a license comment to the generated arm_neon.h header.
2010-12-08 Bob WilsonAdd operators for "_lane" variants of some saturating...
2010-12-08 Bob WilsonAdd operators for vabdl and vabal so they can be implem...
2010-12-08 Bob WilsonRemove unused function parameter.
2010-12-08 Bob WilsonAdd an operator for vaba so it can be implemented using...
2010-12-08 Bob WilsonAdd operators for vadd[lw] and vsub[lw]
2010-12-07 Bob WilsonAdd operators for vmlal{_n,_lane} and vmlsl{_n,_lane}
2010-12-07 Bob WilsonEmit vmovl intrinsics first in the arm_neon.h header
2010-12-07 Bob WilsonAdd an operator for vdup_lane so it can be implemented...
2010-12-07 Bob WilsonAdd an operator for vmull_lane so it can be implemented...
2010-12-07 Bob WilsonAdd new built-in operations for vmull and vmull_n
2010-12-07 Bob WilsonAdd an OpReinterpret operation to TableGen's NeonEmitter.
2010-12-07 Bob WilsonFix whitespace.
2010-12-04 Bob WilsonRemove trailing whitespace.
2010-12-03 Bob WilsonGet Neon intrinsic names from the new "Name" field...
2010-12-03 Bob WilsonAdd support for "_lane" variants of VMUL, VMLA, and...
2010-12-03 Bob WilsonSupport using macros for Neon intrinsics implemented...
2010-12-02 Bob WilsonSimplify code in Neon intrinsics. No functional change...
2010-12-02 Bob WilsonAssign arguments of Neon intrinsic macros to local...
2010-12-02 Bob WilsonUse statement expressions in Neon intrinsics defined...
2010-12-02 Bob WilsonAdd casts for splatted scalars in calls to Neon builtins.
2010-12-02 Bob WilsonAdd a missing cast for Neon vsbl results.
2010-12-02 Bob WilsonAdd another missing cast for Neon vcombine results.
2010-12-02 Bob WilsonAdd casts in arm_neon.h for result values in inline...
2010-12-02 Bob WilsonAvoid "char" for Neon vector elements; make it explicit...
2010-12-02 Bob WilsonCast scalar results of Neon macros to the correct type.
2010-12-01 Bob WilsonAdd explicit casts for vector arguments to Neon builtins.
2010-12-01 Bob WilsonAdd some comments for TableGen's NeonEmitter.
2010-12-01 Bob WilsonCleanup: simplify checks for integers between 2 and 4.
2010-11-23 Bob WilsonFix copy-and-paste error in exception message.
2010-11-18 Bob WilsonChange the 'x' type modifier for Neon intrinsics to...
2010-11-16 Bob WilsonUse new neon_vector_type and neon_polyvector_type attri...
2010-11-16 Bob WilsonChange Neon polynomial types to be signed to match...
2010-11-16 Bob WilsonRefactor to new GetNumElements function.
2010-11-16 Bob WilsonTidy up some things in <arm_neon.h>.
2010-11-16 Bob WilsonReapply "Stop using struct wrappers for Neon vector...
2010-11-16 Bob WilsonRevert "Stop using struct wrappers for Neon vector...
2010-11-16 Bob WilsonStop using struct wrappers for Neon vector types in...
2010-09-23 Nate BegemanRevert r114596, it's breaking a few tests.
2010-09-22 Nate Begeman<rdar://problem/8228022> Wvector-conversions warnings...
2010-09-15 Bob WilsonUse float64 instead of int64 vector elements for NEON...
2010-09-14 Bob WilsonTidy whitespace in generated arm_neon.h.
2010-08-06 Nate BegemanAdd tablegen support for vdup_lane
2010-07-28 Bob WilsonFix a warning from gcc-4.0 (from the ppc buildbot).
2010-06-24 Bob WilsonChange array references to match my previous change...
2010-06-24 Bob WilsonFix up some comments.
2010-06-24 Bob WilsonUse the struct tags mandated by ARM's ABI. Also use...
2010-06-20 Nate BegemanAdd support for returning multiple vectors via sret...
2010-06-17 Nate BegemanModify tablegen to support generating all NEON code...
2010-06-15 Nate BegemanMake VC++ happy
2010-06-14 Nate BegemanAdd the last of the SemaChecking-gen code.
2010-06-13 Nate BegemanAdd a helping of comments
2010-06-12 Chris Lattnerdeclare a class with 'class' instead of struct to avoid...
2010-06-12 Nate BegemanAdd generic vector support for bitselect & element...
2010-06-10 Nate BegemanAdd support for polynomial type, for polynomial multiply
2010-06-10 Nate BegemanNEON support for _lane ops, and multiplies by scalar.
2010-06-09 Nate BegemanFurther refine types for operations which take scalars.
2010-06-09 Nate BegemanSpecialize I-Class instructions better so that we have...
2010-06-09 Nate BegemanHandle instructions which need to be #defines for the...
2010-06-08 Nate BegemanFix a valgrind error.
2010-06-08 Nate BegemanRefine BuiltinsARM.def types a bit, we should do a...
2010-06-08 Nate BegemanARM NEON:
2010-06-07 Nate Begemanclang codegen support
2010-06-04 Nate BegemanHandle multi-vector returns and args.
2010-06-04 Nate BegemanAdditional fixes to BuiltinsARM.def generator, on to...
2010-06-04 Nate BegemanProgress on generating BuiltinsARM.def, still some...
2010-06-04 Nate BegemanBuiltinsARM.def emitter, still needs a substantial...
2010-06-04 Nate BegemanMangle __builtin_neon_* names appropriately.
2010-06-03 Nate BegemanAdd some additional capabilities to the neon emitter
2010-06-03 Nate Begemanarm_neon.h now makes it through clang and generates...
2010-06-02 Nate Begemanarm_neon.h emitter now mostly complete for the purposes...
2010-06-02 Duncan SandsPacify recent gcc: remove a pointless const qualifier.
2010-06-02 Nate BegemanCheckpoint; handle 'int' and 'void' correctly
2010-06-02 Nate BegemanEmit full function prototypes. Definitions & typedefs...
2010-06-02 Nate BegemanCheckpoint arm_neon.h generation with tablegen
2010-05-28 Nate BegemanComment out some code in prep for actual .td file check...
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...