summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAge
* sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner2010-07-19
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* Remove restriction on NEON alignment values. Some of the NEON ld/stBob Wilson2010-07-14
* Move NEON "modified immediate" encode/decode into ARMAddressingModes.h toBob Wilson2010-07-13
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Print "dregpair" NEON operands with a space between them, for readability andBob Wilson2010-07-09
* Represent NEON load/store alignments in bytes, not bits.Bob Wilson2010-07-06
* Fix incorrect asm-printing of some NEON immediates. Fix weak testcase soBob Wilson2010-07-02
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-11
* Use report_fatal_error, not llvm_unreachable.Evan Cheng2010-05-27
* llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.Evan Cheng2010-05-27
* Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' casesBob Wilson2010-05-27
* Use enums instead of literals in the ARM backend.Jakob Stoklund Olesen2010-05-25
* Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enumsJakob Stoklund Olesen2010-05-24
* Add support for movi32 of global values to the new (MC) asm printer.Rafael Espindola2010-05-12
* Handle target-specific form of DBG_VALUE in AsmPrinter.Dale Johannesen2010-04-26
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-17
* In the same spirit of r101524, which removed the assert() from printAddrMode2...Johnny Chen2010-04-16
* Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" areJohnny Chen2010-04-16
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* don't use emitlabel in the arm asm printer yet, the order Chris Lattner2010-04-05
* fix a couple problems I introduced handling symbolsChris Lattner2010-04-05
* just have all targets create the DwarfWriter.Chris Lattner2010-04-05
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-05
* clean up the asmprinter header and privatize some stuff.Chris Lattner2010-04-04
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-04
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-04
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-04
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-04
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-04
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-04
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-03
* Comment the changes for r98218 and friends inside the source code.Bill Wendling2010-03-31
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")Bob Wilson2010-03-20
* Refines 98745 so that it only contains the patch related to the output of theJohnny Chen2010-03-17
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-17
* Revert 98683. It is breaking something in the disassembler.Bob Wilson2010-03-16
* Remove redundant writeback flag from ARM address mode 6. Also remove theBob Wilson2010-03-16
* Remove redundant writeback flag in ARM addressing mode 5.Bob Wilson2010-03-16
* Remove the writeback flag from ARM's address mode 4. Now that we have separateBob Wilson2010-03-16
* Fix unused variable warnings.Bob Wilson2010-03-16
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-16
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-13
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* Change ARM ld/st multiple instructions to have variant instructions forBob Wilson2010-03-13