index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
RegisterInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
VisualStudio project files updated. #include <algorithm> added to make Visua...
Chuck Rose III
2008-04-15
1
-0
/
+1
*
Sort sub-registers and super-registers lists according to super-sub register ...
Evan Cheng
2008-04-15
1
-2
/
+27
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-1
/
+1
*
emit an ID # for each regclass ID. Chris doesn't like to have to count.
Chris Lattner
2008-03-11
1
-1
/
+1
*
Rename PrintableName to Name.
Bill Wendling
2008-02-26
1
-4
/
+4
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-2
/
+2
*
Some platforms use the same name for 32-bit and 64-bit registers (like
Bill Wendling
2008-02-24
1
-1
/
+11
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-3
/
+3
*
change getQualifiedName to be a global function.
Chris Lattner
2008-01-05
1
-10
/
+8
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
1
-1
/
+1
*
Fix on 64-bit machines.
Owen Anderson
2007-11-12
1
-1
/
+1
*
Use TableGen to emit information for dwarf register numbers.
Anton Korobeynikov
2007-11-11
1
-14
/
+53
*
Interchange Dwarf numbers of ESP and EBP on x86 Darwin.
Dale Johannesen
2007-11-07
1
-1
/
+1
*
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-09-19
1
-2
/
+4
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-1
/
+1
*
VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...
Chuck Rose III
2007-07-27
1
-2
/
+2
*
Have register info provide the inverse mapping of register->superregisters. P...
Christopher Lamb
2007-07-26
1
-3
/
+43
*
One additional field in TargetRegisterDesc.
Evan Cheng
2007-06-27
1
-1
/
+1
*
Add immediate sub-registers.
Evan Cheng
2007-06-26
1
-0
/
+21
*
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-13
1
-0
/
+39
*
Patches by Chuck Rose to unbreak V Studio builds.
Bill Wendling
2007-06-04
1
-0
/
+1
*
Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
Dan Gohman
2007-06-04
1
-1
/
+1
*
A bit of feedback from Chris that I missed; error rather than asserting.
Nate Begeman
2007-05-01
1
-2
/
+5
*
llvm bug #1350, parts 1, 2, and 3.
Nate Begeman
2007-05-01
1
-0
/
+36
*
Bug fix; add super-registers sets.
Evan Cheng
2007-04-21
1
-11
/
+58
*
Add sub-registers sets.
Evan Cheng
2007-04-20
1
-6
/
+61
*
emit an enum value for the # of target registers.
Chris Lattner
2007-02-26
1
-2
/
+2
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-6
/
+7
*
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
1
-1
/
+11
*
Make sub- and super- register classes const.
Evan Cheng
2006-07-19
1
-4
/
+5
*
Make sub- super- reg-class tables static.
Evan Cheng
2006-07-18
1
-3
/
+6
*
Allow more use of iPTR in patterns.
Evan Cheng
2006-06-15
1
-1
/
+1
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.
Evan Cheng
2006-05-18
1
-32
/
+0
*
Also add super- register classes info.
Evan Cheng
2006-05-11
1
-0
/
+38
*
Add sub-register class information.
Evan Cheng
2006-05-09
1
-3
/
+49
*
Add dwarf register numbering to register data.
Jim Laskey
2006-03-24
1
-1
/
+18
*
This gets most of the backends building with HP HappyC++.
Duraid Madina
2005-12-27
1
-1
/
+2
*
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
Nate Begeman
2005-12-01
1
-2
/
+19
*
Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :)
Chris Lattner
2005-10-28
1
-10
/
+9
*
Emit the value type for each register class.
Chris Lattner
2005-10-02
1
-3
/
+4
*
Rename MRegisterDesc -> TargetRegisterDesc for consistency
Chris Lattner
2005-09-30
1
-1
/
+1
*
remove some more initializers
Chris Lattner
2005-09-30
1
-1
/
+1
*
trim down the target info structs now that we have a preferred spill register...
Chris Lattner
2005-09-30
1
-17
/
+2
*
Compute a preferred spill register class for each callee-save register
Chris Lattner
2005-09-30
1
-1
/
+24
*
allow regs to be in multiple reg classes
Chris Lattner
2005-09-30
1
-18
/
+2
*
Expose the derived register classes to the public header, allowing them
Chris Lattner
2005-08-19
1
-22
/
+23
*
Split register class "Methods" into MethodProtos and MethodBodies
Chris Lattner
2005-08-19
1
-1
/
+2
*
Refactor to use Target.getRegisterClasses consistently, which provides
Chris Lattner
2005-08-19
1
-31
/
+41
[next]