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