Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
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>
2008-05-23 Dale JohannesenPut const weak stuff in appropriate section on Darwin.
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
next