summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...Owen Anderson2010-11-30
* Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson2010-11-30
* The VLDMQ/VSTMQ instructions are reprented as true Pseudo-insts now (i.e.,Jim Grosbach2010-11-30
* Tidy up.Jim Grosbach2010-11-30
* Delete a few no longer needed references to pseudos.Jim Grosbach2010-11-30
* Fix the encoding of VLD4-dup alignment.Bob Wilson2010-11-30
* Pseudo-ize Thumb2 jump tables with explicit MC lowering to the rawJim Grosbach2010-11-29
* Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach2010-11-29
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Missed another one.Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix copy-and-paste error in exception message.Bob Wilson2010-11-23
* lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...NAKAMURA Takumi2010-11-19
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim2010-11-18
* Give the exclamation point a name instead of a number.Bill Wendling2010-11-18
* Change the 'x' type modifier for Neon intrinsics to force a signed integer.Bob Wilson2010-11-18
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Proper encoding for VLDM and VSTM instructions. The register lists for theseBill Wendling2010-11-17
* Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors.Bob Wilson2010-11-16
* Change Neon polynomial types to be signed to match GCC.Bob Wilson2010-11-16
* Refactor to new GetNumElements function.Bob Wilson2010-11-16
* Tidy up some things in <arm_neon.h>.Bob Wilson2010-11-16
* Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson2010-11-16
* Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson2010-11-16
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-16
* Stop using struct wrappers for Neon vector types in <arm_neon.h>.Bob Wilson2010-11-16
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* pull the code to get the operand value out of the loop.Chris Lattner2010-11-15
* split the giant encoder loop into two new helper functions.Chris Lattner2010-11-15
* reduce nesting and minor cleanups, no functionality change.Chris Lattner2010-11-15
* add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner2010-11-15
* FileCheck: Eliminate DOSish \r from input file.NAKAMURA Takumi2010-11-14
* ARM fixup encoding for direct call instructions (BL).Jim Grosbach2010-11-11
* Add support for specifying a PostEncoderMethod, which can perform post-proces...Owen Anderson2010-11-11
* Rename AccessesArguments and AccessesArgumentsReadonly, and rewriteDan Gohman2010-11-10
* Translate IntrReadArgMem to AccessesArgumentsReadonly.Dan Gohman2010-11-09
* pass literals like $$1 through to the asm matcher. This isn't right yet, but...Chris Lattner2010-11-06
* add (and document) the ability for alias results to haveChris Lattner2010-11-06
* generalize alias support to allow the result of an alias toChris Lattner2010-11-06
* fix a bug where we had an implicit assumption that theChris Lattner2010-11-06
* fix some bugs in the alias support, unblocking changing of "clr" aliasesChris Lattner2010-11-06
* Reimplement BuildResultOperands to be in terms of the result instruction'sChris Lattner2010-11-06
* implement more checking to reject things like:Chris Lattner2010-11-06
* decode and validate instruction alias result definitions.Chris Lattner2010-11-06
* simplifyChris Lattner2010-11-06
* fix another fixme, replacing a string with a semantic pointer.Chris Lattner2010-11-06
* disolve a hack, having CodeGenInstAlias decode the alias in the .tdChris Lattner2010-11-06
* In the calling convention logic, ValVT is always a legal type,Duncan Sands2010-11-04
* partition operand processing between aliases and instructions.Chris Lattner2010-11-04
* pull name slicing out of BuildInstructionOperandReference soChris Lattner2010-11-04