summaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate some redundant newlines in asm output.Dan Gohman2007-06-141-1/+0
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-3/+1
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-1/+6
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-201-3/+7
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-171-4/+4
* Consistency with native compilersAnton Korobeynikov2007-03-311-3/+9
* Putting more constants which do not contain relocations into .literal{4|8|16}Evan Cheng2007-03-081-5/+6
* Put constant data to .const, .const_data, .literal{4|8|16} sections.Evan Cheng2007-03-081-2/+23
* Ensure that fastcall'ed function is correctly mangled & stack isAnton Korobeynikov2007-03-011-4/+2
* Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng2007-01-301-1/+9
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-0/+4
* The zerofill directive needs a newline after it.Bill Wendling2007-01-181-1/+1