summaryrefslogtreecommitdiffstats
path: root/test/Driver/clang-translation.c
Commit message (Expand)AuthorAgeFilesLines
* Merging r311397:Hans Wennborg2017-08-221-0/+4
* Merging r310006:Hans Wennborg2017-08-111-0/+8
* [Driver] Bump default x86 cpu to Penryn when targeting macosx10.12+.Ahmed Bougacha2016-12-151-0/+17
* [Mips] Finetuning MIPS32 Android default variantsPetar Jovanovic2016-05-181-0/+11
* [Mips] Set mips32 as default CPU for MIPS32 AndroidPetar Jovanovic2016-05-171-1/+1
* [Mips] Set mips64r6 as default CPU for MIPS64 AndroidPetar Jovanovic2015-07-171-1/+1
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-0/+6
* Align with new GCC options for x86 AndroidAlexey Volkov2014-06-251-2/+3
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-1/+1
* Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews...Alexey Bataev2014-01-311-2/+4
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-6/+6
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-251-0/+7
* [Mips] Add test to check translation MIPS triples to cpu and float abiSimon Atanasyan2014-01-251-0/+35
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-231-0/+6
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-131-1/+1
* X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach2013-11-161-0/+4
* Centralize the handling of -target-feature.Rafael Espindola2013-08-211-2/+2
* Add some missing PPC cpusBill Schmidt2013-02-011-0/+96
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-011-0/+6
* Improve x86 android support:Rafael Espindola2012-11-021-0/+6
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-5/+5
* Use getArch instead of getArchName.Rafael Espindola2012-10-071-0/+8
* Use pipes.Rafael Espindola2012-09-221-31/+18
* Use FileCheck.Rafael Espindola2012-09-221-4/+8
* Use FileCheck.Rafael Espindola2012-09-221-11/+13
* Fix pr13749. There is still a lot of code using getArchName that should beRafael Espindola2012-09-221-0/+7
* Add e500mc and e5500 to the list of valid PPC CPU names.Hal Finkel2012-09-181-0/+17
* Fix test to work when clang is built without powerpc64 support.Bob Wilson2012-06-121-3/+6
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-111-0/+20
* Fix default cpu for -march=armv5e.Evgeniy Stepanov2012-04-251-0/+7
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-6/+6
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-6/+6
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-6/+6
* Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite thisDaniel Dunbar2011-03-171-0/+2
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-2/+2
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-6/+6
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-111-3/+6
* Improve test portability.Daniel Dunbar2009-12-081-3/+3
* Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar2009-12-081-0/+26
* Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar2009-12-031-1/+2
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-291-5/+5
* Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar2009-11-201-6/+6
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-1/+0
* Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar2009-11-141-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-15/+15
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-3/+3
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-251-1/+1
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-061-1/+1
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-0/+4