summaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2017-11-20[ARM] For assembler files recognize -Xassembler or -Wa, -mthumbPeter Smith
2017-11-20[ARM] For assembler files recognize -Xassembler or -Wa, -mthumbPeter Smith
2017-11-19Driver: remove `SupportsObjCGC` (NFC)Saleem Abdulrasool
2017-11-19[Driver] add initial support for alpine linuxMartell Malone
2017-11-14Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg
2017-11-13Update a link to the old code.google.com bug trackerHans Wennborg
2017-11-13 [clang] Remove redundant return [NFC]Mandeep Singh Grang
2017-11-11Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich
2017-11-10AMDGPU/NFC: Move getAMDGPUTargetFeatures to AMDGPU toolchainKonstantin Zhuravlyov
2017-11-10Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris
2017-11-10[XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris
2017-11-10[Driver] Make clang/cc conforms to UNIX standardSteven Wu
2017-11-07New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam
2017-11-06Vary Windows toolchain selection by -fuse-ldDave Lee
2017-11-04[Driver] MinGW: Remove custom linker detectionMartell Malone
2017-11-03[Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky
2017-11-03[CUDA] Mark CUDA as a no-errno platform.Justin Lebar
2017-11-02Add default calling convention support for regcall.Erich Keane
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich
2017-10-29Driver: default to `unsigned int` `wchar_t` for ARMSaleem Abdulrasool
2017-10-27[WebAssembly] Add crt1.o with calling lldSam Clegg
2017-10-27[WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg
2017-10-26Use -fuse-init-array if no gcc installation is found.Nico Weber
2017-10-26[LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov
2017-10-25[CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar
2017-10-25Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov
2017-10-25Add support of the next Debian (Debian buster - version 10)Sylvestre Ledru
2017-10-25Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)Sylvestre Ledru
2017-10-24[AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpuPeter Smith
2017-10-23[Driver] Use ld.lld directly for Fuchsia rather than passing flavorPetr Hosek
2017-10-21Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...Aaron Ballman
2017-10-20Allow /showIncludes with /PErich Keane
2017-10-20Revert r316193.Richard Smith
2017-10-19Try to shorten system header paths when using -MD depfilesPeter Wu
2017-10-18[Driver] Fix use after free in Hexagon toolchain code.Benjamin Kramer
2017-10-18[Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni
2017-10-17[CMake][OpenMP] Customize default offloading archJonas Hahnfeld
2017-10-16Do not link clang_rt.cfi on Android.Evgeniy Stepanov
2017-10-16[Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi
2017-10-16[CUDA] Require libdevice only if neededJonas Hahnfeld
2017-10-15Driver: use ld64.lld when -fuse-ld=lld for darwinMartell Malone
2017-10-15[driver] [cl] Add/fix c++17/c++latestMartell Malone
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner
2017-10-11[Driver] Export symbols needed to use profile runtimeVedant Kumar
2017-10-09Testing commit access.Hamza Sood
2017-10-07[Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-10-06[MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner
2017-10-05Cleanup and generalize -shared-libasan.Evgeniy Stepanov