1. 098742f [Driver] Add support for -fembed-bitcode for assembly file by Steven Wu · 7 years ago
  2. d002823 [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." by Fangrui Song · 7 years ago
  3. 9b292b4 Support -fdebug-prefix-map for assembler source (pass to cc1as). This by Paul Robinson · 7 years ago
  4. 91d0284 Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in clang." by Peter Collingbourne · 7 years ago
  5. f528bcc Revert "CodeGen, Driver: Start using direct split dwarf emission in clang." by Amara Emerson · 7 years ago
  6. 47bc017 CodeGen, Driver: Start using direct split dwarf emission in clang. by Peter Collingbourne · 7 years ago
  7. f7b81db MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. by Peter Collingbourne · 7 years ago
  8. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  9. 6c0665e [MC] Change AsmParser to leverage Assembler during evaluation by Nirav Dave · 7 years ago
  10. 6b01b88 [MC] Undo spurious commit added into r331052. by Nirav Dave · 7 years ago
  11. 38b4b54 [MC] Provide default value for IsResolved. by Nirav Dave · 7 years ago
  12. 1b5533c [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI. by Nirav Dave · 7 years ago
  13. ceb987f [Driver] Add "did you mean?" suggestions to -cc1as by Brian Gesiak · 8 years ago
  14. a85e8bb Update clang cc1as for createMCAsmBackend change in r321692 by Alex Bradbury · 8 years ago
  15. 95d1004 Update cc1as_main for MCCodeEmitter ownership change in r315531. by Lang Hames · 8 years ago
  16. 492cf98 Update cc1as_main for MCAsmBackend ownership change in r315410. by Lang Hames · 8 years ago
  17. 2e8a7d3 Update for llvm change. by Rafael Espindola · 8 years ago
  18. 5dbfa4e Update after LLVM change r309087 by George Rimar · 8 years ago
  19. d064e91 Revert "Revert r305164/5/7." by Saleem Abdulrasool · 8 years ago
  20. cdc4408 Revert r305164/5/7. by Daniel Jasper · 8 years ago
  21. 7289ba9 Driver: add support for `-gz` and `-gz=` by Saleem Abdulrasool · 8 years ago
  22. 5444890 Represent debug information compression type fully by Saleem Abdulrasool · 8 years ago
  23. 5af4515 Fix a leak in tools/driver/cc1as_main.cpp by Kostya Serebryany · 8 years ago
  24. 0aef305 Cleanup: use range-based for rather than separate calls to begin and end. by Richard Smith · 9 years ago
  25. 6d1d36c [clang] Fix D26214: Move error handling out of MC and to the callers. by Mandeep Singh Grang · 9 years ago
  26. 358faec [clang] Implement support for -defsym assembler option by Mandeep Singh Grang · 9 years ago
  27. b89eb65 [cc1as] Add MCTargetOptions argument to createAsmBackend by Joel Jones · 9 years ago
  28. dfed58a Update to match LLVM r272232. by Richard Smith · 9 years ago
  29. f8f01c3 Handle -Wa,--mrelax-relocations=[no|yes]. by Rafael Espindola · 9 years ago
  30. 0976dc1 Update for following LLVM commit. by George Rimar · 9 years ago
  31. e64e230 Update for llvm change. by Rafael Espindola · 9 years ago
  32. ae39ccc cc1as: Don't crash when CIE is requested and no DWARF version is specified. by Adrian Prantl · 9 years ago
  33. 5e45630 Update for LLVM change. by Benjamin Kramer · 10 years ago
  34. 2b9349d [clang-cl] Add support for /Brepro by David Majnemer · 10 years ago
  35. 722bcb0 Always pass a -dwarf-version argument to integrated as. by Douglas Katzman · 10 years ago
  36. 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
  37. 924f6ad Pass the relocation model to LLVM for assembler files. by Joerg Sonnenberger · 10 years ago
  38. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  39. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  40. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  41. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  42. ae480ec Fix the cc1as crash when it outputs assembly by Steven Wu · 10 years ago
  43. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  44. 69a1d8c Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs by David Blaikie · 10 years ago
  45. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  46. 6d492ad ArrayRef-ify ParseArgs by David Blaikie · 10 years ago
  47. 8d8b13d Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  48. fa555dc Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  49. d6d12a1 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  50. 14facf3 range-for'ify Args->filtered_begin(...) loops by Sean Silva · 10 years ago
  51. 2f16bc1 Use raw_pwrite_stream in clang. by Rafael Espindola · 10 years ago
  52. 7e556ad Propagate usage of std:unique_ptr a bit. NFC. by Rafael Espindola · 10 years ago
  53. 4dedcd7 Update for LLVM api changes. by Rafael Espindola · 10 years ago
  54. 7e0fadf Update for llvm commit r233648. by Eric Christopher · 10 years ago
  55. e9ad54b Update for llvm api change. by Rafael Espindola · 11 years ago
  56. 55cfaa2 Update for llvm API change. by Rafael Espindola · 11 years ago
  57. e0646e6 Update clang for llvm r231861. by Eric Christopher · 11 years ago
  58. d465be8 Update for llvm api change. by Rafael Espindola · 11 years ago
  59. a43604a Convert MC command line flag for fatal assembler warnings into a proper flag. by Joerg Sonnenberger · 11 years ago
  60. dae941a Update for llvm api change. by Rafael Espindola · 11 years ago
  61. 9e095d9 Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSourceBuffer by David Blaikie · 11 years ago
  62. 070cd2d ArrayRef'ize by Sean Silva · 11 years ago
  63. 532e5b9 Remove dead code from r212620 by Alp Toker · 11 years ago
  64. 61dad75 cc1as: consolidate option flags with cc1 and eliminate duplication by Alp Toker · 11 years ago
  65. 2d2b420 Update for llvm api change. by Rafael Espindola · 11 years ago
  66. 8e650d7 Refer to error_code with the std prefix. by Rafael Espindola · 11 years ago
  67. 8a8e554 Include system_error directly. by Rafael Espindola · 11 years ago
  68. 69186e7 [C++11] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  69. 4429314 cc1as: invert return bool to indicate failure by Alp Toker · 11 years ago
  70. e98ea7c cc1as: fix a potential leak and unremoved output file in error conditions by Alp Toker · 11 years ago
  71. 9b2a7d4 Pass -gdwarf-N options to integrated assembler by Oliver Stannard · 11 years ago
  72. 9b74ec4 Update for llvm api change. by Rafael Espindola · 11 years ago
  73. eeb820f Update Target::createMCAsmParser calls for the LLVM interface change. by Evgeniy Stepanov · 11 years ago
  74. b31e1d1 Comment necessity of early initialization by David Blaikie · 11 years ago
  75. 07b8d4e DebugInfo compression: Enable compression before any sections are created. by David Blaikie · 11 years ago
  76. 7e2fd94 Support for -Wa,-compress-debug-sections. by David Blaikie · 12 years ago
  77. dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
  78. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  79. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  80. 4fbd373 Update for llvm api change. by Rafael Espindola · 12 years ago
  81. c32818a Update for llvm api change. by Rafael Espindola · 12 years ago
  82. d51906e Update for llvm api change. by Rafael Espindola · 12 years ago
  83. a1b4206 Fix up fallout from r187156. by Bob Wilson · 12 years ago
  84. 92dfcfa Fix the MCTargetAsmParser API change. by Joey Gouly · 12 years ago
  85. 5257538 Update to the new API interface which requires the MCRegisterInfo object. <rdar://problem/13623355> by Bill Wendling · 12 years ago
  86. 9260ed6 Don't forward all assembler arguments untouched to -cc1as by David Blaikie · 12 years ago
  87. 16125fb Update for llvm API change. by Rafael Espindola · 12 years ago
  88. ccc6ea6 Don't use PathV1.h in cc1as_main.cpp. by Rafael Espindola · 12 years ago
  89. da1e3e7 Update to pass in pointers intead of references. by Bill Wendling · 12 years ago
  90. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  91. dcf73d2 Don't depend on the transitive inclusion of PathV1.h. by Rafael Espindola · 12 years ago
  92. 18556de Use the sys::RemoveFileOnSignal that takes a StringRef. by Rafael Espindola · 12 years ago
  93. 7705623 Update for LLVM interface change in r181680. by Rafael Espindola · 12 years ago
  94. 05c71aa Update the error handing static functions for r178161. Part of rdar://13296693 by Chad Rosier · 13 years ago
  95. ae2ec47 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 13 years ago
  96. ffd5551 Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 13 years ago
  97. 45f2e71 Add support for passing the main file name down to the assembler by Eric Christopher · 13 years ago
  98. 4d5e1a9 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 13 years ago
  99. cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  100. bd55daf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 13 years ago