2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-15 |
Bob Wilson | Teach the Neon intrinsic generator to widen half-precis... |
tree | commitdiff |
2010-12-15 |
Bob Wilson | Add a Neon intrinsic test generator. |
tree | commitdiff |
2010-12-15 |
Bob Wilson | Fix Neon intrinsic immediate range checking for some... |
tree | commitdiff |
2010-12-15 |
Chris Lattner | various cleanups to tblgen, patch by Garrison Venn! |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | llvmc: make switch options ZeroOrMore by default. |
tree | commitdiff |
2010-12-14 |
Jakob Stoklund Olesen | Introduce TargetRegisterInfo::getOverlaps(Reg), returni... |
tree | commitdiff |
2010-12-14 |
Jim Grosbach | Add support for MC-ized encoding of tLEApcrel and tLEAp... |
tree | commitdiff |
2010-12-14 |
Bill Wendling | The tLDR et al instructions were emitting either a... |
tree | commitdiff |
2010-12-14 |
Owen Anderson | Second attempt at make Thumb2 LEAs pseudos. This time... |
tree | commitdiff |
2010-12-13 |
Bob Wilson | Remove the rest of the *_sfp Neon instruction patterns. |
tree | commitdiff |
2010-12-13 |
Owen Anderson | Revert r121721, which broke buildbots. |
tree | commitdiff |
2010-12-13 |
Owen Anderson | Make Thumb2 LEA-like instruction into pseudos, which... |
tree | commitdiff |
2010-12-13 |
Owen Anderson | In Thumb2, direct branches can be encoded as either... |
tree | commitdiff |
2010-12-13 |
Bill Wendling | Add support for using the `!if' operator when initializ... |
tree | commitdiff |
2010-12-13 |
Bill Wendling | Move <map> include out of .h and into .cpp. |
tree | commitdiff |
2010-12-13 |
Bill Wendling | Merge DEBUG statements. |
tree | commitdiff |
2010-12-13 |
Chris Lattner | eliminate the Records global variable, patch by Garriso... |
tree | commitdiff |
2010-12-13 |
Chris Lattner | clean up RecordKeeper::getAllDerivedDefinitions, patch... |
tree | commitdiff |
2010-12-10 |
Bill Wendling | Get rid of ellipses. |
tree | commitdiff |
2010-12-10 |
Jim Grosbach | Thumb unconditional branch binary encoding. rdar:/... |
tree | commitdiff |
2010-12-10 |
Jim Grosbach | Thumb conditional branch binary encodings. rdar://8745367 |
tree | commitdiff |
2010-12-10 |
Bob Wilson | The Neon vqdmlsl_lane and vqdmlal_lane intrinsics have... |
tree | commitdiff |
2010-12-09 |
Devang Patel | Add initial support to measure local variables. |
tree | commitdiff |
2010-12-09 |
Jim Grosbach | Thumb needs a few different encoding schemes for branch... |
tree | commitdiff |
2010-12-09 |
Bob Wilson | 80-column fixes. |
tree | commitdiff |
2010-12-09 |
Bob Wilson | Add a license comment to the generated arm_neon.h header. |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Missed FileUpdate because CMake doesn't build it yet :(. |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-12-09 |
Bill Wendling | The BLX instruction is encoded differently than the... |
tree | commitdiff |
2010-12-08 |
Bill Wendling | Support the "target" encodings for the CB[N]Z instructions. |
tree | commitdiff |
2010-12-08 |
Bob Wilson | Add operators for "_lane" variants of some saturating... |
tree | commitdiff |
2010-12-08 |
Bob Wilson | Add operators for vabdl and vabal so they can be implem... |
tree | commitdiff |
2010-12-08 |
Bob Wilson | Remove unused function parameter. |
tree | commitdiff |
2010-12-08 |
Bob Wilson | Add an operator for vaba so it can be implemented using... |
tree | commitdiff |
2010-12-08 |
Bill Wendling | Use this new fangled StringSwitch technology. |
tree | commitdiff |
2010-12-08 |
Bill Wendling | Cleanup table a bit. |
tree | commitdiff |
2010-12-08 |
Bill Wendling | Add support for loading from a constant pool. |
tree | commitdiff |
2010-12-08 |
Bob Wilson | Add operators for vadd[lw] and vsub[lw] |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane} |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Emit vmovl intrinsics first in the arm_neon.h header |
tree | commitdiff |
2010-12-07 |
Jim Grosbach | Add source Record* reference to PatternToMatch. Allows... |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Add an operator for vdup_lane so it can be implemented... |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Add an operator for vmull_lane so it can be implemented... |
tree | commitdiff |
2010-12-07 |
Devang Patel | Handle recursive values. Add comments. |
tree | commitdiff |
2010-12-07 |
Jim Grosbach | Remove reference to the CMPz instruction patterns for... |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Add new built-in operations for vmull and vmull_n |
tree | commitdiff |
2010-12-07 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2010-12-07 |
Jim Grosbach | Change assert to diagnostic. Message still needs work... |
tree | commitdiff |
2010-12-07 |
NAKAMURA Takumi | utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek... |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Add an OpReinterpret operation to TableGen's NeonEmitter. |
tree | commitdiff |
2010-12-07 |
Bob Wilson | Fix whitespace. |
tree | commitdiff |
2010-12-07 |
Devang Patel | Add python scripts to extract debug info using LLDB... |
tree | commitdiff |
2010-12-06 |
Jim Grosbach | Add fixup for Thumb1 BL/BLX instructions. |
tree | commitdiff |
2010-12-06 |
Michael J. Spencer | KillTheDoctor: Cleanup error_code usage. |
tree | commitdiff |
2010-12-06 |
Michael J. Spencer | KillTheDoctor: Fix spelling. |
tree | commitdiff |
2010-12-04 |
Bob Wilson | Remove trailing whitespace. |
tree | commitdiff |
2010-12-03 |
Bob Wilson | Get Neon intrinsic names from the new "Name" field... |
tree | commitdiff |
2010-12-03 |
Bill Wendling | I did it wrong. Don't disregard these encodings here. |
tree | commitdiff |
2010-12-03 |
Bill Wendling | Ignore decode table conflicts in the tMOVgpr2tgpr,... |
tree | commitdiff |
2010-12-03 |
Bob Wilson | Add support for "_lane" variants of VMUL, VMLA, and... |
tree | commitdiff |
2010-12-03 |
Bob Wilson | Support using macros for Neon intrinsics implemented... |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Simplify code in Neon intrinsics. No functional change... |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Assign arguments of Neon intrinsic macros to local... |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Use statement expressions in Neon intrinsics defined... |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Add casts for splatted scalars in calls to Neon builtins. |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Add a missing cast for Neon vsbl results. |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Add another missing cast for Neon vcombine results. |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Add casts in arm_neon.h for result values in inline... |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Avoid "char" for Neon vector elements; make it explicit... |
tree | commitdiff |
2010-12-02 |
Bob Wilson | Cast scalar results of Neon macros to the correct type. |
tree | commitdiff |
2010-12-01 |
Bob Wilson | Add explicit casts for vector arguments to Neon builtins. |
tree | commitdiff |
2010-12-01 |
Bob Wilson | Add some comments for TableGen's NeonEmitter. |
tree | commitdiff |
2010-12-01 |
Bob Wilson | Cleanup: simplify checks for integers between 2 and 4. |
tree | commitdiff |
2010-12-01 |
Jim Grosbach | Refactor LEApcrelJT as a pseudo-instructionlowered... |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Simplify the encoding of reg+/-imm12 values that allow... |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Add encoding support for Thumb2 PLD and PLI instructions. |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | The VLDMQ/VSTMQ instructions are reprented as true... |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Tidy up. |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Delete a few no longer needed references to pseudos. |
tree | commitdiff |
2010-11-30 |
Bob Wilson | Fix the encoding of VLD4-dup alignment. |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Pseudo-ize Thumb2 jump tables with explicit MC lowering... |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Rename t2 TBB and TBH instructions to reference that... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | I swear I did a make clean and make before committing... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Missed another one. |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-23 |
Bob Wilson | Fix copy-and-paste error in exception message. |
tree | commitdiff |
2010-11-19 |
NAKAMURA Takumi | lit.GoogleTest: On case-insensitive filesystem, matchin... |
tree | commitdiff |
2010-11-18 |
Jason W Kim | Fix .o emission of ARM movt/movw. MCSymbolRefExpr:... |
tree | commitdiff |
2010-11-18 |
Bill Wendling | Give the exclamation point a name instead of a number. |
tree | commitdiff |
2010-11-18 |
Bob Wilson | Change the 'x' type modifier for Neon intrinsics to... |
tree | commitdiff |
2010-11-17 |
Evan Cheng | Remove ARM isel hacks that fold large immediates into... |
tree | commitdiff |
2010-11-17 |
Bill Wendling | Proper encoding for VLDM and VSTM instructions. The... |
tree | commitdiff |
2010-11-16 |
Bob Wilson | Use new neon_vector_type and neon_polyvector_type attri... |
tree | commitdiff |
2010-11-16 |
Bob Wilson | Change Neon polynomial types to be signed to match... |
tree | commitdiff |
2010-11-16 |
Bob Wilson | Refactor to new GetNumElements function. |
tree | commitdiff |
2010-11-16 |
Bob Wilson | Tidy up some things in <arm_neon.h>. |
tree | commitdiff |
2010-11-16 |
Bob Wilson | Reapply "Stop using struct wrappers for Neon vector... |
tree | commitdiff |
2010-11-16 |
Bob Wilson | Revert "Stop using struct wrappers for Neon vector... |
tree | commitdiff |
2010-11-16 |
Michael J. Spencer | This is the first step in adding sane error handling... |
tree | commitdiff |
next |