aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
AgeCommit message (Expand)Author
2007-01-27Thumb jumptable support.Evan Cheng
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2007-01-26If the constant pool value is a extern weak symbol, emit the weak reference.Lauro Ramos Venancio
2007-01-25Fix elf object definition.Lauro Ramos Venancio
2007-01-25Getting rid uses of evil std::set<>Evan Cheng
2007-01-23- Reorg Thumb load / store instructions. Combine each rr and ri pair ofEvan Cheng
2007-01-19Restructure code a bit to make use of continue (simplifying things). GeneralizeEvan Cheng
2007-01-19Fix section definition.Lauro Ramos Venancio
2007-01-19ARM backend contribution from Apple.Evan Cheng
2006-12-21Fix for ARM weak symbols, patch by Lauro Ramos Venancio!Chris Lattner
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-18move ExtWeakSymbols to AsmPrinterRafael Espindola
2006-12-10.align is in bitsRafael Espindola
2006-12-08%progbits not @progbitsRafael Espindola
2006-12-08add \"aw\",@progbits" to ctors and dtorsRafael Espindola
2006-12-07fix alignmentRafael Espindola
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-07make sure that we don't use a common symbol if a section was specifiedRafael Espindola
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-06print weak referencesRafael Espindola
2006-12-06These asm printers shouldn't use assembly/writer.hChris Lattner
2006-12-05add support for weak linkageRafael Espindola
2006-11-09implement load effective address similar to the alpha backendRafael Espindola
2006-11-08initial implementation of addressing mode 2Rafael Espindola
2006-11-02move ARMCondCodeToString to ARMAsmPrinter.cppRafael Espindola
2006-11-01print null values in bssRafael Espindola
2006-10-19print common symbolsRafael Espindola
2006-10-17initial implementation of addressing mode 5Rafael Espindola
2006-10-16expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTSRafael Espindola
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05Use getSectionForFunction.Chris Lattner
2006-09-13add shifts to addressing mode 1Rafael Espindola
2006-09-11partial implementation of the ARM Addressing Mode 1Rafael Espindola
2006-09-11call AsmPrinter::doInitialization in ARMAsmPrinter::doInitializationRafael Espindola
2006-09-10Removed unnecessary Mangler creation.Anton Korobeynikov
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-08-25use @ for commentsRafael Espindola
2006-08-24create a generic bcond instruction that has a conditional code argumentRafael Espindola
2006-08-24initial support for branchesRafael Espindola
2006-08-17add a "load effective address"Rafael Espindola
2006-08-01start comments with #Rafael Espindola
2006-08-01implement LowerConstantPool and LowerGlobalAddressRafael Espindola
2006-07-31handle GlobalValue::InternalLinkage in doFinalizationRafael Espindola
2006-07-27emit global constantsRafael Espindola
2006-07-16skeleton of a lowerCall implementation for ARMRafael Espindola
2006-07-11add the memri memory operandRafael Espindola
2006-05-26On ARM, alignment is in bitsRafael Espindola
2006-05-25implement initial version of ARMAsmPrinter::printOperandRafael Espindola
2006-05-23implement minimal versions ofRafael Espindola