summaryrefslogtreecommitdiff
path: root/test/Driver/clang-translation.c
Commit message (Expand)AuthorAge
* Align with new GCC options for x86 AndroidAlexey Volkov2014-06-25
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-27
* Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews...Alexey Bataev2014-01-31
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-27
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-25
* [Mips] Add test to check translation MIPS triples to cpu and float abiSimon Atanasyan2014-01-25
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-23
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-13
* X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach2013-11-16
* Centralize the handling of -target-feature.Rafael Espindola2013-08-21
* Add some missing PPC cpusBill Schmidt2013-02-01
* Add PPC A2Q core and BG/Q preprocessor definitionsHal Finkel2013-02-01
* Improve x86 android support:Rafael Espindola2012-11-02
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-09
* Use getArch instead of getArchName.Rafael Espindola2012-10-07
* Use pipes.Rafael Espindola2012-09-22
* Use FileCheck.Rafael Espindola2012-09-22
* Use FileCheck.Rafael Espindola2012-09-22
* Fix pr13749. There is still a lot of code using getArchName that should beRafael Espindola2012-09-22
* Add e500mc and e5500 to the list of valid PPC CPU names.Hal Finkel2012-09-18
* Fix test to work when clang is built without powerpc64 support.Bob Wilson2012-06-12
* Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...Hal Finkel2012-06-11
* Fix default cpu for -march=armv5e.Evgeniy Stepanov2012-04-25
* rename -ccc-host-triple into -targetSebastian Pop2012-01-20
* Revert r148138; it's causing test failures.Eli Friedman2012-01-13
* rename -ccc-host-triple into -targetSebastian Pop2012-01-13
* Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite thisDaniel Dunbar2011-03-17
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-18
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-15
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-11
* Improve test portability.Daniel Dunbar2009-12-08
* Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar2009-12-08
* Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar2009-12-03
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-29
* Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar2009-11-20
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-19
* Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar2009-11-14
* Remove RUN: true lines.Daniel Dunbar2009-11-08
* Eliminate &&s in tests.Daniel Dunbar2009-11-08
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-25
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-25
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-06
* Improve handling of (X86) target features.Daniel Dunbar2009-05-06
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-31
* Driver: Translate -fverbose-asm for LLVM backend.Daniel Dunbar2009-03-24
* Driver: ArgList::getLastArg was in fact returning the first matching arg.Daniel Dunbar2009-03-24
* Rename clang-driver to clang.Daniel Dunbar2009-03-24
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-22
* Driver: Fix bug in translating -O to clang, add clang-translation testDaniel Dunbar2009-03-18