Typo
[oota-llvm.git] / lib / Target / X86 / X86IntelAsmPrinter.cpp
2008-07-07 Evan ChengATT asm printer just print register AsmName's instead...
2008-06-28 Anton KorobeynikovMake intel asmprinter child of generic asmprinter,...
2008-06-28 Anton KorobeynikovCleanup
2008-06-28 Anton KorobeynikovWhitespace cleanup
2008-06-27 Anton KorobeynikovUse StringSet instead of std::set<std::string>
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
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-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
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-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-07-29 Christopher LambChange the x86 backend to use extract_subreg for trunca...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-04-20 Jeff CohenComment out usage of write() for now.
2007-04-20 Jeff CohenMake Microsoft assembler and linker happy.
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Chris LattnerFix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll
2006-11-02 Reid SpencerFor PR786:
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-20 Reid SpencerFor PR950:
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-08 Evan ChengCommitting X86-64 support.
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-05-31 Evan ChengRename ASM modifier trunc8, trunc16 to subreg8, subreg16.
2006-05-26 Evan ChengRemove a couple of bogus casts.
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerMASM doesn't have one of these.
2006-05-09 Chris LattnerPreserve prior behavior
2006-05-09 Chris LattnerFix the MASM asmprinter's lies. It does not want to...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-08 Evan ChengFixing truncate. Previously we were emitting truncate...
2006-05-06 Jeff CohenFix some loose ends in MASM support.
2006-05-05 Evan ChengBetter implementation of truncate. ISel matches it...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Jeff CohenMake external globals public; other minor cleanup.
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
2006-05-02 Jeff CohenFinish support for Microsoft ML/MASM. May still be...
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-05-01 Chris LattnerRemove %'s from register names when in intel mode.
2006-04-28 Evan ChengI can't spell: Register, not Regsiter.
2006-04-28 Evan ChengImplemented x86 inline asm b, h, w, k modifiers.
2006-04-28 Evan ChengBare-bone X86 inline asm printer support.
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-03-23 Jim LaskeyChange interface to DwarfWriter.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Evan Cheng- Emit subsections_via_symbols for Darwin.
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-02-26 Evan ChengFixed ConstantPoolIndex operand asm print bug. This...
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-23 Evan ChengPIC related bug fixes.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-07 Evan ChengDarwin ABI issues: weak, linkonce, etc. dynamic-no...
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Evan ChengFixed a minor bug: - -offset != offset iff offset ...
2005-11-21 Chris LattnerUse HasDotTypeDotSizeDirective instead of forELF
2005-11-21 Chris LattnerAdd a forELF flag, allowing the removal of forCygwin...
2005-11-21 Chris LattnerSwitch to using the shared constant pool printer, along...
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris LattnerUse PrivateGlobalPrefix for basic block labels. This...
2005-11-21 Chris Lattnerconvert the rest of this over to use SwitchSection
2005-11-21 Chris LattnerNaturally align doubles in the constant pool, set Priva...
2005-07-14 Nate BegemanAdd support for printing the sse scalar comparison...
2005-07-03 Chris LattnerPercolate the call up to the right superclass
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...