summaryrefslogtreecommitdiff
path: root/clang/tools/driver/cc1as_main.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-10-15[support] Use VFS in `SourceMgr` for loading includes (#162903)Jan Svoboda
2025-09-18[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda
2025-09-18clang: Emit error if assembler fails to construct subtarget (#159219)Matt Arsenault
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-05clang -cc1as: Remove a redundant initSections callFangrui Song
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2025-05-10[clang] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139399)Kazu Hirata
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song
2024-08-22[Driver] Add -Wa, options -mmapsyms={default,implicit}Fangrui Song
2024-08-15[Driver] Make CodeGenOptions name match MCTargetOptions namesFangrui Song
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke
2024-07-21[MC] Migrate to new createAsmStreamer that avoids unused bool parametersFangrui Song
2024-07-20[MC] MCAsmStreamer: use MCTargetOptionsFangrui Song
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song
2024-07-16[X86][MC,Driver] Support -msse2avx to encode SSE instruction with VEX prefix ...JaydeepChauhan14
2024-07-03[Driver] Add -Wa, options --crel and --allow-experimental-crelFangrui Song
2024-06-12[MC] Move AllowTemporaryLabels setting to MCContext::MCContextFangrui Song
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song
2024-04-28[cc1as] Respect -mrelax-allFangrui Song
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song
2024-02-11[clang][NFC] Annotate `cc1as_main.cpp` with `preferred_type`Vlad Serebrennikov
2023-08-15[Driver] Refactor to use llvm Option's new Visibility flagsJustin Bogner
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-06-07Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" p...Vy Nguyen
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen
2023-04-25-fdebug-prefix-map=: make the last win when multiple prefixes matchFangrui Song
2023-03-17[clang] Include the error message in file reading error diagnosticHans Wennborg
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata
2022-12-31[clang] Change CodeGenOptions::RelaxELFRelocations/assembler defaults to matc...Fangrui Song
2022-10-28Move getenv for AS_SECURE_LOG_FILE to clangBen Langmuir
2022-10-14[clang][macho] Add support for -darwin-target-variant-sdk-version in cc1asDaniel Rodríguez Troitiño
2022-09-08[cc1as] Support --compress-debug-sections=zstdFangrui Song
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song
2022-09-01[clang][WebAssembly] Pass `-Wa,--no-type-check` through to the MC layerSam Clegg
2022-06-13[MC] Fix likely uninitialized memory bugJez Ng
2022-06-12[MC][re-land] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng
2022-06-12Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible"Jez Ng