Specify S registers as D registers' sub-registers.
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.cpp
2007-04-04 Evan ChengImplement inline asm modifier P.
2007-03-29 Evan ChengAdd support for hidden visibility to darwin/arm.
2007-03-20 Evan ChengMake two piece constant generation as a single instruct...
2007-03-08 Evan ChengImplement inline asm modifier c.
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-01 Bill WendlingGet rid of verboten <iostream> include.
2007-02-01 Lauro Ramos VenancioFix .thumb_func directive on linux.
2007-01-31 Evan ChengDon't emit unnecessary .align directive.
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-30 Evan ChengChange the operand orders to t_addrmode_s* to make...
2007-01-27 Evan ChengThumb jumptable support.
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Lauro Ramos VenancioIf the constant pool value is a extern weak symbol...
2007-01-25 Lauro Ramos VenancioFix elf object definition.
2007-01-25 Evan ChengGetting rid uses of evil std::set<>
2007-01-23 Evan Cheng- Reorg Thumb load / store instructions. Combine each...
2007-01-19 Evan ChengRestructure code a bit to make use of continue (simplif...
2007-01-19 Lauro Ramos VenancioFix section definition.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-12-21 Chris LattnerFix for ARM weak symbols, patch by Lauro Ramos Venancio!
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-10 Rafael Espindola.align is in bits
2006-12-08 Rafael Espindola%progbits not @progbits
2006-12-08 Rafael Espindolaadd \"aw\",@progbits" to ctors and dtors
2006-12-07 Rafael Espindolafix alignment
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Rafael Espindolamake sure that we don't use a common symbol if a sectio...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Rafael Espindolaprint weak references
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-12-05 Rafael Espindolaadd support for weak linkage
2006-11-09 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-02 Rafael Espindolamove ARMCondCodeToString to ARMAsmPrinter.cpp
2006-11-01 Rafael Espindolaprint null values in bss
2006-10-19 Rafael Espindolaprint common symbols
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerUse getSectionForFunction.
2006-09-13 Rafael Espindolaadd shifts to addressing mode 1
2006-09-11 Rafael Espindolapartial implementation of the ARM Addressing Mode 1
2006-09-11 Rafael Espindolacall AsmPrinter::doInitialization in ARMAsmPrinter...
2006-09-10 Anton KorobeynikovRemoved unnecessary Mangler creation.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-08-25 Rafael Espindolause @ for comments
2006-08-24 Rafael Espindolacreate a generic bcond instruction that has a condition...
2006-08-24 Rafael Espindolainitial support for branches
2006-08-17 Rafael Espindolaadd a "load effective address"
2006-08-01 Rafael Espindolastart comments with #
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
2006-07-31 Rafael Espindolahandle GlobalValue::InternalLinkage in doFinalization
2006-07-27 Rafael Espindolaemit global constants
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-05-26 Rafael EspindolaOn ARM, alignment is in bits
2006-05-25 Rafael Espindolaimplement initial version of ARMAsmPrinter::printOperand
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend