aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor code clean up.Evan Cheng2007-01-181-1/+1
* restructure code a bit to make use of continue (simplifying things). GeneralizeChris Lattner2007-01-171-92/+95
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-2/+9
* Emit symbol type information for ELF/COFF targetsAnton Korobeynikov2007-01-161-1/+17
* add support for hidden visibility to darwin/x86Chris Lattner2007-01-141-2/+3
* darwin doesn't use .hidden. Disable this until we fix it right.Chris Lattner2007-01-141-1/+1
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-8/+5
* Really big cleanup.Anton Korobeynikov2007-01-031-5/+5
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-4/+0
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-10/+1
* fix test/Regression/CodeGen/X86/weak.llRafael Espindola2006-12-091-1/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Add weak reference directive.Evan Cheng2006-12-011-6/+2
* A initialized global variable cannot be extern weak. However, if a global val...Evan Cheng2006-12-011-11/+6
* Minor code clean up.Evan Cheng2006-12-011-2/+1
* Fix indentation.Evan Cheng2006-12-011-2/+1
* Darwin X86 external weak linkage support.Evan Cheng2006-12-011-5/+3
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-011-3/+32
* Nuke dead code.Evan Cheng2006-10-311-1/+0
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-311-6/+6
* Unbreaking static ctors patch.Anton Korobeynikov2006-10-311-1/+1
* Make this compile again.Reid Spencer2006-10-311-1/+1
* Apply Aton's LLVM patch for PR973: Linux ctors / dtors support.Evan Cheng2006-10-311-4/+22
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-1/+7
* Doh. Must check if GV is constant first.Evan Cheng2006-10-281-2/+2
* Put cstrings in .cstring section when compiling for Mac OS X.Evan Cheng2006-10-261-1/+9
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-1/+1
* Do section switching right way for Mingw\Cygwin and Linux.Anton Korobeynikov2006-10-221-4/+10
* Fixed mingw\cygwin linkonce linkage once again.Anton Korobeynikov2006-10-181-14/+2
* Adding linkonce linkage codegeneration support for mingw32\cygwinAnton Korobeynikov2006-10-171-0/+13
* Align stack size to DWORD boundaryAnton Korobeynikov2006-10-141-0/+3
* Various random and minor code cleanups.Chris Lattner2006-09-261-40/+27
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-201-0/+88
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-2/+2