Eliminate the remaining uses of getTypeSize. This
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
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...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-23 Jim LaskeyChange interface to DwarfWriter.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-03-07 Evan Cheng- Emit subsections_via_symbols for Darwin.
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-02-23 Chris Lattner"." isn't enough to get a private label on linux, use...
2006-02-23 Evan ChengPIC related bug fixes.
2006-02-15 Evan ChengUse .zerofill on x86/darwin.
2006-02-08 Chris LattnerDarwin doesn't support #APP/#NO_APP
2006-02-07 Evan ChengFixed a local common symbol bug.
2006-02-07 Evan ChengFor ELF, .comm takes alignment value as the optional...
2006-02-07 Evan ChengDarwin ABI issues: weak, linkonce, etc. dynamic-no...
2006-02-05 Chris LattnerUse getPreferredAlignmentLog.
2005-12-13 Chris LattnerUse the shared asmprinter code for printing special...
2005-12-13 Chris LattnerAdd ELF and darwin support for static ctors and dtors
2005-11-21 Chris LattnerUse HasDotTypeDotSizeDirective instead of forELF
2005-11-21 Chris LattnerRemove a level of indentation by using a continue.
2005-11-21 Chris LattnerUse subtarget information computed by X86Subtarget...
next