- 03277e7 Add support for the 'H' modifier. by Rafael Espindola · 15 years ago
- 142b531 move the pic base symbol stuff up to MachineFunction by Chris Lattner · 15 years ago
- 4fd0ea0 simplify getPICBaseSymbol a bit. by Chris Lattner · 15 years ago
- a29aae7 tidy up. by Chris Lattner · 15 years ago
- c527407 X86: Emit _fltused instead of __fltused on Windows x64. by Michael J. Spencer · 15 years ago
- dd0a00a CodeGen-Windows: Only emit _fltused if a VarArg function is called with floating point args. by Michael J. Spencer · 15 years ago
- 84ac4d5 X86-Windows: Emit an undefined global __fltused symbol when targeting Windows by Michael J. Spencer · 15 years ago
- 7ac1609 Rename the AsmPrinter directory to InstPrinter for those targets that have by Jim Grosbach · 15 years ago
- 22854b7 trailing whitespace by Jim Grosbach · 15 years ago
- 5c1d941 Add DEBUG message. by Devang Patel · 15 years ago
- 1a34c83 move two asmprinter methods into the asmprinter .cpp file. by Chris Lattner · 15 years ago
- aef4035 fix a layering problem by moving the x86 implementation by Chris Lattner · 15 years ago[Renamed (99%) from lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp]
- 323200d Accept registers with P modifier. PR 5314. by Dale Johannesen · 15 years ago
- 9fe2c67 Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, by Chris Lattner · 15 years ago
- e2b448c Accept RIP-relative symbols with 'i' constraint, and by Dale Johannesen · 15 years ago
- 30ef0e5 Add first pass at darwin tls compiler support. by Eric Christopher · 15 years ago
- bb59732 updated handling dllexport in X86AsmPrinter by Nathan Jeffords · 15 years ago
- 071de92 made COFF target dllexport logic apply to all subtargets by Nathan Jeffords · 15 years ago
- b54b9dd break coff symbol definition stuff out into proper MCStreamer callbacks, by Chris Lattner · 15 years ago
- eb40a0f switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
- 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
- 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
- b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
- c82d9c4 mc'ize elf stub printing, convert cygwin stuff to EmitRawText, by Chris Lattner · 15 years ago
- c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
- 88db786 remove more implicit uses of "O". by Chris Lattner · 15 years ago
- d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
- 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
- d93bf04 Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
- 1bd1e6d switch to the text section at the start of the .s file for darwin/x86 by Chris Lattner · 15 years ago
- deb0cba inline the now-trivial implementation of GetGlobalValueSymbol into by Chris Lattner · 15 years ago
- b6fc4a5 eliminate the X86 version of GetGlobalValueSymbol, allowing by Chris Lattner · 15 years ago
- 8a29fa6 move fastcall/stdcall mangling up into Mangler. by Chris Lattner · 15 years ago
- 3f185a7 make DecorateCygMingName a static method. by Chris Lattner · 15 years ago
- 9c59268 minor tidying, only do work if a function is by Chris Lattner · 15 years ago
- c9747c0 eliminate the string form of DecorateCygMingName by Chris Lattner · 15 years ago
- ec041eb Add a beta-test for placing the LSDA into the TEXT section on X86. by Bill Wendling · 15 years ago
- 1c95488 Remove some dead code. This method only gets called on definitions. by Chris Lattner · 15 years ago
- 2341f6c use Mang->getSymbol instead of duplicating the logic, reduce indentation. by Chris Lattner · 15 years ago
- cebae36 Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that by Bill Wendling · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- becd83e MC-ize the stub printing in ARM. by Bill Wendling · 15 years ago
- 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 15 years ago
- 9184b25 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 15 years ago
- 4dd162f Cleanup stdcall / fastcall name mangling. by Anton Korobeynikov · 16 years ago
- beb4269 reapply r95206, this time actually delete the code I'm replacing in the third stub case. by Chris Lattner · 16 years ago
- 8427d2b revert r95206, it is apparently causing bootstrap failure on i386-darwin9 by Chris Lattner · 16 years ago
- ce2a725 make the x86 backend emit darwin stubs through mcstreamer instead of textually. by Chris Lattner · 16 years ago
- d269a6e make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 16 years ago
- d26a80f don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, by Chris Lattner · 16 years ago
- c760be9 Finally eliminate printMCInst and send instructions through the streamer. Demo: by Chris Lattner · 16 years ago
- 14c38ec Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 16 years ago
- b11caed now that enough stuff is constified, move function header printing by Chris Lattner · 16 years ago
- 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 16 years ago
- e35df92 simplify asmprinter: only emit .set directives when entries have by Chris Lattner · 16 years ago
- c64daab implement X86 @GOTOFF jump table entries with the new EK_Custom32 by Chris Lattner · 16 years ago
- f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
- 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 16 years ago
- 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 16 years ago
- 44e8725 eliminate redundant argument to EmitJumpTableInfo by Chris Lattner · 16 years ago
- 798d125 handle the _set_ symbol with an MCSymbol. by Chris Lattner · 16 years ago
- a86106e pull the non-pic jump table case out of printPICJumpTableEntry by Chris Lattner · 16 years ago
- cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 16 years ago
- a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 16 years ago
- a800f7c emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 16 years ago
- a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
- 64c2b24 use some helpers instead of duplicating logic. by Chris Lattner · 16 years ago
- 74bfe21 Now that we have everything nicely factored (e.g. asmprinter is not by Chris Lattner · 16 years ago
- 41eb8b4 hookize the cygwin ".linkonce" directive. by Chris Lattner · 16 years ago
- 619ea85 more cleanups. Emit the .local directive even on cygwin/mingw. by Chris Lattner · 16 years ago
- cfd910e some cleanups by Chris Lattner · 16 years ago
- 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 16 years ago
- 48d64ba hoist handling of external globals and special globals up to common code. by Chris Lattner · 16 years ago
- 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 16 years ago
- c1ef06a use BSSLocal classifier to identify 'lcomm' data instead of by Chris Lattner · 16 years ago
- 56b1319 now that elf weak bss symbols are handled correctly, simplify a bunch of code. by Chris Lattner · 16 years ago
- c7fbe90 fix a significant difference between llvm and gcc on ELF systems: by Chris Lattner · 16 years ago
- a3839bc introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 16 years ago
- 6e3be14 change an accessor to a predicate. by Chris Lattner · 16 years ago
- aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 16 years ago
- aad3036 switch x86 zerofill emission over to use MCStreamer. by Chris Lattner · 16 years ago
- 5957c84 Change CurrentFnSym to be a non-const pointer since asmprinter mutates it by Chris Lattner · 16 years ago
- 950558a unbreak x86 jump tables with my previous patch. by Chris Lattner · 16 years ago
- 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
- 7a2ba94 rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, by Chris Lattner · 16 years ago
- 9ab19f2 eliminate uses of mangler and simplify code. by Chris Lattner · 16 years ago
- 8570f59 eliminate uses of deprecated mangler apis by Chris Lattner · 16 years ago
- 4fb69f4 switch X86 target off CurFunctionName and MCIze more. by Chris Lattner · 16 years ago
- 551cdd5 MCize tis, and make it keep CurrentFnSym up to date with CurrentFnName. by Chris Lattner · 16 years ago
- 99db039 revert the x86 part of my last patch, cygwin is mutating CurrentFnName! by Chris Lattner · 16 years ago
- 1216441 MCize a bunch more stuff, eliminating a lot of uses of the mangler by Chris Lattner · 16 years ago
- ee9250b eliminate some uses of Mangler::makeNameProper. by Chris Lattner · 16 years ago
- 4813035 change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 16 years ago
- 1924aab by David Greene · 16 years ago
- 7c5b021 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 16 years ago
- fc5451e remove accidental comment. by Chris Lattner · 16 years ago
- 74cd3b7 emit .subsections_via_symbols through MCStreamer instead of textually. by Chris Lattner · 16 years ago
- 4fac947 Dllexport stuff cleanup: by Anton Korobeynikov · 16 years ago
- e3cc3f3 Instead of printing unnecessary basic block labels as labels in by Dan Gohman · 16 years ago