1. 0a7d0ad Untabify. by NAKAMURA Takumi · 10 years ago
  2. a9cb538 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
  3. 1f13d47 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
  4. dbaf049 Revert "Centralize the information about which object format we are using." by Rafael Espindola · 10 years ago
  5. 90eb70c Centralize the information about which object format we are using. by Rafael Espindola · 10 years ago
  6. e9247ab Enable StackMap Serialization for COFF by Swaroop Sridhar · 10 years ago
  7. 8d8b13d Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  8. c63244d [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op. by Sanjoy Das · 10 years ago
  9. fa555dc Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  10. d6d12a1 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  11. bb2591f MC: Clean up naming in MCObjectFileInfo.h. by Jim Grosbach · 10 years ago
  12. c95f3f8 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  13. 4eecd30 [WinCOFF] Add support for the .safeseh directive by David Majnemer · 10 years ago
  14. b34dab3 Revert r238427 - [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  15. 3985530 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  16. 8ef465f Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  17. 58ee4c9 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  18. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  19. d71a177 Respect object format choice on Darwin by Keno Fischer · 10 years ago
  20. 9160e78 [Sparc] Really add sparcel architecture support. by Douglas Katzman · 10 years ago
  21. 23562fc Don't print labels that on ELF are never used. by Rafael Espindola · 11 years ago
  22. b03bc79 Add missing section symbol to COFF's .debug_types.dwo. by Rafael Espindola · 11 years ago
  23. 6b9998b Create symbols marking the start of a section earlier. by Rafael Espindola · 11 years ago
  24. 6ed58a2 clang-format code that is about to change. by Rafael Espindola · 11 years ago
  25. c583abc Remove useless .debug_macinfo section setup. by Paul Robinson · 11 years ago
  26. 429fa12 COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections by David Majnemer · 11 years ago
  27. 8c8b6d6 COFF: Consistently format the DWARF sections by David Majnemer · 11 years ago
  28. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  29. d11591b Commit back the correct bits of r222760 (was r222538). by Rafael Espindola · 11 years ago
  30. b3323f0 Revert "Reapply 222538 and update tests to explicitly request small code model and PIC:" by Rafael Espindola · 11 years ago
  31. cf0ea26 Reapply 222538 and update tests to explicitly request small code model and PIC: by Joerg Sonnenberger · 11 years ago
  32. a279410 Tidied up target triple OS detection. NFC by Simon Pilgrim · 11 years ago
  33. 44b8235 Revert "Allow FDE references outside the +/-2GB range supported by PC relative offsets for code models other than small/medium. For JIT application, memory layout is less controlled and can result in truncations otherwise." by Duncan P. N. Exon Smith · 11 years ago
  34. f769ae1 Allow FDE references outside the +/-2GB range supported by PC relative by Joerg Sonnenberger · 11 years ago
  35. 3f1a0a7 COFF: Add support for Dwarf accelerator tables. by Frederic Riss · 11 years ago
  36. 35f0574 [mips64] Fix MIPS64 exception personality encoding by Petar Jovanovic · 11 years ago
  37. 48227a3 MC: Support aligned COMMON symbols for COFF by David Majnemer · 11 years ago
  38. 7684618 Add support for StackMap section for ELF/Linux systems by Philip Reames · 11 years ago
  39. 29459ae Reapply "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
  40. 6637d4e Use the same .eh_frame encoding for 32bit PPC as on i386. by Joerg Sonnenberger · 11 years ago
  41. e19bed7 AArch64: remove arm64 triple enumerator. by Tim Northover · 11 years ago
  42. 1db5995 Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore SEH pseudo ops in X86 JIT emitter. by NAKAMURA Takumi · 11 years ago
  43. 440bb21 Stop producing func.eh symbols on Darwin. by Rafael Espindola · 11 years ago
  44. bdbc008 MC: adjust text section flags for WoA by Saleem Abdulrasool · 11 years ago
  45. d77cefe Revert r211399, "Generate native unwind info on Win64" by NAKAMURA Takumi · 11 years ago
  46. c3510c7 Use compact unwind for the iOS simulator. by Rafael Espindola · 11 years ago
  47. becdf63 Use a helper function and clang-format. by Rafael Espindola · 11 years ago
  48. 4a01230 Generate native unwind info on Win64 by Reid Kleckner · 11 years ago
  49. aad35e7 Fix gcc warning (enumeral and non-enumeral type in conditional expression) by Patrik Hagglund · 11 years ago
  50. 70a0206 MC: fix text section characteristics for WoA by Saleem Abdulrasool · 11 years ago
  51. ed7fc4b MC: fix ctor/dtor section for windows-itanium by Saleem Abdulrasool · 11 years ago
  52. a35f04a MC: whitespace, grouping for COFF section setup by Saleem Abdulrasool · 11 years ago
  53. c002981 Fix MIPS exception personality encoding. by Logan Chien · 11 years ago
  54. 3b0846e AArch64/ARM64: move ARM64 into AArch64's place by Tim Northover · 11 years ago
  55. 2da282b Revert "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
  56. ec8c2db MC: mark COFF .drectve section as REMOVE by Saleem Abdulrasool · 11 years ago
  57. 9ba87f4 MC: Add DwarfTypesDWOSection also to MCCOFF. by NAKAMURA Takumi · 11 years ago
  58. bc094f3 DebugInfo: Don't put fission type units in comdat sections. by David Blaikie · 11 years ago
  59. 94cbb66 Check explicitly for EHABI and just use the default settings. by Joerg Sonnenberger · 11 years ago
  60. aa7851d Remove always true argument and unused field. by Rafael Espindola · 11 years ago
  61. cf86ce1 Allow using normal .eh_frame based unwinding on ARM. Use the same by Joerg Sonnenberger · 11 years ago
  62. fa9cf65 Add missing breaks. by Joerg Sonnenberger · 11 years ago
  63. 7c44252 Switch over getArch()'s result. by Joerg Sonnenberger · 11 years ago
  64. 7c39df3 [ARM64] Ensure arm64_be is dealt with when emitting debug info. by James Molloy · 11 years ago
  65. ffdb92a70 MC: restore behaviour of defaulting to ELF by Saleem Abdulrasool · 11 years ago
  66. 84b952b Add WoA object file emission support by Saleem Abdulrasool · 11 years ago
  67. 3ec1de7 AArch64/ARM64: port across stub handling for ELF C++ exceptions. by Tim Northover · 12 years ago
  68. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  69. a9bdb32 WinCOFF: Emit common symbols as specified in the COFF spec by David Majnemer · 12 years ago
  70. 00ed996 ARM64: initial backend import by Tim Northover · 12 years ago
  71. d1c6f51 MC-exceptions: add support for compact-unwind without .eh_frame by Tim Northover · 12 years ago
  72. edbdd2e Canonicalise Windows target triple spellings by Saleem Abdulrasool · 12 years ago
  73. 99974c7 AArch64_BE Elf support for MC-JIT runtime dynamic linker by Christian Pirker · 12 years ago
  74. 62dd7df DebugInfo: Add fission-related sections to COFF by David Blaikie · 12 years ago
  75. 7b58305 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
  76. 5715e52 Reapply "MC: simplify object file selection for Windows" by Saleem Abdulrasool · 12 years ago
  77. 3547633 Support: split object format out of environment by Saleem Abdulrasool · 12 years ago
  78. 0b55699 MC: simplify object file selection for Windows by Saleem Abdulrasool · 12 years ago
  79. 1f3de49 Use __literal16. It has been supported by the linker since 2005. by Rafael Espindola · 12 years ago
  80. f166f6c Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' by Timur Iskhodzhanov · 12 years ago
  81. 31377c5 MC: Add a .debug section that we'll soon use to emit debug info into COFF files by Timur Iskhodzhanov · 12 years ago
  82. 83c6773 Fix the DWARF EH encodings for Sparc PIC code. by Jakob Stoklund Olesen · 12 years ago
  83. 15ed5eb Revert "Revert r198851, "Prototype of skeleton type units for fission"" by David Blaikie · 12 years ago
  84. c5bf572 Revert r198851, "Prototype of skeleton type units for fission" by NAKAMURA Takumi · 12 years ago
  85. a588365 Prototype of skeleton type units for fission by David Blaikie · 12 years ago
  86. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  87. bc56327 DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  88. 04adff7 Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" by David Blaikie · 12 years ago
  89. 753c6e4 DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  90. 6201712 Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" by David Blaikie · 12 years ago
  91. baaf74d DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  92. 727747e Revert "DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers" by David Blaikie · 12 years ago
  93. 4fe3c00 DebugInfo: Move type units into the debug_types section with appropriate comdat grouping and type unit headers by David Blaikie · 12 years ago
  94. 3078977 Add a method to get the object-file appropriate stack map section. by Lang Hames · 12 years ago
  95. 68fa6f9 Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc. by NAKAMURA Takumi · 12 years ago
  96. 0229e35 MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPub/, in r190344. by NAKAMURA Takumi · 12 years ago
  97. b0e7694 Add the gnu pubnames and pubtypes sections to the mc object file handling. by Eric Christopher · 12 years ago
  98. 3d96acb [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF by David Majnemer · 12 years ago
  99. 0a9170d [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 12 years ago
  100. 4209730 Revert: Emit personality function and Dwarf EH data for Win64 SEH. by Kai Nacke · 12 years ago