summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-29
* Fix PR1339 and CodeGen/X86/dollar-name.llDan Gohman2007-04-26
* X86 TLS: fix and optimize the implementation of "initial exec" model.Lauro Ramos Venancio2007-04-22
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-20
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-17
* Allow the b/h/w/k constraints to be applied to values that have multiple alte...Chris Lattner2007-03-25
* Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-03-25
* External weak linkage is supported by recent binutils on mingw32.Anton Korobeynikov2007-02-23
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifierChris Lattner2007-01-25
* - Target PIC style is no longer affected by relocation model.Evan Cheng2007-01-18
* Minor code clean up.Evan Cheng2007-01-18
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-17
* Emit symbol type information for ELF/COFF targetsAnton Korobeynikov2007-01-16
* add support for hidden visibility to darwin/x86Chris Lattner2007-01-14
* add a missing else. This caused globals to be printed as:Chris Lattner2007-01-14
* darwin doesn't use .hidden. Disable this until we fix it right.Chris Lattner2007-01-14
* Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.llChris Lattner2007-01-14
* remove dead code, frameindices must be resolve before the asmprinter runs.Chris Lattner2007-01-13
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* As PR1085 was fixed, back out workaroundAnton Korobeynikov2007-01-07
* gcc often inserts it's own names for sections (e.g.Anton Korobeynikov2007-01-06
* Really big cleanup.Anton Korobeynikov2007-01-03
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-18
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-05
* Asm printing bug.Evan Cheng2006-12-05
* Minor code clean up.Evan Cheng2006-12-01
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-01
* Fix for PR1018 - Better support for X86-64 Linux in small code model.Evan Cheng2006-11-29
* Removed even more std::cerr and #include <iostream> things.Bill Wendling2006-11-17
* implement the 'c' inline asm modifier characterChris Lattner2006-10-31
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-31
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-30
* Fixed mingw\cygwin linkonce linkage once again.Anton Korobeynikov2006-10-18
* Adding linkonce linkage codegeneration support for mingw32\cygwinAnton Korobeynikov2006-10-17
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-05
* Implement getSectionForFunction, use it when printing function body.Chris Lattner2006-10-05
* Various random and minor code cleanups.Chris Lattner2006-09-26
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-20
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-17
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* Committing X86-64 support.Evan Cheng2006-09-08
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-06
* Minor asm fix.Evan Cheng2006-08-29
* On Mac, print jump table entries after the function to work around a linker i...Evan Cheng2006-08-28
* Use the predicate.Jim Laskey2006-07-27
* Support jump tables when in PIC relocation modelNate Begeman2006-07-27