Move DataLayout back to the TargetMachine from TargetSubtargetInfo
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-12-05 Eric ChristopherRename the x86 isTargetMacho to isTargetMachO for unifo...
2014-08-21 Josh KlontzX86AsmPrinter MCJIT MSVC bug fix.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Philip ReamesAdd support for StackMap section for ELF/Linux systems
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-04 Saleem AbdulrasoolX86: further range-loopify AsmPrinter
2014-05-04 Saleem AbdulrasoolX86: remove X86COFFMachineModuleInfo
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
2014-05-04 Saleem AbdulrasoolX86: refactor export directive generation
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-01 Yaron KerenIf isKnownWindowsMSVCEnvironment then getOS == Triple...
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-18 Manuel JacobX86: Use enums for memory operand decoding instead...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckRevert "Handle dllexport for global aliases"
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-11-27 Rafael EspindolaRemove dead code.
2013-11-27 Rafael EspindolaConvert two if sequences to switches.
2013-11-27 Rafael EspindolaUse a switch.
2013-11-27 Rafael EspindolaRemove more dead code now that this is only used for...
2013-11-27 Rafael EspindolaConvert more methods in static helpers.
2013-11-27 Rafael EspindolaConvert these methods into static functions.
2013-11-27 Rafael EspindolaCleanup and test X86AsmPrinter::printPCRelImm.
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-11-12 Eric ChristopherAdd a FIXME for 32-bit q modifiers.
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Andrew Trickwhitespace
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2013-02-13 Chad Rosier[ms-inline-asm] Add support for memory references that...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-16 Craig TopperMove X86MCInstLower class definition into implementatio...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-09 Craig TopperRemove some unused code in the X86AsmPrinter. Add LLVM_...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-09-30 Craig TopperChange getX86SubSuperRegister to take an MVT::SimpleVal...
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-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-01 Hans WennborgImplement the local-dynamic TLS model for x86 (PR3985)
2012-05-11 Hans WennborgImplement initial-exec TLS model for 32-bit PIC x86
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-01 Rafael EspindolaAdd support for the 'H' modifier.
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnersimplify getPICBaseSymbol a bit.
2010-11-12 Chris Lattnertidy up.
2010-10-23 Michael J. SpencerX86: Emit _fltused instead of __fltused on Windows...
2010-10-21 Michael J. SpencerCodeGen-Windows: Only emit _fltused if a VarArg functio...
2010-10-16 Michael J. SpencerX86-Windows: Emit an undefined global __fltused symbol...
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...
2010-09-15 Jim Grosbachtrailing whitespace
2010-08-04 Devang PatelAdd DEBUG message.
2010-07-20 Chris Lattnermove two asmprinter methods into the asmprinter .cpp...
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 Korobeynikovwhitespace cleanup
2008-06-27 Anton KorobeynikovUse StringSet instead of std::set<std::string>
next