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
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
2006-06-15
Allow more use of iPTR in patterns.
Evan Cheng
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-18
Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.
Evan Cheng
2006-05-11
Also add super- register classes info.
Evan Cheng
2006-05-09
Add sub-register class information.
Evan Cheng
2006-03-24
Add dwarf register numbering to register data.
Jim Laskey
2005-12-27
This gets most of the backends building with HP HappyC++.
Duraid Madina
2005-12-01
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
Nate Begeman
2005-10-28
Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :)
Chris Lattner
2005-10-02
Emit the value type for each register class.
Chris Lattner
2005-09-30
Rename MRegisterDesc -> TargetRegisterDesc for consistency
Chris Lattner
2005-09-30
remove some more initializers
Chris Lattner
2005-09-30
trim down the target info structs now that we have a preferred spill register...
Chris Lattner
2005-09-30
Compute a preferred spill register class for each callee-save register
Chris Lattner
2005-09-30
allow regs to be in multiple reg classes
Chris Lattner
2005-08-19
Expose the derived register classes to the public header, allowing them
Chris Lattner
2005-08-19
Split register class "Methods" into MethodProtos and MethodBodies
Chris Lattner
2005-08-19
Refactor to use Target.getRegisterClasses consistently, which provides
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-09-14
Revamp the Register class, and allow the use of the RegisterGroup class to
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-21
Make alignment be in bits, just like size is
Chris Lattner
2004-08-21
Infer the spillsize/alignment of a register based on the register classes
Chris Lattner
2004-08-21
Support "Methods" in register classes in CodgeGenRegisterClass
Chris Lattner
2004-08-21
Start parsing register classes into a more structured form
Chris Lattner
2004-08-17
Do not #include files into the llvm namespace
Chris Lattner
2004-08-16
Use CodeGenRegister class to make reading in of register information more
Chris Lattner
2004-08-15
Remove awareness of isDummyClass
Chris Lattner
2004-08-01
Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)
Chris Lattner
2004-08-01
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header.
John Criswell
[next]