index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
RegisterInfoEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-01-22
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2008-10-17
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-09-11
Indentation.
Evan Cheng
2008-09-11
Change getSubReg semantics. It now returns zero if the specified register doe...
Evan Cheng
2008-09-08
Fix typos in (generated) comments.
Dan Gohman
2008-08-26
- small bug corrected: incorrect iterator type.
Cedric Venet
2008-08-26
stabilize more printing, this doesn't cause a problem
Chris Lattner
2008-08-26
stablize SubRegsSet printing, part of PR2590
Chris Lattner
2008-08-26
Stabilize 'getDwarfRegNumFull' output to not depend on random memory
Chris Lattner
2008-08-14
Speed up addRegisterDead by adding more fast checks before performing the exp...
Owen Anderson
2008-07-07
TargetRegisterDesc::Name field is the same as the abstract register name. The...
Evan Cheng
2008-07-01
Make the subregister hashtable output more readable by wrapping the lines,
Owen Anderson
2008-07-01
Use delete[] instead of free on an array created with new[].
Owen Anderson
2008-07-01
Implement suggestions from Chris:
Owen Anderson
2008-07-01
Replace the dynamically computed std::set lookup method for subregisters with...
Owen Anderson
2008-06-30
Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.
Evan Cheng
2008-06-26
Fixes the last x86-64 test failure in compat.exp:
Dale Johannesen
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-15
VisualStudio project files updated. #include <algorithm> added to make Visua...
Chuck Rose III
2008-04-15
Sort sub-registers and super-registers lists according to super-sub register ...
Evan Cheng
2008-03-25
Add explicit keywords.
Dan Gohman
2008-03-11
emit an ID # for each regclass ID. Chris doesn't like to have to count.
Chris Lattner
2008-02-26
Rename PrintableName to Name.
Bill Wendling
2008-02-26
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-24
Some platforms use the same name for 32-bit and 64-bit registers (like
Bill Wendling
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-05
change getQualifiedName to be a global function.
Chris Lattner
2007-12-29
remove attributions from utils.
Chris Lattner
2007-11-13
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-12
Fix on 64-bit machines.
Owen Anderson
2007-11-11
Use TableGen to emit information for dwarf register numbers.
Anton Korobeynikov
2007-11-07
Interchange Dwarf numbers of ESP and EBP on x86 Darwin.
Dale Johannesen
2007-09-19
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-27
VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...
Chuck Rose III
2007-07-26
Have register info provide the inverse mapping of register->superregisters. P...
Christopher Lamb
2007-06-27
One additional field in TargetRegisterDesc.
Evan Cheng
2007-06-26
Add immediate sub-registers.
Evan Cheng
2007-06-13
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-04
Patches by Chuck Rose to unbreak V Studio builds.
Bill Wendling
2007-06-04
Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
Dan Gohman
2007-05-01
A bit of feedback from Chris that I missed; error rather than asserting.
Nate Begeman
2007-05-01
llvm bug #1350, parts 1, 2, and 3.
Nate Begeman
2007-04-21
Bug fix; add super-registers sets.
Evan Cheng
2007-04-20
Add sub-registers sets.
Evan Cheng
2007-02-26
emit an enum value for the # of target registers.
Chris Lattner
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-07-21
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-19
Make sub- and super- register classes const.
Evan Cheng
2006-07-18
Make sub- super- reg-class tables static.
Evan Cheng
[next]