summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* unique_ptrify some containers in GlobalISel::RegisterBankInfoDavid Blaikie2017-01-301-19/+9
* [RegisterBankInfo] Emit proper type for remapped registers.Quentin Colombet2017-01-281-3/+25
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+8
* Fix memory leak in globalisel.Evgeniy Stepanov2017-01-281-0/+2
* [globalisel] Move as much RegisterBank initialization to the constructor as p...Daniel Sanders2017-01-121-12/+3
* [globalisel] Initialize RegisterBanks with static data.Daniel Sanders2017-01-121-100/+8
* GlobalISel: only print debug info with -debug. NFC.Tim Northover2017-01-111-1/+1
* [globalisel] Stop requiring -debug/-debug-only=registerbankinfo for assertions.Daniel Sanders2017-01-061-6/+7
* [RegisterBankInfo] Allow to set a register class when nothing else is setQuentin Colombet2016-12-221-3/+2
* GlobalISel: Fix indentation. NFCDiana Picus2016-11-141-3/+3
* GlobalISel: fix typo. NFCTim Northover2016-11-091-2/+2
* [RegisterBankInfo] Change the default mapping for Copy and PHI.Quentin Colombet2016-09-291-52/+35
* [RegisterBankInfo] Uniquely generate OperandsMapping.Quentin Colombet2016-09-281-8/+63
* [RegisterBankInfo] Rework the APIs of ValueMapping.Quentin Colombet2016-09-281-10/+12
* [RegisterBankInfo] Constify the member of the XXXMapping maps.Quentin Colombet2016-09-241-2/+2
* [RegisterBankInfo] Add statistics for dynamic value mappings.Quentin Colombet2016-09-241-0/+8
* [RegisterBankInfo] Uniquely generate ValueMapping.Quentin Colombet2016-09-241-11/+52
* [RegisterBankInfo] Keep valid pointers for PartialMappings.Quentin Colombet2016-09-241-4/+9
* [RegisterBankInfo] Add statistics for dynamic partial mappings.Quentin Colombet2016-09-231-0/+11
* [RegisterBankInfo] Mark the dump methods with LLVM_DUMP_METHOD.Quentin Colombet2016-09-231-4/+4
* [RegisterBankInfo] Check that the mapping covers the interesting bits.Quentin Colombet2016-09-231-2/+3
* [RegisterBankInfo] Use array instead of SmallVector for BreakDown.Quentin Colombet2016-09-231-32/+34
* [RegisterBankInfo] Move to statically allocated RegisterBank.Quentin Colombet2016-09-221-3/+8
* [RegisterBankInfo] Take advantage of the extra argument of SmallVector::resize.Quentin Colombet2016-09-221-3/+1
* [RegisterBankInfo] Adapt call to std::fill due to use of SmallVector.Quentin Colombet2016-09-191-1/+1
* [RegisterBankInfo] Avoid heap allocation in most cases.Quentin Colombet2016-09-191-1/+1
* [AArch64][GlobalISel] Test default regbank mapping for G_ICMP.Ahmed Bougacha2016-09-161-1/+1
* GlobalISel: remove "unsized" LLTTim Northover2016-09-151-1/+1
* GlobalISel: remove G_TYPE and G_PHITim Northover2016-09-091-2/+1
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-2/+3
* GlobalISel: use G_TYPE to annotate physregs with a type.Tim Northover2016-08-311-1/+2
* [GlobalISel] Introduce an instruction selector.Ahmed Bougacha2016-07-271-0/+19
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-201-33/+13
* [GlobalISel] Simplify more RegClassOrRegBank is+get. NFC.Ahmed Bougacha2016-07-191-5/+3
* [GlobalISel] Fix #include ordering/spacing. NFC.Ahmed Bougacha2016-07-141-2/+2
* [RegisterBankInfo] Avoid code duplication in OperandsMapper for the computati...Quentin Colombet2016-06-081-6/+17
* [RegisterBankInfo] Add dump/print methods for OperandsMapper.Quentin Colombet2016-06-081-2/+55
* [RegisterBankInfo] Implement the method to apply a mapping.Quentin Colombet2016-06-081-0/+27
* [RegisterBankInfo] Introduce OperandsMapper class.Quentin Colombet2016-06-081-0/+90
* [RegisterBankInfo] Move a hidden function into a static method. NFC.Quentin Colombet2016-06-081-24/+22
* Fix -Wunused-variable in non-asserts build.Eric Liu2016-04-221-0/+1
* Fix more -Wunused-variable in non-asserts build.David Blaikie2016-04-211-3/+2
* Fix some -Wunused-variable warnings in non-asserts builds.David Blaikie2016-04-211-5/+6
* [RegisterBankInfo] Change the API for the verify methods.Quentin Colombet2016-04-211-8/+12
* [RegisterBankInfo] Change the representation of the partial mappings.Quentin Colombet2016-04-211-30/+24
* [RegisterBankInfo] Do not provide a default mapping for non-reg of phiQuentin Colombet2016-04-121-0/+7
* [RegisterBankInfo] Change the implementation for the default mapping.Quentin Colombet2016-04-081-1/+14
* [RegisterBankInfo] Make the debug output more compact.Quentin Colombet2016-04-081-1/+1
* [RegisterBankInfo] Add print and dump method to the InstructionMappingQuentin Colombet2016-04-071-0/+16
* [RegisterBankInfo] Add print and dump method to the ValueMapping helperQuentin Colombet2016-04-071-0/+16
OpenPOWER on IntegriCloud