Merging r261039:
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.h
2015-10-15 Benjamin Kramer[X86] Rip out orphaned method declarations and other...
2015-06-29 Peter CollingbourneTeach LTOModule to emit linker flags for dllexported...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-05-06 Sanjoy Das[X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinte...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-22 Lang Hames[patchpoint] Add support for symbolic patchpoint target...
2015-02-20 Eric ChristopherSave the MachineFunction in startFunction so that we...
2015-02-05 Eric ChristopherMigrate the X86 AsmPrinter away from using the subtarge...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-25 Lang Hames[X86] Clarify some stackmap shadow optimization code...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-05-04 Saleem AbdulrasoolX86: refactor export directive generation
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-27 Rafael EspindolaConvert more methods in static helpers.
2013-11-27 Rafael EspindolaConvert these methods into static functions.
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-02-19 Eli BenderskyMake pass name more precise and fix comment.
2012-10-09 Craig TopperRemove some unused code in the X86AsmPrinter. Add LLVM_...
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-10 Chad RosierRevert r163556. Missed updates to tablegen files.
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-08-01 Chad RosierWhitespace.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2011-11-09 Devang PatelRemove unnecessary include.
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-07-19 Chris Lattnerfix a layering problem by moving the x86 implementation
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-06-28 Anton KorobeynikovRemove X86SharedAsmPrinter
2008-06-28 Anton KorobeynikovMake intel asmprinter child of generic asmprinter,...
2008-06-27 Anton KorobeynikovUse StringSet instead of std::set<std::string>
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-30 Gordon HenriksenAsmPrinters overriding getAnalysisUsage should call...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
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-06 Chris Lattneradd missing #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
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-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-08-29 Evan ChengMinor asm fix.
2006-08-03 Jim LaskeyGet darwin intel debugging up and running.
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Jim LaskeyPrevent creation of MachineDebugInfo for intel unless...
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 ChengOops. Need to keep CP index.
2006-06-28 Evan ChengDarwin puts float and double literal constants into...
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-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-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-25 Evan ChengConstantPoolIndex is now the displacement field of...
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 LattnerUse subtarget information computed by X86Subtarget...
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 LattnerStart using the AsmPrinter shared SwitchSection code...
2005-11-21 Chris LattnerRename SwitchSection -> switchSection to avoid conflict...
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-07-01 Chris LattnerRefactor X86AsmPrinter.cpp into multiple files. Patch...