summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMCExpr.h
Commit message (Collapse)AuthorAgeFilesLines
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ↵Evan Cheng2011-07-201-76/+0
| | | | | | ARM MC code from target. llvm-svn: 135636
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-291-0/+3
| | | | | | that associate sections with expressions. llvm-svn: 130517
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-131-0/+73
in the right direction. It eliminated some hacks and will unblock codegen work. But it's far from being done. It doesn't reject illegal expressions, e.g. (FOO - :lower16:BAR). It also doesn't work in Thumb2 mode at all. llvm-svn: 123369
OpenPOWER on IntegriCloud