1. c1a887d Partial code for emitting thread local bss data. by Eric Christopher · 15 years ago
  2. b9a01bc Add support for assemblers that don't support periods in a name by Mon P Wang · 15 years ago
  3. 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
  4. 0887fa0 isAbsoluteEHSectionOffsets always returns false, eliminate it by Chris Lattner · 15 years ago
  5. 8a29fa6 move fastcall/stdcall mangling up into Mangler. by Chris Lattner · 15 years ago
  6. 09d53fe move three lowering hooks from MAI to TLOF and make one of them by Chris Lattner · 15 years ago
  7. 73163f8 MC: Change default comment column to 40 characters. by Daniel Dunbar · 16 years ago
  8. cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 16 years ago
  9. 2e2563b Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 16 years ago
  10. 6a315c3 eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform that has it. by Chris Lattner · 16 years ago
  11. 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 16 years ago
  12. cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 16 years ago
  13. 6559d76 all supported target now have aligned common support. by Chris Lattner · 16 years ago
  14. 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
  15. f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 16 years ago
  16. 152a29b mcize visibility directives. by Chris Lattner · 16 years ago
  17. 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 16 years ago
  18. 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  19. c7b8814 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  20. f03ffd1 remove MAI::ZeroDirectiveSuffix, which is only used by MASM, by Chris Lattner · 16 years ago
  21. 814819f stop using the .lcomm pseudoop on darwin, instead, directly use the by Chris Lattner · 16 years ago
  22. 41eb8b4 hookize the cygwin ".linkonce" directive. by Chris Lattner · 16 years ago
  23. 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 16 years ago
  24. 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 16 years ago
  25. aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 16 years ago
  26. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
  27. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 16 years ago
  28. 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 16 years ago
  29. bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 16 years ago
  30. 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 16 years ago
  31. 415c8cf Revert last patch. We need to put this into TargetLowering. There will be a lot by Bill Wendling · 16 years ago
  32. 533534a Add the #include here. by Bill Wendling · 16 years ago
  33. b9e7689 Add a target asm info hook to specify that particular bits of data in the FDE by Bill Wendling · 16 years ago
  34. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  35. 82d748d move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 16 years ago[Renamed from lib/Target/TargetAsmInfo.cpp]
  36. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  37. fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  38. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
  39. dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 16 years ago
  40. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  41. 892e182 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
  42. 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
  43. db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
  44. cafbdc5 remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. by Chris Lattner · 16 years ago
  45. f9c1ccf rip out SectionEndDirectiveSuffix support, only uses by by Chris Lattner · 16 years ago
  46. 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  47. 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  48. d90183d Move the getInlineAsmLength virtual method from TAI to TII, where by Chris Lattner · 16 years ago
  49. 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  50. 5e62147 clean up #includes of TargetAsmInfo.cpp by Chris Lattner · 16 years ago
  51. b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead by Chris Lattner · 16 years ago
  52. d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  53. 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  54. 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
  55. b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
  56. 7a01e95 PreferredEHDataFormat is always call with data and global, but this whole by Chris Lattner · 16 years ago
  57. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  58. 3b07b52 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 16 years ago
  59. a7defb7 add an explanatory comment about why we drop these in readonly and by Chris Lattner · 16 years ago
  60. afcb70b don't create default text/data sections for all targets. by Chris Lattner · 16 years ago
  61. e346694 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 16 years ago
  62. 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
  63. 0fcf4dc untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 16 years ago
  64. f40761d remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, by Chris Lattner · 16 years ago
  65. 6468b44 simplify SectionFlagsForGlobal, even though I want to kill it. by Chris Lattner · 16 years ago
  66. 37088b3 make SectionKind keep track of whether a global had an explicit by Chris Lattner · 16 years ago
  67. 4c50922 make SectionKind know whether a symbol is weak or not in addition by Chris Lattner · 16 years ago
  68. 2ceb60a rename Mergable -> Mergeable and Writable -> Writeable by Chris Lattner · 16 years ago
  69. 2c5815d remove a bunch of helper functions, just use SectionKind::get instead. by Chris Lattner · 16 years ago
  70. 5c2f789 simplify getSectionForMergableConstant to take a SectionKind. by Chris Lattner · 16 years ago
  71. 8ca5209 introduce specialized mergable const sectionkinds for elements of size 4/8/16 to by Chris Lattner · 16 years ago
  72. 7f88a20 improve the default impl of getSectionForMergableConstant by by Chris Lattner · 16 years ago
  73. e346e18 Rearrange all the SectionKinds and structure them into a hierarchical by Chris Lattner · 16 years ago
  74. 460d51e make SectionKind be a first-class pod struct instead of just an enum. by Chris Lattner · 16 years ago
  75. b4fc419 this is (unfortunately) several changes mixed together: by Chris Lattner · 16 years ago
  76. 4f05591 document some invariants. by Chris Lattner · 16 years ago
  77. 10cf6a6 add the most expedient hack to fix PR4619, along with a testcase. by Chris Lattner · 16 years ago
  78. fbd3d4a fix some predicates by Chris Lattner · 16 years ago
  79. 0d4960c3 change SectionKindForGlobal from being a public (and by Chris Lattner · 16 years ago
  80. b303504 make SectionKindForGlobal target independent, and therefore non-virtual. by Chris Lattner · 16 years ago
  81. f20f250 we already know the sectionkind when invoking SelectSectionForGlobal, by Chris Lattner · 16 years ago
  82. 7420ab2 make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" hack. by Chris Lattner · 16 years ago
  83. 2dcafe4 move ELF-specific code into ELFTargetAsmInfo. by Chris Lattner · 16 years ago
  84. e5ca0ac tidy up by Chris Lattner · 16 years ago
  85. 27f3065 split the ELF-specific section flag inference-from-name code out by Chris Lattner · 16 years ago
  86. 8adc547 make SectionFlagsForGlobal a private static function instead of a public by Chris Lattner · 16 years ago
  87. 104bbd1 move a method up in the file, GV is always non-null, so remove a check. by Chris Lattner · 16 years ago
  88. 3df6d5d There is no need to pass the name into lib/Target/TargetAsmInfo.cpp by Chris Lattner · 16 years ago
  89. 895c9ed Another getName -> getNameStr by Daniel Dunbar · 16 years ago
  90. eed05b8 hoist section name uniquing logic up to the top-level SectionForGlobal by Chris Lattner · 16 years ago
  91. 55acc68 Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. by Chris Lattner · 16 years ago
  92. fb3431a reduce api exposure: clients shouldn't call SectionKindForGlobal directly. by Chris Lattner · 16 years ago
  93. ad733cd remove more bits of small section support. by Chris Lattner · 16 years ago
  94. 013e6b6 Remove SectionKind::Small*. This was only used on mips, and is apparently by Chris Lattner · 16 years ago
  95. 819c4f3 remove SectionFlags::Small: it is only used on Xcore, and we'll find by Chris Lattner · 16 years ago
  96. 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 16 years ago
  97. 7384e1b Fix indentation. by Daniel Dunbar · 16 years ago
  98. 298414e remove the SelectSectionForMachineConst hook, replacing it with by Chris Lattner · 16 years ago
  99. 7cf12c7 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
  100. b2fb9cc simplify code now that it is inlined. by Chris Lattner · 16 years ago