aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-3/+2
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+3
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-011-4/+4
* Add support for the 'H' modifier.Rafael Espindola2011-01-011-0/+6
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-141-16/+5
* simplify getPICBaseSymbol a bit.Chris Lattner2010-11-141-2/+1
* tidy up.Chris Lattner2010-11-121-3/+2
* X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer2010-10-231-1/+2
* CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer2010-10-211-1/+1
* X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer2010-10-161-0/+7
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-2/+2
* trailing whitespaceJim Grosbach2010-09-151-25/+25
* Add DEBUG message.Devang Patel2010-08-041-0/+4
* move two asmprinter methods into the asmprinter .cpp file.Chris Lattner2010-07-201-0/+39
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-0/+684
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-35/+0
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-281-435/+0
* whitespace cleanupAnton Korobeynikov2008-06-281-1/+1
* Use StringSet instead of std::set<std::string>Anton Korobeynikov2008-06-271-14/+14
* Put const weak stuff in appropriate section on Darwin.Dale Johannesen2008-05-231-1/+9
* Handle quoted names when constructing $stub's,Dale Johannesen2008-05-191-4/+8
* Treat common as distinct from weak global on Darwin x86.Dale Johannesen2008-05-161-0/+10
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-1/+2
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-021-2/+2
* Revert 49006 for the moment.Dale Johannesen2008-04-011-2/+2
* Emit exception handling info for functions which areDale Johannesen2008-03-311-2/+2
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-031-2/+2
* Handle \n's in value names for more targets. The asm printers Chris Lattner2008-02-151-4/+4
* If the llvm name contains an unprintable character, don't print it inChris Lattner2008-02-151-3/+15
* __DATA not __DATA__ is the right segment name on darwin.Dale Johannesen2008-02-121-1/+1
* Honor explicit section information on Darwin.Dale Johannesen2008-01-231-1/+4
* Honour ByVal parameter attribute for name decorationAnton Korobeynikov2008-01-201-3/+12
* Revert the part of 45848 that treated weak globalsDale Johannesen2008-01-171-3/+2
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-151-1/+2
* Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen2008-01-111-8/+9
* darwin9 and above support aligned common symbols.Chris Lattner2008-01-021-1/+6
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-2/+2
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-201-1/+1
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* Change a few more spaces to tabs in assembly output.Dan Gohman2007-10-051-3/+3
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-3/+3
* Honor user-defined section specification of a global, ignores whether its ini...Evan Cheng2007-09-211-2/+2
* Follow-up to patch r41999. Make the conditional that emits the personality stubBill Wendling2007-09-161-1/+1
* Only emit the personality function as a global value if the backend actuallyBill Wendling2007-09-161-1/+1
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-0/+9
* Fix PR1607Chris Lattner2007-08-131-3/+3
* Use tabs more consistently in assembler pseudo-ops.Dan Gohman2007-07-301-3/+3
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-4/+3
* Quote complex names for Darwin X86 and ARM.Dale Johannesen2007-06-221-1/+7