summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAge
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-11
* Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper2012-04-03
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-22
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-08
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Patches to build EFI with Clang/LLVM. By Carl Norum.Evan Cheng2011-02-01
* Add support for the 'H' modifier.Rafael Espindola2011-01-01
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* simplify getPICBaseSymbol a bit.Chris Lattner2010-11-14
* tidy up.Chris Lattner2010-11-12
* X86: Emit _fltused instead of __fltused on Windows x64.Michael J. Spencer2010-10-23
* CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer2010-10-21
* X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer2010-10-16
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-01
* trailing whitespaceJim Grosbach2010-09-15
* Add DEBUG message.Devang Patel2010-08-04
* move two asmprinter methods into the asmprinter .cpp file.Chris Lattner2010-07-20
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-19
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-28
* whitespace cleanupAnton Korobeynikov2008-06-28
* Use StringSet instead of std::set<std::string>Anton Korobeynikov2008-06-27
* Put const weak stuff in appropriate section on Darwin.Dale Johannesen2008-05-23
* Handle quoted names when constructing $stub's,Dale Johannesen2008-05-19
* Treat common as distinct from weak global on Darwin x86.Dale Johannesen2008-05-16
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-02
* Revert 49006 for the moment.Dale Johannesen2008-04-01
* Emit exception handling info for functions which areDale Johannesen2008-03-31
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-03
* Handle \n's in value names for more targets. The asm printers Chris Lattner2008-02-15
* If the llvm name contains an unprintable character, don't print it inChris Lattner2008-02-15
* __DATA not __DATA__ is the right segment name on darwin.Dale Johannesen2008-02-12
* Honor explicit section information on Darwin.Dale Johannesen2008-01-23
* Honour ByVal parameter attribute for name decorationAnton Korobeynikov2008-01-20
* Revert the part of 45848 that treated weak globalsDale Johannesen2008-01-17
* Fix and enable EH for x86-64 Darwin. AddsDale Johannesen2008-01-15
* Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen2008-01-11
* darwin9 and above support aligned common symbols.Chris Lattner2008-01-02
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-20