Teach the (non-MC) instruction printer to use the cannonical names for push/pop,
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.cpp
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Jim GrosbachHook up verbose asm comment printing for SOImm operands...
2010-09-17 Jim Grosbachhandle the upper16/lower16 target operand flags on...
2010-09-17 Jim Grosbachexpand PICLDR MC lowering to handle other PICLDR and...
2010-09-16 Jim GrosbachMC-ization of the PICLDR pseudo. Next up, adding the...
2010-09-16 Bob WilsonRemove support for "dregpair" operand modifier, now...
2010-09-15 Jim Grosbachmove getRegisterNumbering() to out of ARMBaseRegisterIn...
2010-09-14 Jim GrosbachAdd predicate and 's' bit operands to PICADD instructio...
2010-09-14 Jim Grosbachfix comment typo
2010-09-02 Jim GrosbachRemove trailing whitespace
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-16 Bob WilsonRename sat_shift operand to shift_imm, in preparation...
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-05 Bob WilsonARM "rrx" shift operands do not have an immediate....
2010-08-04 Devang PatelImplement target specific getDebugValueLocation().
2010-07-31 Bob WilsonMove newlines before inline jumptables from the asm...
2010-07-30 Bob WilsonAdd the __TEXT,__StaticInit section to the list of...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-19 Chris Lattnersink the arm implementations of ASmPrinter and MCInstLower
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-07 Anton KorobeynikovSwitch ARM to new section handling stuff
2008-07-09 Dale JohannesenEmit debug info for data-only files. ARM version.
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-07-07 Dan GohmanMinor const-correctness fixes.
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-01-28 Bill WendlingIf the function has no machine instructions, then emit...
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-17 Dale JohannesenRevert the part of 45849 that treated weak globals
2008-01-11 Dale JohannesenWeak zeroes don't go in bss on Darwin.
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-05 Lauro Ramos Venancio[ARM] Fix code generation for:
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-30 Gordon HenriksenAsmPrinters overriding getAnalysisUsage should call...
2007-09-21 Evan ChengHonor user-defined section specification of a global...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-06 Evan ChengPrint the s bit if the instruction is toggled to its...
2007-06-22 Dale JohannesenQuote complex names for Darwin X86 and ARM.
2007-06-05 Evan ChengPrint predicate of the second instruction of the two...
2007-06-05 Evan ChengPIC label asm printing cosmetic changes.
2007-05-31 Chris LattnerFix the asmprinter so that a globalvalue can specify...
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-05-08 Evan ChengSwitch BCC, MOVCCr, etc. to PredicateOperand.
2007-05-03 Evan ChengShould never see an indexed load / store with zero...
2007-05-03 Lauro Ramos VenancioDebug support for arm-linux.
2007-05-03 Chris Lattneradd support for printing offset from global
2007-04-30 Lauro Ramos VenancioEnable protected visibility on ARM.
2007-04-27 Lauro Ramos VenancioARM TLS: implement "general dynamic", "initial exec...
2007-04-25 Lauro Ramos Venancioremember to emit weak reference in one more case.
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
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
next