summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update for API change in LLVM: ARMTargetParser class is just the ARMChandler Carruth2015-08-301-2/+2
* Support Debian s390x multiarch pathsSylvestre Ledru2015-08-281-0/+9
* Change Native Client x86 usr include and link path to match SDK expectationsDerek Schuff2015-08-261-4/+13
* Use GetLinkerPath utility function to find linker for NaCl toolchainDerek Schuff2015-08-241-1/+1
* Represent 2 parallel string arrays as one string[][2] array.Douglas Katzman2015-08-141-19/+19
* [AArch64] Enable thread sanitizer on clangRenato Golin2015-08-051-2/+2
* [sanitizers] Enable dfsan for aarch64Adhemerval Zanella2015-07-301-1/+4
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-50/+54
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+10
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+59
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-59/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+59
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-0/+1
* [Driver] semi-annual ubuntu version bump.Benjamin Kramer2015-07-091-1/+3
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-081-0/+14
* [Driver] x86-64 Windows is always PICDavid Majnemer2015-06-281-2/+6
* [PPC]: Fix bug in getMultiarchTriple.Douglas Katzman2015-06-261-18/+22
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-580/+489
* Use more range-based for loopsDouglas Katzman2015-06-251-40/+35
* Teach Clang about the PPC64 memory sanitizer implementation.Jay Foad2015-06-251-1/+4
* Update darwin SDK version parsing to support OSX and simulatorSteven Wu2015-06-251-8/+23
* [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+Alexey Samsonov2015-06-251-5/+5
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-65/+40
* Eliminate "enumeration value not handled in switch" warningsDouglas Katzman2015-06-231-0/+2
* Change some if/else chains to 'switch' statements. NFCDouglas Katzman2015-06-231-24/+46
* Add comment about the importance of being adjacent. NFCDouglas Katzman2015-06-221-0/+3
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-20/+56
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+43
* [Driver] Compute MacOS/iOS version from triple if/when we actually need it. NFC.Alexey Samsonov2015-06-181-24/+19
* [Driver] Remove unused class member. NFC.Alexey Samsonov2015-06-181-6/+0
* [Driver] Simplify code choosing between MacOS and iOS platforms. NFC.Alexey Samsonov2015-06-181-12/+10
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-55/+20
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-20/+55
* Remove duplicated alteration to getProgramPaths().Douglas Katzman2015-06-161-4/+0
* [bpf] add support for BPF backendAlexei Starovoitov2015-06-101-0/+2
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-8/+3
* [SPARC] Add multiarch include paths.James Y Knight2015-06-051-0/+10
* [SPARC] Fix multiarch path detection for sparc and sparcv9.James Y Knight2015-06-041-0/+8
* Remove extraneous qualifiers due to "using namespace". NFCDouglas Katzman2015-06-041-9/+9
* Change big 'if' statement into a switch. NFCDouglas Katzman2015-06-031-15/+20
* [ARMTargetParser] FIXME MachO arch names. NFCRenato Golin2015-05-281-21/+26
* Factor out SmallDataThresholdIkhlas Ajbar2015-05-141-0/+24
* Driver: Fix a -Wshadow issue from r237091Justin Bogner2015-05-121-1/+1
* Re-apply "Driver: Make profiling flags work with -nostdlib on Darwin"Justin Bogner2015-05-121-14/+20
* Revert "Driver: Make profiling flags work with -nostdlib on Darwin"Justin Bogner2015-05-121-20/+14
* Driver: Make profiling flags work with -nostdlib on DarwinJustin Bogner2015-05-121-14/+20
* [Sparc] Add support for 'sparcel' to clang.Douglas Katzman2015-05-111-0/+1
* Using ARMTargetParser in ClangRenato Golin2015-05-081-0/+2
* Revert "Allow case-insensitive values for -mcpu for ARM and AArch64"Renato Golin2015-05-081-1/+1
* Allow case-insensitive values for -mcpu for ARM and AArch64Renato Golin2015-05-081-1/+1
OpenPOWER on IntegriCloud