aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmPrinter
AgeCommit message (Expand)Author
2010-10-01Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach
2010-09-30Now that the pseudos that needed this are all custom lowered, we can go backJim Grosbach
2010-09-30Nuke it from orbit. It's the only way to be sure.Jim Grosbach
2010-09-23nuke unused varJim Grosbach
2010-09-22Add PrintSpecial() handling for in ARM MC instruction printer.Jim Grosbach
2010-09-21Add start of support for MC instruction printer of ARM jump tables. Filling inJim Grosbach
2010-09-18PC-relative pseudo instructions are lowered and printed directly. Any encounterJim Grosbach
2010-09-17Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach
2010-09-17Hook up verbose asm comment printing for SOImm operands in MC printerJim Grosbach
2010-09-17trailing whitespaceJim Grosbach
2010-09-16MC-ization of the PICLDR pseudo. Next up, adding the other variantsJim Grosbach
2010-09-16Remove support for "dregpair" operand modifier, now that it is no longer beingBob Wilson
2010-09-16store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach
2010-09-15Add support for the 'lane' modifier on vdup operandsJim Grosbach
2010-09-15Reduce dependencies in the ARM MC instruction printer.Jim Grosbach
2010-09-15Add support for floating point immediates to MC instruction printing. ARMJim Grosbach
2010-09-14Reapply r113875 with additional cleanups.Jim Grosbach
2010-09-14revert 113875 momentarilly. Need to fix the MC disassembler to handle theJim Grosbach
2010-09-14trailing whitespace cleanupJim Grosbach
2010-09-14The register specified for a dregpair is the corresponding Q register, so toJim Grosbach
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-27Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson
2010-08-16Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson
2010-08-12Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen
2010-08-11Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson
2010-08-05ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson
2010-07-20Update CMake files.Daniel Dunbar
2010-07-19sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner
2010-07-15Split -enable-finite-only-fp-math to two options:Evan Cheng
2010-07-14Remove restriction on NEON alignment values. Some of the NEON ld/stBob Wilson
2010-07-13Move NEON "modified immediate" encode/decode into ARMAddressingModes.h toBob Wilson
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-09Print "dregpair" NEON operands with a space between them, for readability andBob Wilson
2010-07-06Represent NEON load/store alignments in bytes, not bits.Bob Wilson
2010-07-02Fix incorrect asm-printing of some NEON immediates. Fix weak testcase soBob Wilson
2010-06-11Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson
2010-05-27Use report_fatal_error, not llvm_unreachable.Evan Cheng
2010-05-27llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.Evan Cheng
2010-05-27Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' casesBob Wilson
2010-05-25Use enums instead of literals in the ARM backend.Jakob Stoklund Olesen
2010-05-24Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enumsJakob Stoklund Olesen
2010-05-12Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola
2010-05-11I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands
2010-04-26Handle target-specific form of DBG_VALUE in AsmPrinter.Dale Johannesen
2010-04-17Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman
2010-04-16Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for aJohnny Chen
2010-04-16In the same spirit of r101524, which removed the assert() from printAddrMode2...Johnny Chen
2010-04-16Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" areJohnny Chen
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman