Lane number should be printed w/o hash
[oota-llvm.git] / lib / Target / ARM / AsmPrinter / ARMAsmPrinter.cpp
2009-08-08 Anton KorobeynikovLane number should be printed w/o hash
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-07 Anton Korobeynikov2 more vdup.32 cases
2009-08-07 Evan ChengThumb2 32-bit ldm / stm needs .w suffix if submode...
2009-08-05 Anton KorobeynikovMissed pieces for ARM HardFP ABI.
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-04 Bob WilsonReplace dregsingle operand modifier with explicit escap...
2009-08-04 Evan ChengEnable load / store multiple pass for Thumb2. It's...
2009-08-04 Evan ChengLoad / store multiple pass fixes for Thumb2. Not enable...
2009-08-03 Chris Lattneruse TLOF to compute the section for a function instead of
2009-08-03 Chris Lattnerconvert macho stub emission to use SwitchToSection...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Evan ChengUntil we have a "ALIGN" pseudo instruction, have asm...
2009-07-30 Daniel DunbarSwitch obvious clients to Twine instead of utostr ...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-25 Evan ChengChange Thumb2 jumptable codegen to one that uses two...
2009-07-24 Evan ChengAdd a workaround for Darwin assembler bug where it...
2009-07-24 Evan ChengReplace use of std::set with SmallPtrSet.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
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...
next