Fix OCaml bindings crash, PR8847.
[oota-llvm.git] / utils / TableGen /
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Jim GrosbachTidy up a bit. Trailing whitespace, hard tabs and 80...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-17 Bob WilsonNeon intrinsic tests need to be compiled for Cortex...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
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-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-15 Mikhail Glushenkovllvmc: make switch options ZeroOrMore by default.
2010-12-14 Jakob Stoklund OlesenIntroduce TargetRegisterInfo::getOverlaps(Reg), returni...
2010-12-14 Jim GrosbachAdd support for MC-ized encoding of tLEApcrel and tLEAp...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-14 Owen AndersonSecond attempt at make Thumb2 LEAs pseudos. This time...
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
2010-12-13 Bill WendlingMove <map> include out of .h and into .cpp.
2010-12-13 Bill WendlingMerge DEBUG statements.
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-13 Chris Lattnerclean up RecordKeeper::getAllDerivedDefinitions, patch...
2010-12-10 Bill WendlingGet rid of ellipses.
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-10 Bob WilsonThe Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Bob Wilson80-column fixes.
2010-12-09 Bob WilsonAdd a license comment to the generated arm_neon.h header.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
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 Bill WendlingUse this new fangled StringSwitch technology.
2010-12-08 Bill WendlingCleanup table a bit.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
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 Jim GrosbachAdd source Record* reference to PatternToMatch. Allows...
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 Jim GrosbachRemove reference to the CMPz instruction patterns for...
2010-12-07 Bob WilsonAdd new built-in operations for vmull and vmull_n
2010-12-07 Jim GrosbachTrailing whitespace.
2010-12-07 Jim GrosbachChange assert to diagnostic. Message still needs work...
2010-12-07 Bob WilsonAdd an OpReinterpret operation to TableGen's NeonEmitter.
2010-12-07 Bob WilsonFix whitespace.
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-04 Bob WilsonRemove trailing whitespace.
2010-12-03 Bob WilsonGet Neon intrinsic names from the new "Name" field...
2010-12-03 Bill WendlingI did it wrong. Don't disregard these encodings here.
2010-12-03 Bill WendlingIgnore decode table conflicts in the tMOVgpr2tgpr,...
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-12-01 Jim GrosbachRefactor LEApcrelJT as a pseudo-instructionlowered...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Jim GrosbachThe VLDMQ/VSTMQ instructions are reprented as true...
2010-11-30 Jim GrosbachTidy up.
2010-11-30 Jim GrosbachDelete a few no longer needed references to pseudos.
2010-11-30 Bob WilsonFix the encoding of VLD4-dup alignment.
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-23 Bob WilsonFix copy-and-paste error in exception message.
2010-11-18 Jason W KimFix .o emission of ARM movt/movw. MCSymbolRefExpr:...
2010-11-18 Bill WendlingGive the exclamation point a name instead of a number.
2010-11-18 Bob WilsonChange the 'x' type modifier for Neon intrinsics to...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-17 Bill WendlingProper encoding for VLDM and VSTM instructions. The...
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-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-15 Chris Lattnerpull the code to get the operand value out of the loop.
2010-11-15 Chris Lattnersplit the giant encoder loop into two new helper functions.
2010-11-15 Chris Lattnerreduce nesting and minor cleanups, no functionality...
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
next