summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCInstLower.h
Commit message (Collapse)AuthorAgeFilesLines
* even more simplifications. ARM MCInstLowering is now justChris Lattner2010-11-141-43/+0
| | | | | | | a single function instead of a class. It doesn't need the complexity that X86 does. llvm-svn: 119070
* more shrinkificationChris Lattner2010-11-141-5/+0
| | | | llvm-svn: 119068
* more simplifications.Chris Lattner2010-11-141-8/+1
| | | | llvm-svn: 119067
* simplify and tidy upChris Lattner2010-11-141-12/+5
| | | | llvm-svn: 119066
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-221-1/+2
| | | | | | | | new VariantKind to the MCSymbolExpr seems like overkill, but I'm not sure there's a more straightforward way to get the printing difference captured. (i.e., x86 uses @PLT, ARM uses (PLT)). llvm-svn: 114613
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-171-1/+6
| | | | | | instruction lowering. llvm-svn: 114191
* trailing whitespaceJim Grosbach2010-09-131-3/+3
| | | | llvm-svn: 113768
* sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner2010-07-191-0/+56
out of the AsmPrinter directory into libarm. Now the ARM InstPrinters depend jsut on the MC stuff, not on vmcore or codegen. llvm-svn: 108783
OpenPOWER on IntegriCloud