aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/RegisterInfoEmitter.cpp
AgeCommit message (Expand)Author
2009-12-09Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar
2009-11-14Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng
2009-09-13eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-30Minor whitespace tidiness.Dan Gohman
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-04-30Slightly change TableGen's definition of a register subclass.Jakob Stoklund Olesen
2009-04-13Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman
2009-04-09Give register alias checking the hash table treatment too.Owen Anderson
2009-04-09Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...Owen Anderson
2009-04-03"This adds a getName() method to TargetRegisterClass, just like in TargetRegi...Chris Lattner
2009-01-22Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-09-11Indentation.Evan Cheng
2008-09-11Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng
2008-09-08Fix typos in (generated) comments.Dan Gohman
2008-08-26- small bug corrected: incorrect iterator type.Cedric Venet
2008-08-26stabilize more printing, this doesn't cause a problemChris Lattner
2008-08-26stablize SubRegsSet printing, part of PR2590Chris Lattner
2008-08-26Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner
2008-08-14Speed up addRegisterDead by adding more fast checks before performing the exp...Owen Anderson
2008-07-07TargetRegisterDesc::Name field is the same as the abstract register name. The...Evan Cheng
2008-07-01Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson
2008-07-01Use delete[] instead of free on an array created with new[].Owen Anderson
2008-07-01Implement suggestions from Chris:Owen Anderson
2008-07-01Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson
2008-06-30Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.Evan Cheng
2008-06-26Fixes the last x86-64 test failure in compat.exp:Dale Johannesen
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-15VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III
2008-04-15Sort sub-registers and super-registers lists according to super-sub register ...Evan Cheng
2008-03-25Add explicit keywords.Dan Gohman
2008-03-11emit an ID # for each regclass ID. Chris doesn't like to have to count.Chris Lattner
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-24Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-05change getQualifiedName to be a global function.Chris Lattner
2007-12-29remove attributions from utils.Chris Lattner
2007-11-13Add parameter to getDwarfRegNum to permit targetsDale Johannesen
2007-11-12Fix on 64-bit machines.Owen Anderson
2007-11-11Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov
2007-11-07Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen
2007-09-19Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-27VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III
2007-07-26Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb
2007-06-27One additional field in TargetRegisterDesc.Evan Cheng
2007-06-26Add immediate sub-registers.Evan Cheng