summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for hashing DW_FORM_sdata and a small testcase.Eric Christopher2014-02-201-0/+47
* Format.Eric Christopher2014-02-201-4/+8
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-311-0/+31
* Fix name of nested type in comment to match code.Eric Christopher2014-01-311-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-3/+2
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-251-0/+18
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-251-0/+19
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-241-16/+16
* DIEHash: Do not use shallow type hashing for unnamed typesDavid Blaikie2013-10-241-0/+35
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-221-0/+178
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-211-0/+66
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-211-6/+35
* DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie2013-10-211-7/+7
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-211-1/+58
OpenPOWER on IntegriCloud