Handle quoted names when constructing $stub's,
[oota-llvm.git] / lib / Target / X86 / X86ATTAsmPrinter.cpp
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-04 Anton KorobeynikovAdd General Dynamic TLS model for X86-64. Some parts...
2008-04-08 Dale JohannesenHandle the situation in 2008-01-25-EmptyFunction.ll
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-22 Anton KorobeynikovAnother comments fixing
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-03-11 Anton KorobeynikovCorrectly propagate thread-local flag from aliasee...
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-19 Evan ChengMe not like duplicated comments.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-01-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-20 Anton KorobeynikovRemove Darwin'ism
2008-01-05 Evan ChengCombine MovePCtoStack + POP32r into one instruction...
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-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.
next