aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/clang-translation.c
AgeCommit message (Expand)Author
2019-03-29[AArch64] Support selecting TPIDR_EL[1-3] as the thread baseOliver Stannard
2018-12-17[Driver] Don't override '-march' when using '-arch x86_64h'Francis Visoiu Mistrih
2018-10-16[driver][mips] Support MIPS R6 target triplesSimon Atanasyan
2018-10-15[mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek
2017-09-12[Driver] Disable uwtable by default in -ffreestanding modeVedant Kumar
2017-09-12[ARM] Option for reading thread pointer from coprocessor registerStrahinja Petrovic
2017-08-21[Driver][Darwin] Do not pass -munwind-table if -fno-excpetions isAkira Hatanaka
2017-08-03[Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka
2016-12-15[Driver] Bump default x86 cpu to Penryn when targeting macosx10.12+.Ahmed Bougacha
2016-05-18[Mips] Finetuning MIPS32 Android default variantsPetar Jovanovic
2016-05-17[Mips] Set mips32 as default CPU for MIPS32 AndroidPetar Jovanovic
2015-07-17[Mips] Set mips64r6 as default CPU for MIPS64 AndroidPetar Jovanovic
2014-06-26Add ppc64/power8 as a targetWill Schmidt
2014-06-25Align with new GCC options for x86 AndroidAlexey Volkov
2014-03-27Use the new Windows environment for target detectionSaleem Abdulrasool
2014-01-31Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews...Alexey Bataev
2014-01-27[Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan
2014-01-25[Mips] Add support for mips64el-linux-android triple.Simon Atanasyan
2014-01-25[Mips] Add test to check translation MIPS triples to cpu and float abiSimon Atanasyan
2014-01-23Improve x86 android support, add x86_64 android targetAlexey Bataev
2014-01-13Rename target i386-linux-android to i686-linux-androidAlexey Bataev
2013-11-16X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach
2013-08-21Centralize the handling of -target-feature.Rafael Espindola
2013-02-01Add some missing PPC cpusBill Schmidt
2013-02-01Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel
2012-11-02Improve x86 android support:Rafael Espindola
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-10-07Use getArch instead of getArchName.Rafael Espindola
2012-09-22Use pipes.Rafael Espindola
2012-09-22Use FileCheck.Rafael Espindola
2012-09-22Use FileCheck.Rafael Espindola
2012-09-22Fix pr13749. There is still a lot of code using getArchName that should beRafael Espindola
2012-09-18Add e500mc and e5500 to the list of valid PPC CPU names.Hal Finkel
2012-06-12Fix test to work when clang is built without powerpc64 support.Bob Wilson
2012-06-11Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel
2012-04-25Fix default cpu for -march=armv5e.Evgeniy Stepanov
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-03-17Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite thisDaniel Dunbar
2009-12-18clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-11Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar
2009-12-08Improve test portability.Daniel Dunbar
2009-12-08Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar
2009-12-03Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar
2009-11-29Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar
2009-11-20Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar
2009-11-19Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar