Add constraints to Instruction class.
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.cpp
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