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