Initialize HasPOPCNT.
[oota-llvm.git] / utils /
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. SpencerMissed another one.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-23 Bob WilsonFix copy-and-paste error in exception message.
2010-11-19 NAKAMURA Takumilit.GoogleTest: On case-insensitive filesystem, matchin...
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 Michael J. SpencerThis is the first step in adding sane error handling...
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...
2010-11-14 NAKAMURA TakumiFileCheck: Eliminate DOSish \r from input file.
2010-11-11 Jim GrosbachARM fixup encoding for direct call instructions (BL).
2010-11-11 Owen AndersonAdd support for specifying a PostEncoderMethod, which...
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
2010-11-09 Dan GohmanTranslate IntrReadArgMem to AccessesArgumentsReadonly.
2010-11-06 Chris Lattnerpass literals like $$1 through to the asm matcher....
2010-11-06 Chris Lattneradd (and document) the ability for alias results to...
2010-11-06 Chris Lattnergeneralize alias support to allow the result of an...
2010-11-06 Chris Lattnerfix a bug where we had an implicit assumption that the
2010-11-06 Chris Lattnerfix some bugs in the alias support, unblocking changing...
2010-11-06 Chris LattnerReimplement BuildResultOperands to be in terms of the...
2010-11-06 Chris Lattnerimplement more checking to reject things like:
2010-11-06 Chris Lattnerdecode and validate instruction alias result definitions.
2010-11-06 Chris Lattnersimplify
2010-11-06 Chris Lattnerfix another fixme, replacing a string with a semantic...
2010-11-06 Chris Lattnerdisolve a hack, having CodeGenInstAlias decode the...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-04 Chris Lattnerpartition operand processing between aliases and instru...
2010-11-04 Chris Lattnerpull name slicing out of BuildInstructionOperandReferen...
2010-11-04 Chris Lattnercleanups.
2010-11-04 Chris Lattnerreplace SrcOpNum with SrcOpName, eliminating a numering...
2010-11-04 Chris Lattnerstrength reduce some code, resolving a fixme.
2010-11-04 Chris Lattnertake a big step to making aliases more general and...
2010-11-03 Jim GrosbachSupport generating an MC'ized CodeEmitter directly...
2010-11-03 Chris Lattnerrename Operand -> AsmOperand for clarity.
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-11-02 Chris LattnerCompletely reject instructions that have an operand...
2010-11-02 Chris Lattnermake MatchableInfo::Validate reject instructions (like...
2010-11-02 Chris Lattnerrewrite EmitConvertToMCInst to iterate over the MCInst...
2010-11-02 Chris Lattnermerge two large parallel loops in EmitConvertToMCInst...
2010-11-02 Chris Lattnera bunch of random cleanup, move a helper to CGT where...
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-11-02 Chris Lattneradd and update comments.
2010-11-02 Chris Lattnerrefactor/cleanup MatchableInfo by eliminating the Token...
2010-11-02 Chris Lattnerrename operands -> asmoperands to be more descriptive.
2010-11-02 Jim GrosbachTidy up.
2010-11-01 Chris Lattnerfix computation of ambiguous instructions to not ignore...
2010-11-01 Chris Lattnergive MatchableInfo::Operand a constructor
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Chris Lattnerrename InstructionInfo -> MatchableInfo since it now
2010-11-01 Chris Lattnerrefactor initialization of InstructionInfo to be sharab...
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-11-01 Chris Lattnerrefactor InstructionInfo to not have a pointer to CodeG...
2010-11-01 Chris Lattnerdefine a new CodeGenInstAlias. It has an asmstring...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-11-01 Chris Lattneravoid needless throw/catch/rethrow, stringref'ize some...
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-11-01 Chris Lattnerall predicates on an MnemonicAlias must be AssemblerPre...
2010-11-01 Chris Lattnerchange the singleton register handling code to be based...
next