summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenRegisters.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add phony registers for high halves of regs with low halvesKrzysztof Parzyszek2018-03-201-22/+60
* [TableGen] Replace InfoByHwMode::getAsString with writeToStreamKrzysztof Parzyszek2017-09-221-1/+1
* Revert "[TableGen] Replace InfoByHwMode::getAsString with writeToStream"Krzysztof Parzyszek2017-09-221-1/+1
* [TableGen] Replace InfoByHwMode::getAsString with writeToStreamKrzysztof Parzyszek2017-09-221-1/+1
* [TableGen] Tidy up CodeGenRegistersJaved Absar2017-09-211-28/+23
* TableGen support for parameterized register class informationKrzysztof Parzyszek2017-09-141-27/+26
* Try to fix compilation problem with libstdc++Matthias Braun2017-08-281-1/+3
* Address r311914 review commentsMatthias Braun2017-08-281-7/+5
* TableGen: Fix subreg composition/concatenationMatthias Braun2017-08-281-27/+88
* Implement LaneBitmask::getNumLanes and LaneBitmask::getHighestLaneKrzysztof Parzyszek2017-07-201-6/+2
* [TableGen][MC] Fix a few places where we didn't hide the underlying type of L...Craig Topper2017-07-141-6/+6
* Change sort function used in tblgen to be strict weak orderingDavid Green2017-06-271-1/+1
* [globalisel][tablegen] Add support for EXTRACT_SUBREG.Daniel Sanders2017-06-271-0/+78
* [TableGen] Remove code for renaming anonymous register classes as it can neve...Craig Topper2017-06-011-6/+1
* [TableGen] Print #nnn as a name of an non-native reg unit with id nnnKrzysztof Parzyszek2017-03-271-6/+13
* Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek2016-12-161-3/+3
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-29/+35
* TableGen: Use StringRef instead of const std::string& in return vals.Matthias Braun2016-12-041-1/+1
* Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2016-11-301-12/+38
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* TableGen: Produce CoveredBySubRegs summary for register classesMatthias Braun2016-04-281-2/+5
* TableGen: Support lanemasks for classes without subregistersMatthias Braun2016-04-281-38/+50
* [TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...Craig Topper2016-01-181-4/+3
* Assume lane masks are always preciseMatthias Braun2015-11-171-13/+6
* tablegen: Add a simple heuristic to get better names for pressure setsMatthias Braun2015-11-131-0/+6
* TableGen: Emit LaneMask for register classes without subregisters as ~0uMatthias Braun2015-11-101-0/+6
* [TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper2015-06-021-3/+3
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* [TableGen] Remove ListInit::size() in favor of getSize() which does the same ...Craig Topper2015-05-141-2/+2
* [TableGen] Don't leak Expanders and Operators in SetTheory.Craig Topper2015-04-241-1/+1
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Fix AllocationPriority not getting set for derived register classes.Matthias Braun2015-03-311-1/+3
* RegAllocGreedy: Allow target to specify register class ordering.Matthias Braun2015-03-311-0/+4
* Do not track subregister liveness when it brings no benefitsMatthias Braun2015-03-191-0/+11
* TableGen: Fix register class lane masks being too conservative.Matthias Braun2015-03-181-1/+1
* Revert the non-cleanup part of r230769 because it introduced a non-determinis...Nick Lewycky2015-03-031-2/+0
* Silence variable set but not used warning in CodeGenRegisters.cpp, NFC.Yaron Keren2015-02-281-0/+1
* Switch a std::map to a DenseMap in CodeGenRegisters.Owen Anderson2015-02-271-0/+2
* MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.Aaron Ballman2015-02-161-3/+1
* STLExtras: Provide less/equal functors with templated function call operators...David Blaikie2015-02-021-12/+11
* Replace another std::set in the core of CodeGenRegister, this time with sorte...Owen Anderson2015-01-311-39/+46
* Change more of the guts of CodeGenRegister's RegUnit tracking to be based on ...Owen Anderson2015-01-311-54/+29
* Change a very hot piece of code in TableGen's register unit computations to u...Owen Anderson2015-01-301-1/+14
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-0/+1
* Tablegen'erate lanemasks for register units.Matthias Braun2014-12-101-0/+37
* Add function that translates subregister lane masks to other subregs.Matthias Braun2014-12-101-0/+64
* Let tablegen compute maximum lanemask for regs/regclasses.Matthias Braun2014-12-101-3/+15
* range-for some thingsDavid Blaikie2014-12-031-19/+12
* Simplify CodeGenRegBank::inferMatchingSuperRegClass & its caller by passing a...David Blaikie2014-12-031-16/+16
* Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...David Blaikie2014-12-031-57/+59
OpenPOWER on IntegriCloud