summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Reverted r375254 as it has broken some build bots for a long time.Vladimir Vereschaka2019-10-201-1/+0
* [Codegen] Link MIRParser into CodeGenTests to fix MachineSizeOptsTest buildingRoman Lebedev2019-10-181-0/+1
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-181-0/+1
* Restore ability for C++ API users to Enable IPRA.Daniel Sanders2019-02-221-0/+1
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+1
* [Codegen] Fix test added in rL341380: AArch64SelectionDAGTest needs to link a...Jordan Rupprecht2018-09-041-0/+1
* [CodeGen] Fix remaining zext() assertions in SelectionDAGScott Linder2018-09-041-0/+3
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+1
* MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionT...Diana Picus2017-10-121-0/+4
* [unittests] Adding a unittest for ChangeTaTargetIndex. NFCMarcello Maggioni2017-08-101-0/+1
* [MVT][SVE] Scalable vector MVTs (3/3)Amara Emerson2017-04-201-0/+1
* ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith2016-08-121-0/+1
* [GlobalISel] Add missing link components to r277160 unittest. NFC.Ahmed Bougacha2016-07-291-0/+2
* [GlobalISel] Add unittests for LowLevelType.Ahmed Bougacha2016-07-291-0/+1
* GlobalISel: implement Legalization querying framework.Tim Northover2016-07-201-0/+2
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-3/+2
* Fix copy and pasto with CMake files for unittest.Eric Christopher2013-09-031-3/+3
* Add a hashing routine that handles hashing types. Add a test forEric Christopher2013-09-031-0/+13
OpenPOWER on IntegriCloud