aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp
AgeCommit message (Expand)Author
2010-07-19sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-03-12inline GetGlobalValueSymbol into the rest its callers andChris Lattner
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-01-26add a new MachineBasicBlock::getSymbol method, replacingChris Lattner
2010-01-16eliminate uses of mangler and simplify code.Chris Lattner
2009-11-07It turns out that the testcase in question uncovered subreg-handling bug.Anton Korobeynikov
2009-10-30Add ARM codegen for indirect branches.Bob Wilson
2009-10-20add support for external symbols. The mc instprinter can now handleChris Lattner
2009-10-20get fancy: support basic block operands. Yay for jumps.Chris Lattner
2009-10-19handle addmode4 modifiers, fix a fixme in printRegisterListChris Lattner
2009-10-19add jump tables, constant pools and some trivial globalChris Lattner
2009-10-19add the files that go with the previous revChris Lattner