1. b866602 Big change #1 for personality function references: by Chris Lattner · 16 years ago
  2. 4e46559 eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 16 years ago
  3. 0545746 rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
  4. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago[Renamed (83%) from llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp]
  5. 62e6a8b Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  6. 86c065d Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
  7. eb68198 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
  8. 96db1ab fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 by Chris Lattner · 16 years ago
  9. 63d5be8 pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. by Chris Lattner · 16 years ago
  10. e655521 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 16 years ago
  11. abdcbc7 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
  12. 54075a7 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 16 years ago
  13. 6747b39 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 16 years ago
  14. d832c8e all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 16 years ago
  15. 7faf1fd move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 16 years ago
  16. 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  17. 1472cf5 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  18. c784feb convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  19. b25afe0 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  20. cecdb9e remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. by Chris Lattner · 16 years ago
  21. c16c75e move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  22. 9836976 don't override the default of this, the only difference is \t instead of ' '. by Chris Lattner · 16 years ago
  23. b2bbb61 REmove dead fields of TAI. by Chris Lattner · 16 years ago
  24. 740749b remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, by Chris Lattner · 16 years ago
  25. bef0437d Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > by Bill Wendling · 16 years ago
  26. 26cf1e3 Output the correct format for Darwin. by Bill Wendling · 16 years ago
  27. 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  28. 86b7255 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 16 years ago
  29. 149465e Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
  30. 602d44f untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 16 years ago
  31. 60f3b73 this is (unfortunately) several changes mixed together: by Chris Lattner · 16 years ago
  32. 8284b66 merge the common darwin settings from the X86/PPC/ARM targets by Chris Lattner · 16 years ago
  33. b847645 move mangler quote handling from asm printers to TargetAsmInfo. by Chris Lattner · 16 years ago
  34. 09081b2 simplify macro debug info directive handling. by Chris Lattner · 16 years ago
  35. de9e36a On Darwin, ams printer should output a second label before a jump table so the linker knows it's a new atom. But this is only needed if the jump table is put in a separate section from the function body. by Evan Cheng · 16 years ago
  36. 770b4b8 Fix bug 3202. by Rafael Espindola · 17 years ago
  37. cda011b Fix bug 3140. Print a single parameter .file directive if we have an ELF target. by Rafael Espindola · 17 years ago
  38. d2aded0 Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mingw) by Anton Korobeynikov · 17 years ago
  39. 87001fd Reapply 56585:56589 with proper fix for some gcc versions by Anton Korobeynikov · 17 years ago
  40. 8430139 Temporarily backing out 56585:56589 to unbreak the build. by Evan Cheng · 17 years ago
  41. 3097c10 Minor cleanup by Anton Korobeynikov · 17 years ago
  42. 237f087 Get rid of virtual inheritance for PPC TAI by Anton Korobeynikov · 17 years ago
  43. 8e7b939 Get rid of ReadOnlySection duplicate by Anton Korobeynikov · 17 years ago
  44. 5906234 Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection by Anton Korobeynikov · 17 years ago
  45. f080225 Fix logic for not emitting no-dead-strip for some by Dale Johannesen · 17 years ago
  46. 16d5d3f PPC/Linux normally uses named section for bss by Anton Korobeynikov · 17 years ago
  47. c3f3aea Use proper strings section name for PPC by Anton Korobeynikov · 17 years ago
  48. c9ad17c Convert PPC/Linux to new section printing stuff by Anton Korobeynikov · 17 years ago
  49. 5b5d8bc Switch PPC/Darwin to new section handling stuff by Anton Korobeynikov · 17 years ago
  50. bc780e3 Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. by Anton Korobeynikov · 17 years ago
  51. 04fb6bf Linux also does not require exception handling by Duncan Sands · 17 years ago
  52. b7bd02b Darwin doesn't need exception handling information for the "move" info when by Bill Wendling · 17 years ago
  53. 355b74a Add StringConstantPrefix to control what the by Dale Johannesen · 17 years ago
  54. 0e8b146 Use enumeration for preffered EH dwarf encoding reason by Anton Korobeynikov · 18 years ago
  55. d73396b EHPreferredDataFormat hook for PPC targets. Looks like Darwin by Anton Korobeynikov · 18 years ago
  56. 83af119 Revert r46916 PPCTargetAsmInfo.cpp. by Evan Cheng · 18 years ago
  57. 52ea27d Match GCC's behaviour for these sections. by Nick Lewycky · 18 years ago
  58. 59a2250 Fix and enable EH for x86-64 Darwin. Adds by Dale Johannesen · 18 years ago
  59. 2ff66f0 Weak things initialized to 0 don't go in bss on Darwin. by Dale Johannesen · 18 years ago
  60. 7ecb3b7 Emit unused EH frames for weak definitions on Darwin, by Dale Johannesen · 18 years ago
  61. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  62. 80c741e Enable EH for linux/ppc32 targets by Nicolas Geoffray · 18 years ago
  63. eadbf4b Enable EH on PPC Darwin. This basically works; there by Dale Johannesen · 18 years ago
  64. 763e110 Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 18 years ago
  65. 7904708 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 18 years ago
  66. 7a7085f Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 18 years ago
  67. d954dcd Fix crash before main on ppc/linux with static constructors. PR1771 by Nick Lewycky · 18 years ago
  68. a1d46c7 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 18 years ago
  69. 66c22e8 Enable indirect encoding for the personality function by Bill Wendling · 18 years ago
  70. a124f69 Disable EH generation until PPC works 100%. by Chris Lattner · 18 years ago
  71. 5805c46 Fix debug info and globals filled with zeros. by Nick Lewycky · 18 years ago
  72. d918477 For Darwin, put constant data into .const, .const_data, .literal{4|8|16} by Evan Cheng · 19 years ago
  73. af76e0e Add TAI field for exception table section. by Jim Laskey · 19 years ago
  74. c3de9b4 Support for non-landing pad exception handling. by Jim Laskey · 19 years ago
  75. 0e083d0 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 19 years ago
  76. b4a2f05 Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
  77. c1ea85b Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 19 years ago
  78. c7b2ab9 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
  79. e21237e Fix for PR1095: by Bill Wendling · 19 years ago
  80. 3c84b55 add support for hidden visibility to darwin/ppc and linux/ppc targets by Chris Lattner · 19 years ago
  81. 28663c7 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 19 years ago
  82. 022030a Add weak reference directive. by Evan Cheng · 19 years ago
  83. e1e06c2 Place cstrings in .cstring section. by Evan Cheng · 19 years ago
  84. 2794184 Use S_debug for dwarf info. by Jim Laskey · 19 years ago
  85. 8cfd10e Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 19 years ago
  86. 028d663 Move getSectionForFunction to AsmPrinter, change it to return a string. by Chris Lattner · 19 years ago
  87. 0d23645 implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting by Chris Lattner · 19 years ago
  88. ad4e7eb Compile: int x __attribute__((used)); by Chris Lattner · 19 years ago
  89. 1774053 Missing tab by Jim Laskey · 19 years ago
  90. 0e83541 Break out target asm info into separate files. by Jim Laskey · 19 years ago