Fix paths; AutoRegen.sh changes its current working directory to be the
[oota-llvm.git] / utils /
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 Devang PatelAdd initial support to measure local variables.
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. SpencerMissed FileUpdate because CMake doesn't build it yet :(.
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 Devang PatelHandle recursive values. Add comments.
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 NAKAMURA Takumiutils/lit/lit/TestFormats.py: [PR8438] unittests: Seek...
2010-12-07 Bob WilsonAdd an OpReinterpret operation to TableGen's NeonEmitter.
2010-12-07 Bob WilsonFix whitespace.
2010-12-07 Devang PatelAdd python scripts to extract debug info using LLDB...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Michael J. SpencerKillTheDoctor: Cleanup error_code usage.
2010-12-06 Michael J. SpencerKillTheDoctor: Fix spelling.
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.
next