summaryrefslogtreecommitdiff
path: root/unittests/ADT/TripleTest.cpp
AgeCommit message (Expand)Author
2018-07-19[OpenEmbedded] Add a unittest for aarch64-oe-linuxMandeep Singh Grang
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-07-05[OpenEmbedded] Add OpenEmbedded vendorMandeep Singh Grang
2018-03-23[AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye
2018-03-05[AMDGPU] Remove unused AMDOpenCL triple environmentTony Tye
2018-02-27[ADT] Recognize ppc as valid architecture in target triple.Jonas Devlieghere
2018-02-15[WebAssembly] Restore "*-wasm" tests.Dan Gohman
2018-02-12[WebAssembly] Update ADT/TripleTest.cpp now that default file format has changedSam Clegg
2017-10-23Add a new Simulator entry for the target triple environment.Bob Wilson
2017-09-29[Triple] Add AMDPAL operating system typeTim Renouf
2017-09-14[mips] Recognise the triple used by Debian for MIPS n32 ABISimon Atanasyan
2017-09-13[mips] Add unitests to check parsing MIPS triples. NFCSimon Atanasyan
2017-08-18[Triple] Define OS Check for HaikuRenato Golin
2017-06-25Add support for Ananas platformEd Schouten
2017-06-18Revert r305642Ismail Donmez
2017-06-18Test to correct triple for SUSE on ARMv7Ismail Donmez
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-06-03ADT: handle special case of ARM environment for SUSESaleem Abdulrasool
2017-04-24Add SUSE vendorIsmail Donmez
2017-02-28Set default CPU for OpenBSD/arm to Cortex-A8Brad Smith
2017-02-04TripleTest.FileFormat: check non-default valueAlex Denisov
2017-02-04TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...)Alex Denisov
2017-02-04TripleTest.EndianArchVariants: add missing arch types (tce, le)Alex Denisov
2017-01-17[WebAssembly] Add triple support for the new wasm object formatDan Gohman
2016-11-01[RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury
2016-10-14Define "contiki" OS specifier.David L Kreitzer
2016-10-06[Triple] Add triple for FuchsiaPetr Hosek
2016-09-23Triple: Add opencl environment typeTom Stellard
2016-08-17Remove the Triple tests that stressing the TargetParser's behaviour.Zijiao Ma
2016-08-06[ADT] Make the triple test 1000x faster through more focused test cases.Chandler Carruth
2016-06-29[Triple] Reimplement isLittleEndian(). Now it works for arm too.Davide Italiano
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola
2016-06-14Add a Musl environment to the triple.Rafael Espindola
2016-02-13Add AMDGPU related triple vendors/OSesMatt Arsenault
2016-02-11ARMv7k: use Cortex-A7 by default even for tvOSTim Northover
2016-02-11[lanai] Add Lanai triple.Jacques Pienaar
2015-11-20Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov
2015-11-16Handle ARMv6KZ namingArtyom Skrobov
2015-10-27[X86] Make elfiamcu an OS, not an environment.Michael Kuperstein
2015-10-25[X86] Add support for elfiamcu tripleMichael Kuperstein
2015-10-16Initial migration of AVR backendDylan McKay
2015-08-30Teach the target parsing framework to directly compute the length of allChandler Carruth
2015-07-30Add amdopencl environment to tripleMatt Arsenault
2015-07-06[Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer
2015-06-30Drop the OS from the WebAssembly target triple for now.Dan Gohman
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman
2015-05-27ARMTargetParser: Make BSD Thumb/BE armv6 workRenato Golin
2015-05-22Adding profile and version parsers to ARMTargetParserRenato Golin
2015-05-21Make Triple::parseARMArch use ARMTargetParserRenato Golin
2015-05-20Get Triple::getARMCPUForArch() to use TargetParserRenato Golin