summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-18
* Use isIntN and isUIntN to check for valid signed/unsigned numbers.Bob Wilson2011-10-18
* whitespaceAndrew Trick2011-10-18
* A landing pad could have more than one predecessor. In that case, we want thatBill Wendling2011-10-18
* ARM vmla/vmls assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* ARM vqdmulh assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* ARM vmul assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson2011-10-18
* ARM vqdmlal assembly parsing for the lane index operand.Jim Grosbach2011-10-18
* Thumb2 parsing of 'mov.w' gets the cc_out operand wrong. Add an alias for it.Jim Grosbach2011-10-18
* ARM assembly parsing and encoding for VMOV.i64.Jim Grosbach2011-10-18
* PTX: Fix disabling of MAD instruction selectionJustin Holewinski2011-10-18
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-18
* Coding style cleanups. No functionality change.Bill Wendling2011-10-18
* Remove NaClModeDavid Meyer2011-10-18
* Add support for dynamic stack realignment when in thumb1 mode.Chad Rosier2011-10-18
* Commit test, capitalizing store... keep it simple.Joe Abbey2011-10-18
* Fix misc warnings. Patch by Joe Abbey.Eli Friedman2011-10-18
* Backing out patch. Will refactor to remove the AsmParser dependency on Target.Lang Hames2011-10-18
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.Jim Grosbach2011-10-18
* Re-applying the target data layout verification patch from r142288, plus appr...Lang Hames2011-10-17
* ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.Jim Grosbach2011-10-17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Add a few FIXME comments.Chad Rosier2011-10-17
* Tidy up.Jim Grosbach2011-10-17
* 142288 broke the build:Rafael Espindola2011-10-17
* Now Igor, throw the switch...give my creation life!Bill Wendling2011-10-17
* ARM NEON "vmov.i8" immediate assembly parsing and encoding.Jim Grosbach2011-10-17
* Validate target data layout strings.Lang Hames2011-10-17
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-17
* Don't renumber the blocks here. This could cause problems later on if anotherBill Wendling2011-10-17
* Pseudoinstructions should not be less constrained than the instruction they areCameron Zwarich2011-10-17
* Tidy up organization.Jim Grosbach2011-10-17
* Add a call to EmitSjLjDispatchBlock.Bill Wendling2011-10-17
* Fix improperly formed assert() call.Jim Grosbach2011-10-17
* Add definitions of conditional moves with 64-bit operands. Comment out code forAkira Hatanaka2011-10-17
* Revert change to function alignment b/c existing logic was fineHal Finkel2011-10-17
* Removed set, but unused variables.Chad Rosier2011-10-17
* Move class and instruction definitions for conditional moves to a seperate file.Akira Hatanaka2011-10-17
* Revert change made in r142205.Akira Hatanaka2011-10-17
* Redefine count-leading 0s and 1s instructions.Akira Hatanaka2011-10-17
* Redefine mfhi/lo and mthi/lo instructions.Akira Hatanaka2011-10-17
* Redefine multiply and divide instructions.Akira Hatanaka2011-10-17
* Add definition of a base class for logical shift/rotate instructions with twoAkira Hatanaka2011-10-17
* Remove >80-col line and unicodeHal Finkel2011-10-17
* Add definition of a base class for logical shift/rotate immediate instructionsAkira Hatanaka2011-10-17
* Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf.Akira Hatanaka2011-10-17
* Fix CMake build.Michael J. Spencer2011-10-17
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17