Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86ATTAsmPrinter.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-14 Evan ChengOops. Debugging code shouldn't have been checked in.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-14 Evan ChengClean up sub-register implementation by moving subReg...
2007-11-09 Evan ChengUnbreak x86-64 jumptable.
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-04 Chris LattnerFix PR1761 by not printing (rip) suffix when in -static...
2007-10-29 Chris LattnerAdd support for the x86-64 'q' regigster modifier,...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-05 Dan GohmanChange a space to a tab in the assembly output of a...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-08-01 Dan GohmanChange a .size directive to use a tab instead of a...
2007-07-30 Dan GohmanUse tabs more consistently in assembler pseudo-ops.
2007-07-29 Christopher LambChange the x86 backend to use extract_subreg for trunca...
2007-07-25 Evan ChengMac OS X should use 0x90 to fill in gaps to satisfy...
2007-07-25 Evan ChengFunctions with LinkOnce and weak linkage still need...
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-06-25 Dan GohmanSay AT&T instead of Intel in the comments for AT&T...
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-06-04 Evan ChengMisuse of hasExternalLinkage(), should be checking...
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-26 Dan GohmanFix PR1339 and CodeGen/X86/dollar-name.ll
2007-04-22 Lauro Ramos VenancioX86 TLS: fix and optimize the implementation of "initia...
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-03-25 Chris LattnerAllow the b/h/w/k constraints to be applied to values...
2007-03-25 Chris LattnerFix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-18 Evan Cheng- Target PIC style is no longer affected by relocation...
2007-01-18 Evan ChengMinor code clean up.
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-16 Anton KorobeynikovEmit symbol type information for ELF/COFF targets
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-14 Chris Lattneradd a missing else. This caused globals to be printed as:
2007-01-14 Chris Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-14 Chris LattnerFix PR1103 and Regression/CodeGen/X86/2007-01-13-StackP...
2007-01-13 Chris Lattnerremove dead code, frameindices must be resolve before...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-07 Anton KorobeynikovAs PR1085 was fixed, back out workaround
2007-01-06 Anton Korobeynikovgcc often inserts it's own names for sections (e.g.
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-05 Evan ChengAsm printing bug.
2006-12-01 Evan ChengMinor code clean up.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-29 Evan ChengFix for PR1018 - Better support for X86-64 Linux in...
2006-11-17 Bill WendlingRemoved even more std::cerr and #include <iostream...
2006-10-31 Chris Lattnerimplement the 'c' inline asm modifier character
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-18 Anton KorobeynikovFixed mingw\cygwin linkonce linkage once again.
2006-10-17 Anton KorobeynikovAdding linkonce linkage codegeneration support for...
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-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
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-08-29 Evan ChengMinor asm fix.
2006-08-28 Evan ChengOn Mac, print jump table entries after the function...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-19 Jim LaskeyBug#834 ICE (crash in code generator?) when building...
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-05-31 Evan ChengRename ASM modifier trunc8, trunc16 to subreg8, subreg16.
2006-05-26 Evan ChengRemove a couple of bogus casts.
2006-05-25 Evan ChengX86 / Cygwin asm / alignment fixes.
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
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-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 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-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.
next