index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
RegisterInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
2012-08-15
1
-13
/
+2
*
Eliminate the large XXXSubRegTable constant arrays.
Jakob Stoklund Olesen
2012-07-27
1
-53
/
+31
*
Differentially encode all MC register lists.
Jakob Stoklund Olesen
2012-07-25
1
-44
/
+30
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-9
/
+54
*
Didn't mean to export this function.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+1
*
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-31
1
-0
/
+17
*
Print uint16_t numbers without a sign.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+1
*
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
1
-3
/
+75
*
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
1
-3
/
+16
*
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-16
1
-3
/
+2
*
TableGen'erate mapping physical registers to encoding values.
Jim Grosbach
2012-05-15
1
-4
/
+26
*
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
1
-51
/
+0
*
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
1
-34
/
+1
*
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
1
-4
/
+4
*
Emit SuperRegMasks as part of the existing SubClassMask arrays.
Jakob Stoklund Olesen
2012-05-03
1
-102
/
+83
*
Compress tables for getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
1
-19
/
+67
*
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-03
1
-42
/
+39
*
Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegCl...
Craig Topper
2012-04-21
1
-3
/
+0
*
TableGen'd RegPressure: Added getPressureSetName.
Andrew Trick
2012-04-20
1
-1
/
+13
*
tblgen: remove duplicated newlines.
Benjamin Kramer
2012-04-18
1
-1
/
+1
*
Move a few more warnings to use PrintWarning().
Jim Grosbach
2012-04-18
1
-2
/
+4
*
Formatting.
Jim Grosbach
2012-04-18
1
-3
/
+2
*
Tidy up. Add a '.' at the end of the sentence.
Jim Grosbach
2012-04-18
1
-1
/
+1
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
1
-14
/
+14
*
Tablegen'd regpressure: emit the weighted pressure limit.
Andrew Trick
2012-04-11
1
-1
/
+7
*
Added register unit sets to the target description.
Andrew Trick
2012-04-10
1
-0
/
+76
*
Tidy up spacing in some tablegen outputs.
Craig Topper
2012-04-03
1
-9
/
+7
*
Emit the LLVM<->DWARF register mapping as a sorted table and use binary searc...
Benjamin Kramer
2012-04-01
1
-43
/
+143
*
Reapply 153764 and 153761 with a fix.
Jakob Stoklund Olesen
2012-03-30
1
-101
/
+76
*
Revert 153764 and 153761. They broke a --enable-optimized --enable-assertions
Rafael Espindola
2012-03-30
1
-75
/
+101
*
Compress SimpleValueType lists by sharing.
Jakob Stoklund Olesen
2012-03-30
1
-20
/
+13
*
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
1
-81
/
+62
*
Add more constness to CodeGenRegisters.
Jakob Stoklund Olesen
2012-03-29
1
-2
/
+2
*
Add asserts to ensure that values will fit into the tables.
Craig Topper
2012-03-06
1
-1
/
+16
*
Shrink and reorder fields in MCRegisterClass to reduce size of static data.
Craig Topper
2012-03-05
1
-5
/
+5
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-7
/
+7
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-2
/
+2
*
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
1
-11
/
+11
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-2
/
+2
*
Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.
Benjamin Kramer
2012-03-01
1
-11
/
+0
*
Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.
Jim Grosbach
2012-03-01
1
-51
/
+56
*
Revert "Emit the SubRegTable with the smallest possible integer type."
Jim Grosbach
2012-03-01
1
-2
/
+2
*
Make TargetRegisterClasses non-virtual by making the only virtual function a ...
Benjamin Kramer
2012-03-01
1
-44
/
+41
*
Implement getSubRegIndex as a linear search on the SubRegTable instead of usi...
Benjamin Kramer
2012-02-29
1
-14
/
+6
*
Emit the SubRegTable with the smallest possible integer type.
Benjamin Kramer
2012-02-29
1
-2
/
+2
*
Tidy up. Spelling.
Jim Grosbach
2012-02-29
1
-2
/
+2
*
Move the subregister indicies enum into the REGINFO_ENUM section.
Jim Grosbach
2012-02-29
1
-15
/
+14
*
Switch TargetRegisterInfo::getSubReg() to use a lookup table.
Jim Grosbach
2012-02-29
1
-18
/
+34
*
Remove 'if' from getSuperRegisters, getSubRegisters, and getOverlaps that wer...
Craig Topper
2012-02-23
1
-1
/
+1
*
Declare register classes as const. Fix a couple pointers to register classes ...
Craig Topper
2012-02-22
1
-3
/
+4
[next]