summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Target
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-143-3/+3
* [ARM][LowOverheadLoops] Allow all MVE instrs.Sam Parker2020-01-141-2/+0
* [AArch64] Add isAuthenticated predicate to MCInstDescVedant Kumar2020-01-101-0/+32
* [ARM][MVE] Tail predicate VMAX,VMAXA,VMIN,VMINASam Parker2020-01-101-0/+18
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [ARM][MVE] Tail predicate bottom/top muls.Sam Parker2019-12-201-1/+24
* [ARM][MVE] Make VPT invalid for tail predicationSam Parker2019-12-131-22/+0
* [ARM][MVE] Fix copy-paste error in VQSHL instruction ids.Simon Tatham2019-12-061-6/+6
* [PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the...Hiroshi Yamauchi2019-12-041-7/+7
* [ARM][MVE][Intrinsics] Add MVE VMUL intrinsics. Remove annoying "t1" from VMU...Mark Murray2019-11-271-3/+3
* [ARM][MVE] Tail predication conversionSam Parker2019-11-191-0/+3
* [X86] Fix -DBUILD_SHARED_LIBS=on builds after D69568/llvmorg-10-init-8877-g3a...Fangrui Song2019-11-011-0/+2
* Remove unnecessary unit test dependencies.Hiroshi Yamauchi2019-11-011-4/+0
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-282-0/+258
* [ARM] Add dependency on GlobalISel for unit tests to fix shared libs buildNemanja Ivanovic2019-10-191-0/+1
* [ARM][MVE] validForTailPredication instsSam Parker2019-10-152-131/+474
* [WebAssembly] Fix tests missed in rL374235Thomas Lively2019-10-091-2/+2
* [AArch64] Static (de)allocation of SVE stack objects.Sander de Smalen2019-10-031-2/+73
* [ARM][MVE] Add invalidForTailPredication to TSFlagsSam Parker2019-09-172-0/+183
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [AArch64] NFC: Add generic StackOffset to describe scalable offsets.Sander de Smalen2019-08-062-0/+61
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-8/+8
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-112-2/+2
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-102-2/+2
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-142/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun2018-11-052-13/+15
* [WebAssembly] Add WebAssemblyException information analysisHeejin Ahn2018-06-252-0/+567
* Reapply "[GlobalISel] Remove the GISelAccessor API."Quentin Colombet2017-08-151-0/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-3/+2
* UnitTests: Followup to 305519Matthias Braun2017-06-151-5/+5
* UnitTests: Replace some if(x)report_fatal_error() with EXPECT_TRUE(!x)Matthias Braun2017-06-151-10/+5
* UnitTests: Do not use assert() for error checkingMatthias Braun2017-06-061-6/+10
* Fix an unused variable warning in non-asserts builds.Chandler Carruth2017-06-061-0/+1
* CodeGen: Refactor MIR parsingMatthias Braun2017-06-061-5/+6
* [globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...Daniel Sanders2017-05-191-2/+1
* [globalisel][tablegen] Compute available feature bits correctly.Daniel Sanders2017-04-291-1/+2
* Remove a FIXME that I forgot about. NFC.Diana Picus2016-10-131-2/+0
* Add AArch64 unit testsDiana Picus2016-10-123-0/+150
OpenPOWER on IntegriCloud