Register Target's TargetMachine and AsmPrinter in the new registry.
[oota-llvm.git] / lib / Target / ARM / ARMSubtarget.h
2009-07-06 Evan ChengisThumb2 really should mean thumb2 only, not thumb2+.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-06-25 Bob WilsonRevert 74164. We'll want to use this method later.
2009-06-25 Bob WilsonRemove unused hasV6T2Ops method. We already have a...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-06-08 Anton KorobeynikovAdd helper for checking of Thumb1 mode
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-31 Rafael EspindolaMake ARM and X86 LowerMEMCPY identical by moving the...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-01-19 Evan ChengIntroduce TargetType's ELF and Darwin.
2007-01-19 Evan ChengARM backend contribution from Apple.