Handle quoted names when constructing $stub's,
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-16 Dale JohannesenTreat common as distinct from weak global on Darwin...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-15 Chris LattnerIf the llvm name contains an unprintable character...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-20 Anton KorobeynikovHonour ByVal parameter attribute for name decoration
2008-01-17 Dale JohannesenRevert the part of 45848 that treated weak globals
2008-01-15 Dale JohannesenFix and enable EH for x86-64 Darwin. Adds
2008-01-11 Dale JohannesenWeak things initialized to 0 don't go in bss on Darwin.
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-05 Dan GohmanChange a few more spaces to tabs in assembly output.
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-21 Evan ChengHonor user-defined section specification of a global...
2007-09-16 Bill WendlingFollow-up to patch r41999. Make the conditional that...
2007-09-16 Bill WendlingOnly emit the personality function as a global value...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-08-13 Chris LattnerFix PR1607
2007-07-30 Dan GohmanUse tabs more consistently in assembler pseudo-ops.
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-06-22 Dale JohannesenQuote complex names for Darwin X86 and ARM.
2007-06-14 Dan GohmanEliminate some redundant newlines in asm output.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-03-31 Anton KorobeynikovConsistency with native compilers
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Evan ChengPut constant data to .const, .const_data, .literal...
2007-03-01 Anton KorobeynikovEnsure that fastcall'ed function is correctly mangled...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-18 Bill WendlingThe zerofill directive needs a newline after it.
2007-01-18 Evan ChengMinor code clean up.
2007-01-17 Chris Lattnerrestructure code a bit to make use of continue (simplif...
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 Lattnerdarwin doesn't use .hidden. Disable this until we...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
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-09 Rafael Espindolafix test/Regression/CodeGen/X86/weak.ll
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Evan ChengA initialized global variable cannot be extern weak...
2006-12-01 Evan ChengMinor code clean up.
2006-12-01 Evan ChengFix indentation.
2006-12-01 Evan ChengDarwin X86 external weak linkage support.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-10-31 Evan ChengNuke dead code.
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-31 Reid SpencerMake this compile again.
2006-10-31 Evan ChengApply Aton's LLVM patch for PR973: Linux ctors / dtors...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-28 Evan ChengDoh. Must check if GV is constant first.
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-22 Anton KorobeynikovDo section switching right way for Mingw\Cygwin and...
2006-10-18 Anton KorobeynikovFixed mingw\cygwin linkonce linkage once again.
2006-10-17 Anton KorobeynikovAdding linkonce linkage codegeneration support for...
2006-10-14 Anton KorobeynikovAlign stack size to DWORD boundary
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-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-14 Chris LattnerAdd an out-of-line virtual method for X86DwarfWriter...
2006-06-29 Evan ChengMove .literal4 and .literal8 support into AsmPrinter.cpp
2006-06-28 Evan ChengDoh.
2006-06-28 Evan ChengOops. Need to keep CP index.
2006-06-28 Evan ChengDarwin puts float and double literal constants into...
2006-06-04 Evan ChengBe consistent with gcc.
2006-05-26 Evan ChengMinor bug caught by Ashwin Chandra
2006-05-25 Evan ChengX86 / Cygwin asm / alignment fixes.
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-06 Jeff CohenFix some loose ends in MASM support.
2006-05-05 Chris LattnerPrint *some* grouping around inline asm blocks so we...
2006-05-04 Jeff CohenMake Intel syntax the default when LLVM is built with...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanHooray, everyone now uses the same printBasicBlockLabel...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
next