summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* [GlobalISel] Make multi-step legalization work.Kristof Beyls2017-06-301-0/+19
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-1/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-062-2/+2
* [SVE] Fix mismatched sign comparison warning in unit test from r300842.Amara Emerson2017-04-201-2/+2
* [MVT][SVE] Scalable vector MVTs (3/3)Amara Emerson2017-04-202-0/+89
* [GlobalISel] Support vector-of-pointers in LLTKristof Beyls2017-04-191-0/+11
* Revert "[GlobalISel] Support vector-of-pointers in LLT"Kristof Beyls2017-04-181-11/+0
* [GlobalISel] Support vector-of-pointers in LLTKristof Beyls2017-04-181-0/+11
* Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders2017-03-071-3/+3
* Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders2017-03-071-3/+3
* [globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders2017-03-071-3/+3
* Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...Daniel Sanders2017-02-281-3/+3
* [globalisel] Change LLT constructor string into an LLT subclass that knows ho...Daniel Sanders2017-02-281-3/+3
* ADT: Add explicit conversions for reverse ilist iteratorsDuncan P. N. Exon Smith2017-02-071-0/+64
* GlobalISel: rename legalizer components to match others.Tim Northover2016-10-143-121/+121
* [GlobalISel] Get the AArch64 tests to work on LinuxDiana Picus2016-10-141-0/+1
* GlobalISel: fix misuse of using declaration in test.Tim Northover2016-10-061-48/+41
* GlobalISel: remove "unsized" LLTTim Northover2016-09-151-20/+0
* GlobalISel: cache pointer sizes in LLTTim Northover2016-09-152-13/+19
* CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MIDuncan P. N. Exon Smith2016-09-111-0/+22
* CodeGen: Assert that bundle iterators are validDuncan P. N. Exon Smith2016-09-111-0/+16
* CodeGen: Turn on sentinel tracking for MachineInstr iteratorsDuncan P. N. Exon Smith2016-09-111-1/+2
* GlobalISel: use multi-dimensional arrays for legalize actions.Tim Northover2016-08-291-0/+2
* GlobalISel: legalize sdiv and srem operations.Tim Northover2016-08-261-0/+2
* GlobalISel: extend legalizer interface to handle multiple types.Tim Northover2016-08-231-22/+42
* GlobalISel: support loads and stores of strange types.Tim Northover2016-08-151-4/+4
* ADT: Remove all ilist_iterator => pointer casts, NFCDuncan P. N. Exon Smith2016-08-122-0/+95
* GlobalISel: refuse to halve size of 1-byte & odd-sized LLTs.Tim Northover2016-08-041-9/+12
* [GlobalISel] Add missing link components to r277160 unittest. NFC.Ahmed Bougacha2016-07-291-0/+2
* [GlobalISel] Add LLT::operator!=().Ahmed Bougacha2016-07-291-0/+13
* [GlobalISel] Fix LLT::unsized to match LLT(LabelTy).Ahmed Bougacha2016-07-291-0/+5
* [GlobalISel] Add unittests for LowLevelType.Ahmed Bougacha2016-07-292-0/+199
* GlobalISel: implement Legalization querying framework.Tim Northover2016-07-203-0/+113
* Fix header comment in unittests/CodeGen/DIEHashTest.cpp.Justin Lebar2016-07-131-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-64/+63
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-251-161/+193
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-153/+153
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-153/+153
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-153/+153
* AsmPrinter: Make DIEString smallDuncan P. N. Exon Smith2015-05-241-56/+70
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-251-62/+64
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-251-29/+29
* PR19554: Fix some memory leaks in DIEHashTest.cppDavid Blaikie2014-04-251-11/+11
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-201-0/+55
* This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.Eric Christopher2014-02-201-1/+1
* Fix commit thinkos from splitting out patches.Eric Christopher2014-02-201-3/+1
OpenPOWER on IntegriCloud