summaryrefslogtreecommitdiff
path: root/utils/TableGen/RegisterInfoEmitter.cpp
Commit message (Expand)AuthorAge
* Indentation.Evan Cheng2008-09-11
* Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng2008-09-11
* Fix typos in (generated) comments.Dan Gohman2008-09-08
* - small bug corrected: incorrect iterator type.Cedric Venet2008-08-26
* stabilize more printing, this doesn't cause a problemChris Lattner2008-08-26
* stablize SubRegsSet printing, part of PR2590Chris Lattner2008-08-26
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-26
* Speed up addRegisterDead by adding more fast checks before performing the exp...Owen Anderson2008-08-14
* TargetRegisterDesc::Name field is the same as the abstract register name. The...Evan Cheng2008-07-07
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-01
* Use delete[] instead of free on an array created with new[].Owen Anderson2008-07-01
* Implement suggestions from Chris:Owen Anderson2008-07-01
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-01
* Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.Evan Cheng2008-06-30
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-26
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III2008-04-15
* Sort sub-registers and super-registers lists according to super-sub register ...Evan Cheng2008-04-15
* Add explicit keywords.Dan Gohman2008-03-25
* emit an ID # for each regclass ID. Chris doesn't like to have to count.Chris Lattner2008-03-11
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Some platforms use the same name for 32-bit and 64-bit registers (likeBill Wendling2008-02-24
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* change getQualifiedName to be a global function.Chris Lattner2008-01-05
* remove attributions from utils.Chris Lattner2007-12-29
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-13
* Fix on 64-bit machines.Owen Anderson2007-11-12
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-07
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-19
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...Chuck Rose III2007-07-27
* Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb2007-07-26
* One additional field in TargetRegisterDesc.Evan Cheng2007-06-27
* Add immediate sub-registers.Evan Cheng2007-06-26
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-13
* Patches by Chuck Rose to unbreak V Studio builds.Bill Wendling2007-06-04
* Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman2007-06-04
* A bit of feedback from Chris that I missed; error rather than asserting.Nate Begeman2007-05-01
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-01
* Bug fix; add super-registers sets.Evan Cheng2007-04-21
* Add sub-registers sets.Evan Cheng2007-04-20
* emit an enum value for the # of target registers.Chris Lattner2007-02-26
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-21
* Make sub- and super- register classes const.Evan Cheng2006-07-19
* Make sub- super- reg-class tables static.Evan Cheng2006-07-18
* Allow more use of iPTR in patterns.Evan Cheng2006-06-15
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24