aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-222-9/+6
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-4/+7
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-7/+4
* Flush the raw_ostream after emitting the assembly for a function.Dan Gohman2008-11-071-0/+2
* Fix so_imm encoding bug; add support for MOVi2pieces.Evan Cheng2008-11-061-2/+2
* Remove a dead switch statement.Evan Cheng2008-11-031-17/+0
* CMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.Oscar Fuentes2008-10-251-0/+9
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-7/+7
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-2/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-9/+0
* Clean up.Evan Cheng2008-09-181-4/+8
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-4/+5
* ARM asm printer can't handle dwarf info yet.Evan Cheng2008-08-181-6/+12
* Move ARM to pluggable asmprinterAnton Korobeynikov2008-08-172-0/+1053