aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/driver
AgeCommit message (Expand)AuthorFilesLines
2022-07-15[Clang] Add a new clang option "-ftime-trace=<value>"dongjunduo1-1/+10
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-4/+4
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-4/+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-06-06LLVM Driver Multicall toolChris Bieneman2-1/+2
2022-06-01Fix potentially uninitialized memoryMikhail Goncharov1-3/+6
2022-05-31[Clang] Extend -gen-reproducer flagAlex Brachet1-21/+34
2022-05-27Revert "[Clang] Extend -gen-reproducer flag"Alex Brachet1-34/+21
2022-05-27[Clang] Extend -gen-reproducer flagAlex Brachet1-21/+34
2022-04-28Frontend: Delete output streams before closing CompilerInstance outputsDuncan P. N. Exon Smith1-2/+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-02-09replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash1-2/+0
2022-01-26[cc1as] Remove -Wa,--compress-debug-sections=zlib-gnuFangrui Song1-1/+0
2022-01-26[clang] Fix serialized diagnostics edge-casesJan Svoboda1-1/+3
2021-12-24Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2021-11-02[clang] Fix cmake errorDave Lee1-1/+1
2021-11-02[cmake] Make LLVM_ENABLE_LLD=ON work better on macOSNico Weber1-1/+1
2021-11-02Revert "[NFC] Remove LinkAll*.h"Arthur Eubanks1-0/+1
2021-11-02[NFC] Remove LinkAll*.hArthur Eubanks1-1/+0
2021-10-25[clang] Use llvm::{count,count_if,find_if,all_of,none_of} (NFC)Kazu Hirata1-2/+2
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner2-2/+2
2021-10-05[Support] Change fatal_error_handler_t to take a const char* instead of std::...Simon Pilgrim2-2/+2
2021-09-20[Clang] [Fix] Clang build fails when build directory contains space characterBrain Swift1-1/+1
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith1-1/+1
2021-09-02[clang] NFC: Extract DiagnosticOptions parsingJan Svoboda1-23/+7
2021-09-01[clang] Add a -canonical-prefixes optionNico Weber1-3/+3
2021-07-27[clang][Driver] Expose driver mode detection logicKadir Cetinkaya1-8/+3
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-7/+8
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-11/+11
2021-04-30[NFC] Refactor ExecuteAssembler in cc1as_main.cppScott Linder1-8/+8
2021-04-27[CMake][llvm] avoid conflict w/ (and use when available) new builtin check_li...Jim Radford1-2/+2
2021-04-19[SystemZ][z/OS] Set more text files as textAbhina Sreeskantharajan1-1/+1
2021-04-16[SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDINJonathan Crowther1-1/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-03-26[SystemZ][z/OS] Save strings for CC_PRINT env varsSean Perry1-19/+22
2021-02-26[Driver] Print process statistics report on CC_PRINT_PROC_STAT env variable.Vladimir Vereschaka1-0/+5
2021-02-25[Driver] Create -ffile-compilation-dir aliasPetr Hosek1-2/+3
2021-02-25[clang][flang] Improve the consistency of the code-baseShao-Ce Sun1-27/+27
2021-02-17[Driver] Support -gdwarf64 for assembly filesIgor Kudrin1-0/+5