Remove old style hacks to register AsmPrinter into TargetMachine.
[oota-llvm.git] / lib / Target / ARM / AsmPrinter / ARMAsmPrinter.cpp
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Chris Lattnerconvert arm/darwin stubs to use the mangler to synthesi...
2009-07-15 Chris Lattnerfix an arm codegen bug (the same as PR4482 on ppc)...
2009-07-15 Chris Lattnerconvert [Hidden]GVNonLazyPtrs to compute the global...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Evan ChengMajor changes to Thumb (not Thumb2). Many 16-bit instru...
2009-07-10 Evan ChengAdd a thumb2 pass to insert IT blocks.
2009-07-10 Bob WilsonReplace TM.getRegisterInfo() calls by TRI instance...
2009-07-09 Bob WilsonHandle 'a' modifier on inline assembly operands.
2009-07-09 Evan ChengAdded Thumb IT instruction.
2009-07-09 Evan ChengFix ldrd / strd address mode matching code. It allows...
2009-07-08 Evan ChengChange how so_imm and t2_so_imm are handled. At instruc...
2009-07-08 Torok EdwinMissed an exit during the conversion.
2009-07-08 Bob WilsonImplement NEON vld1 instructions.
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-01 Bob WilsonAdd a new addressing mode for NEON load/store instructions.
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-27 Evan ChengRenaming for consistency.
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Evan ChengUnbreak mingw build. Patch by Viktor Kutuzov.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Nick LewyckyUnbreak build on Linux by removing Darwinism.
2009-06-24 Dan GohmanRevert this accidental commit.
2009-06-24 Dan GohmanMove the special cases for constants out of getUnknown...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-20 Devang PatelRemove unused field.
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Bob WilsonARM unified syntax is not specific to ELF; use it for...
2009-06-17 Anton KorobeynikovThumb2 instructions are enabled only in unified assembl...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-01 Anton KorobeynikovDo not emit "generic" CPU string. This fixes PR4291.
2009-05-23 Anton KorobeynikovEmit ARM Build Attributes
2009-05-19 Bob WilsonFix pr4227: Handle large immediate values in inline...
2009-05-19 Bob WilsonFix pr4091: Add support for "m" constraint in ARM inlin...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2008-12-10 Evan ChengPreliminary ARM debug support based on patch by Mikael...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-07 Dan GohmanFlush the raw_ostream after emitting the assembly for...
2008-11-06 Evan ChengFix so_imm encoding bug; add support for MOVi2pieces.
2008-11-03 Evan ChengRemove a dead switch statement.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-18 Evan ChengClean up.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-18 Evan ChengARM asm printer can't handle dwarf info yet.
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter