summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-201-1/+1
* Oops. Debugging code shouldn't have been checked in.Evan Cheng2007-11-141-9/+0
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-1/+28
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-141-0/+9
* Unbreak x86-64 jumptable.Evan Cheng2007-11-091-1/+5
* Much improved pic jumptable codegen:Evan Cheng2007-11-091-0/+11
* Fix PR1761 by not printing (rip) suffix when in -static mode.Chris Lattner2007-11-041-1/+2
* Add support for the x86-64 'q' regigster modifier, and add support for theChris Lattner2007-10-291-2/+18
* Revert 42908 for now.Evan Cheng2007-10-141-15/+15
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-15/+15
* Change a space to a tab in the assembly output of a .globl directiveDan Gohman2007-10-051-1/+1
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-1/+1
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-1/+2
* Change a .size directive to use a tab instead of a space, for consistency.Dan Gohman2007-08-011-1/+1
* Use tabs more consistently in assembler pseudo-ops.Dan Gohman2007-07-301-2/+2
* Change the x86 backend to use extract_subreg for truncation operations. Passe...Christopher Lamb2007-07-291-23/+0
* Mac OS X should use 0x90 to fill in gaps to satisfy function alignment requir...Evan Cheng2007-07-251-3/+12
* Functions with LinkOnce and weak linkage still need to be aligned. Doh.Evan Cheng2007-07-251-0/+1
* Delete the svn:executable property on these files, which aren't executable.Dan Gohman2007-07-231-0/+0
* Say AT&T instead of Intel in the comments for AT&T support.Dan Gohman2007-06-251-2/+2
* Eliminate some redundant newlines in asm output.Dan Gohman2007-06-141-2/+2
* Misuse of hasExternalLinkage(), should be checking isDeclaration().Evan Cheng2007-06-041-2/+2
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-15/+6
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-2/+7
* Fix PR1339 and CodeGen/X86/dollar-name.llDan Gohman2007-04-261-3/+32
* X86 TLS: fix and optimize the implementation of "initial exec" model.Lauro Ramos Venancio2007-04-221-1/+1
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-201-2/+14
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-171-1/+1
* Allow the b/h/w/k constraints to be applied to values that have multiple alte...Chris Lattner2007-03-251-1/+4
* Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-03-251-0/+4
* External weak linkage is supported by recent binutils on mingw32.Anton Korobeynikov2007-02-231-1/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-2/+2
* Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifierChris Lattner2007-01-251-2/+3
* - Target PIC style is no longer affected by relocation model.Evan Cheng2007-01-181-34/+40
* Minor code clean up.Evan Cheng2007-01-181-17/+20
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-13/+10
* Emit symbol type information for ELF/COFF targetsAnton Korobeynikov2007-01-161-5/+22
* add support for hidden visibility to darwin/x86Chris Lattner2007-01-141-2/+3
* add a missing else. This caused globals to be printed as:Chris Lattner2007-01-141-1/+1
* darwin doesn't use .hidden. Disable this until we fix it right.Chris Lattner2007-01-141-1/+1
* Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.llChris Lattner2007-01-141-9/+17
* remove dead code, frameindices must be resolve before the asmprinter runs.Chris Lattner2007-01-131-8/+0
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-25/+84
* As PR1085 was fixed, back out workaroundAnton Korobeynikov2007-01-071-6/+1
* gcc often inserts it's own names for sections (e.g.Anton Korobeynikov2007-01-061-2/+7
* Really big cleanup.Anton Korobeynikov2007-01-031-6/+6
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-0/+4
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-1/+1
OpenPOWER on IntegriCloud