aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/driver/cc1as_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-4/+4
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-4/+4
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-4/+4
2025-05-10[clang] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139399)Kazu Hirata1-5/+5
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song1-3/+4
2024-08-22[Driver] Add -Wa, options -mmapsyms={default,implicit}Fangrui Song1-0/+5
2024-08-15[Driver] Make CodeGenOptions name match MCTargetOptions namesFangrui Song1-9/+11
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke1-4/+7
2024-07-21[MC] Migrate to new createAsmStreamer that avoids unused bool parametersFangrui Song1-4/+2
2024-07-20[MC] MCAsmStreamer: use MCTargetOptionsFangrui Song1-0/+3
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song1-3/+1
2024-07-16[X86][MC,Driver] Support -msse2avx to encode SSE instruction with VEX prefix ...JaydeepChauhan141-0/+5
2024-07-03[Driver] Add -Wa, options --crel and --allow-experimental-crelFangrui Song1-0/+6
2024-06-12[MC] Move AllowTemporaryLabels setting to MCContext::MCContextFangrui Song1-2/+1
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song1-3/+0
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov1-0/+3
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song1-3/+0
2024-04-28[cc1as] Respect -mrelax-allFangrui Song1-0/+1
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song1-2/+2
2024-02-11[clang][NFC] Annotate `cc1as_main.cpp` with `preferred_type`Vlad Serebrennikov1-0/+17
2023-08-15[Driver] Refactor to use llvm Option's new Visibility flagsJustin Bogner1-7/+8
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-06-07Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" p...Vy Nguyen1-0/+9
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber1-9/+0
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen1-0/+9
2023-04-25-fdebug-prefix-map=: make the last win when multiple prefixes matchFangrui Song1-3/+2
2023-03-17[clang] Include the error message in file reading error diagnosticHans Wennborg1-2/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-31[clang] Change CodeGenOptions::RelaxELFRelocations/assembler defaults to matc...Fangrui Song1-1/+1
2022-10-28Move getenv for AS_SECURE_LOG_FILE to clangBen Langmuir1-0/+6
2022-10-14[clang][macho] Add support for -darwin-target-variant-sdk-version in cc1asDaniel Rodríguez Troitiño1-0/+14
2022-09-08[cc1as] Support --compress-debug-sections=zstdFangrui Song1-0/+1
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song1-1/+1
2022-09-01[clang][WebAssembly] Pass `-Wa,--no-type-check` through to the MC layerSam Clegg1-0/+4
2022-06-13[MC] Fix likely uninitialized memory bugJez Ng1-0/+1
2022-06-12[MC][re-land] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng1-0/+13
2022-06-12Revert "[MC] Omit DWARF unwind info if compact unwind is present where eligible"Jez Ng1-13/+0
2022-06-12[MC] Omit DWARF unwind info if compact unwind is present where eligibleJez Ng1-0/+13
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-1/+1
2022-04-22[cc1as] Add support for emitting the build version load command for -darwin-t...Byoungchan Lee1-0/+8
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-2/+2
2022-02-16Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN1-2/+2
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-2/+2
2022-01-26[cc1as] Remove -Wa,--compress-debug-sections=zlib-gnuFangrui Song1-1/+0
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-10-05[Support] Change fatal_error_handler_t to take a const char* instead of std::...Simon Pilgrim1-1/+1
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith1-1/+1