1. a45d9a1 Fix PR1607 by Chris Lattner · 18 years ago
  2. 825811d Use tabs more consistently in assembler pseudo-ops. by Dan Gohman · 18 years ago
  3. b8275a3 Don't ignore the return value of AsmPrinter::doInitialization and by Dan Gohman · 18 years ago
  4. 5411835 Quote complex names for Darwin X86 and ARM. by Dale Johannesen · 18 years ago
  5. af67ea7 Eliminate some redundant newlines in asm output. by Dan Gohman · 18 years ago
  6. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 18 years ago
  7. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 18 years ago
  8. b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
  9. d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 18 years ago
  10. ad7baee Consistency with native compilers by Anton Korobeynikov · 18 years ago
  11. 032953d Putting more constants which do not contain relocations into .literal{4|8|16} by Evan Cheng · 18 years ago
  12. f0b5d56 Put constant data to .const, .const_data, .literal{4|8|16} sections. by Evan Cheng · 18 years ago
  13. 9dd9abd Ensure that fastcall'ed function is correctly mangled & stack is by Anton Korobeynikov · 18 years ago
  14. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 19 years ago
  15. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 19 years ago
  16. 39e9c09 The zerofill directive needs a newline after it. by Bill Wendling · 19 years ago
  17. 071b9d5 Minor code clean up. by Evan Cheng · 19 years ago
  18. 8e13e90 restructure code a bit to make use of continue (simplifying things). Generalize by Chris Lattner · 19 years ago
  19. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 19 years ago
  20. d05ca65 Emit symbol type information for ELF/COFF targets by Anton Korobeynikov · 19 years ago
  21. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 19 years ago
  22. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 19 years ago
  23. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  24. 317848f Really big cleanup. by Anton Korobeynikov · 19 years ago
  25. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 19 years ago
  26. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 19 years ago
  27. 3e69a7e fix test/Regression/CodeGen/X86/weak.ll by Rafael Espindola · 19 years ago
  28. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  29. 8752ce6 Add weak reference directive. by Evan Cheng · 19 years ago
  30. 81cf60f A initialized global variable cannot be extern weak. However, if a global value's initializer is itself a external weak symbol, emit the weak reference. by Evan Cheng · 19 years ago
  31. 6d7d310 Minor code clean up. by Evan Cheng · 19 years ago
  32. de97f9c Fix indentation. by Evan Cheng · 19 years ago
  33. f532c4f Darwin X86 external weak linkage support. by Evan Cheng · 19 years ago
  34. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
  35. 63af319 Nuke dead code. by Evan Cheng · 19 years ago
  36. ab4022f 1. Clean up code due to changes in SwitchTo*Section(2) by Anton Korobeynikov · 19 years ago
  37. b52cf1f Unbreaking static ctors patch. by Anton Korobeynikov · 19 years ago
  38. 090ac36 Make this compile again. by Reid Spencer · 19 years ago
  39. 2e323aa Apply Aton's LLVM patch for PR973: Linux ctors / dtors support. by Evan Cheng · 19 years ago
  40. 02b8511 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 19 years ago
  41. 71aae62 Doh. Must check if GV is constant first. by Evan Cheng · 19 years ago
  42. 8910c1c Put cstrings in .cstring section when compiling for Mac OS X. by Evan Cheng · 19 years ago
  43. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 19 years ago
  44. 1a3ecbb Do section switching right way for Mingw\Cygwin and Linux. by Anton Korobeynikov · 19 years ago
  45. b1c8802 Fixed mingw\cygwin linkonce linkage once again. by Anton Korobeynikov · 19 years ago
  46. b7188b1 Adding linkonce linkage codegeneration support for mingw32\cygwin targets. by Anton Korobeynikov · 19 years ago
  47. 54b1cc6 Align stack size to DWORD boundary by Anton Korobeynikov · 19 years ago
  48. e87e115 Various random and minor code cleanups. by Chris Lattner · 19 years ago
  49. f824868 Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 19 years ago
  50. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 19 years ago
  51. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  52. 25ab690 Committing X86-64 support. by Evan Cheng · 19 years ago
  53. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  54. 05a059d Make the x86 asm flavor part of the subtarget info. by Jim Laskey · 19 years ago
  55. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  56. 52a51e38 Emit .set directives for jump table entries when possible, which reduces by Nate Begeman · 19 years ago
  57. ea34858 Use the predicate. by Jim Laskey · 19 years ago
  58. 2f1ae88 Support jump tables when in PIC relocation model by Nate Begeman · 19 years ago
  59. a3b5939 Add an out-of-line virtual method for X86DwarfWriter to give it a home. by Chris Lattner · 19 years ago
  60. d3f6981 Move .literal4 and .literal8 support into AsmPrinter.cpp by Evan Cheng · 19 years ago
  61. 33c36f30 Doh. by Evan Cheng · 19 years ago
  62. ee12e8f Oops. Need to keep CP index. by Evan Cheng · 19 years ago
  63. 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 19 years ago
  64. f8614db Be consistent with gcc. by Evan Cheng · 19 years ago
  65. 57c0788 Minor bug caught by Ashwin Chandra by Evan Cheng · 19 years ago
  66. 932ad51 X86 / Cygwin asm / alignment fixes. Patch contributed by Anton Korobeynikov! by Evan Cheng · 19 years ago
  67. dad9c5a Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data by Chris Lattner · 19 years ago
  68. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
  69. d43b18d Fix some loose ends in MASM support. by Jeff Cohen · 19 years ago
  70. 7660ebc Print *some* grouping around inline asm blocks so we know where they are. by Chris Lattner · 19 years ago
  71. a6e24d8 Make Intel syntax the default when LLVM is built with VC++. by Jeff Cohen · 19 years ago
  72. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  73. 6e0f386 Hooray, everyone now uses the same printBasicBlockLabel implementation by Nate Begeman · 19 years ago
  74. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 19 years ago
  75. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  76. 99db044 Change interface to DwarfWriter. by Jim Laskey · 19 years ago
  77. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  78. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 19 years ago
  79. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 19 years ago
  80. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 19 years ago
  81. e650a6b "." isn't enough to get a private label on linux, use ".L". by Chris Lattner · 19 years ago
  82. a0ea053 PIC related bug fixes. by Evan Cheng · 19 years ago
  83. 17ef92e Use .zerofill on x86/darwin. by Evan Cheng · 19 years ago
  84. 418caa1 Darwin doesn't support #APP/#NO_APP by Chris Lattner · 20 years ago
  85. 5ada370 Fixed a local common symbol bug. by Evan Cheng · 20 years ago
  86. 315421e For ELF, .comm takes alignment value as the optional 3rd argument. It must be by Evan Cheng · 20 years ago
  87. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  88. ff805b5 Use getPreferredAlignmentLog. by Chris Lattner · 20 years ago
  89. d1239b7 Use the shared asmprinter code for printing special llvm globals by Chris Lattner · 20 years ago
  90. a046e0d Add ELF and darwin support for static ctors and dtors by Chris Lattner · 20 years ago
  91. ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 20 years ago
  92. 9787c64 Remove a level of indentation by using a continue. by Chris Lattner · 20 years ago
  93. a35a8e8 Use subtarget information computed by X86Subtarget instead of rolling our own. by Chris Lattner · 20 years ago
  94. 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 20 years ago
  95. 8fccc97 simplify and genericize this code by Chris Lattner · 20 years ago
  96. 69191f8 prune #include by Chris Lattner · 20 years ago
  97. d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 20 years ago
  98. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  99. 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 20 years ago
  100. 224cfc2 Start using the AsmPrinter shared SwitchSection code. This allows the X86 by Chris Lattner · 20 years ago