summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/TripleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenEmbedded] Add a unittest for aarch64-oe-linuxMandeep Singh Grang2018-07-191-0/+6
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-5/+0
* [OpenEmbedded] Add OpenEmbedded vendorMandeep Singh Grang2018-07-051-0/+6
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-231-6/+0
* [AMDGPU] Remove unused AMDOpenCL triple environmentTony Tye2018-03-051-3/+0
* [ADT] Recognize ppc as valid architecture in target triple.Jonas Devlieghere2018-02-271-0/+17
* [WebAssembly] Restore "*-wasm" tests.Dan Gohman2018-02-151-0/+5
* [WebAssembly] Update ADT/TripleTest.cpp now that default file format has changedSam Clegg2018-02-121-2/+7
* Add a new Simulator entry for the target triple environment.Bob Wilson2017-10-231-0/+9
* [Triple] Add AMDPAL operating system typeTim Renouf2017-09-291-0/+6
* [mips] Recognise the triple used by Debian for MIPS n32 ABISimon Atanasyan2017-09-141-0/+6
* [mips] Add unitests to check parsing MIPS triples. NFCSimon Atanasyan2017-09-131-0/+30
* [Triple] Define OS Check for HaikuRenato Golin2017-08-181-0/+12
* Add support for Ananas platformEd Schouten2017-06-251-0/+6
* Revert r305642Ismail Donmez2017-06-181-1/+1
* Test to correct triple for SUSE on ARMv7Ismail Donmez2017-06-181-1/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* ADT: handle special case of ARM environment for SUSESaleem Abdulrasool2017-06-031-0/+5
* Add SUSE vendorIsmail Donmez2017-04-241-0/+6
* Set default CPU for OpenBSD/arm to Cortex-A8Brad Smith2017-02-281-0/+4
* TripleTest.FileFormat: check non-default valueAlex Denisov2017-02-041-0/+3
* TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...)Alex Denisov2017-02-041-0/+48
* TripleTest.EndianArchVariants: add missing arch types (tce, le)Alex Denisov2017-02-041-0/+16
* [WebAssembly] Add triple support for the new wasm object formatDan Gohman2017-01-171-0/+3
* [RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury2016-11-011-0/+36
* Define "contiki" OS specifier.David L Kreitzer2016-10-141-0/+6
* [Triple] Add triple for FuchsiaPetr Hosek2016-10-061-0/+6
* Triple: Add opencl environment typeTom Stellard2016-09-231-0/+6
* Remove the Triple tests that stressing the TargetParser's behaviour.Zijiao Ma2016-08-171-191/+0
* [ADT] Make the triple test 1000x faster through more focused test cases.Chandler Carruth2016-08-061-53/+67
* [Triple] Reimplement isLittleEndian(). Now it works for arm too.Davide Italiano2016-06-291-0/+8
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+6
* Add a Musl environment to the triple.Rafael Espindola2016-06-141-0/+6
* Add AMDGPU related triple vendors/OSesMatt Arsenault2016-02-131-0/+12
* ARMv7k: use Cortex-A7 by default even for tvOSTim Northover2016-02-111-0/+12
* [lanai] Add Lanai triple.Jacques Pienaar2016-02-111-0/+21
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-201-1/+1
* Handle ARMv6KZ namingArtyom Skrobov2015-11-161-0/+4
* [X86] Make elfiamcu an OS, not an environment.Michael Kuperstein2015-10-271-3/+3
* [X86] Add support for elfiamcu tripleMichael Kuperstein2015-10-251-0/+6
* Initial migration of AVR backendDylan McKay2015-10-161-0/+17
* Teach the target parsing framework to directly compute the length of allChandler Carruth2015-08-301-43/+43
* Add amdopencl environment to tripleMatt Arsenault2015-07-301-0/+2
* [Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer2015-07-061-0/+78
* Drop the OS from the WebAssembly target triple for now.Dan Gohman2015-06-301-4/+4
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+30
* ARMTargetParser: Make BSD Thumb/BE armv6 workRenato Golin2015-05-271-0/+8
* Adding profile and version parsers to ARMTargetParserRenato Golin2015-05-221-0/+20
* Make Triple::parseARMArch use ARMTargetParserRenato Golin2015-05-211-0/+65
* Get Triple::getARMCPUForArch() to use TargetParserRenato Golin2015-05-201-13/+136
OpenPOWER on IntegriCloud