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
/
lib
/
Target
/
X86
/
X86RegisterInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-18
/
+26
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-19
/
+22
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-4
/
+8
*
I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...
Elena Demikhovsky
2013-07-24
1
-17
/
+65
*
X86: sub_xmm registers are 128 bits wide.
Ahmed Bougacha
2013-06-03
1
-1
/
+1
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-5
/
+5
*
Add register encoding support in X86 backend
Michael Liao
2012-10-04
1
-245
/
+251
*
Remove the X86 sub_ss and sub_sd sub-register indexes completely.
Jakob Stoklund Olesen
2012-07-26
1
-6
/
+1
*
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
1
-78
/
+19
*
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-27
1
-0
/
+7
*
Remove the YMM_HI_6_15 hack.
Jakob Stoklund Olesen
2012-02-16
1
-7
/
+0
*
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
1
-0
/
+7
*
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-18
1
-1
/
+1
*
Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...
Craig Topper
2011-10-07
1
-14
/
+4
*
Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...
Craig Topper
2011-10-06
1
-0
/
+17
*
Add v16i16 type to VR256 class
Bruno Cardoso Lopes
2011-07-21
1
-2
/
+2
*
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
1
-9
/
+16
*
Switch x86 to using AltOrders instead of MethodBodies.
Jakob Stoklund Olesen
2011-06-18
1
-67
/
+6
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-60
/
+41
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-200
/
+2
*
Flag unallocatable register classes instead of giving them empty
Jakob Stoklund Olesen
2011-06-02
1
-20
/
+2
*
Introduce the DwarfRegAlias class for declaring that two registers have the
Rafael Espindola
2011-05-30
1
-16
/
+16
*
Mark the 32 bit registers as invalid in 64 bit mode. In 64 bit mode they are
Rafael Espindola
2011-05-30
1
-9
/
+9
*
Add 132187 back now that the real problem is fixed.
Rafael Espindola
2011-05-28
1
-45
/
+45
*
It looks like 132187 might have broken the llvm-gcc bootstrap. Revert while I...
Rafael Espindola
2011-05-27
1
-45
/
+45
*
Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...
Cameron Zwarich
2011-05-27
1
-1
/
+9
*
Delete MethodBodies that only filtered reserved registers.
Jakob Stoklund Olesen
2011-05-27
1
-111
/
+0
*
Remove dwarf numbers from subregs. We should use DW_OP_bit_piece to
Rafael Espindola
2011-05-27
1
-45
/
+45
*
Fix PR9978 by adding RIP to GR64_TC so it can be used as an address in PIC co...
Cameron Zwarich
2011-05-21
1
-1
/
+1
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
1
-7
/
+13
*
Target/X86: Tweak win64's tailcall.
NAKAMURA Takumi
2011-01-26
1
-0
/
+3
*
Fix whitespace.
NAKAMURA Takumi
2011-01-26
1
-12
/
+12
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-10
/
+10
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-23
/
+23
*
random acts of tidiness.
Chris Lattner
2010-11-14
1
-10
/
+5
*
lets go all meta and define new X86 type wrappers that declare the associated
Chris Lattner
2010-10-06
1
-22
/
+12
*
associate the instruction suffix letter with the integer gpr
Chris Lattner
2010-10-05
1
-12
/
+22
*
Massive rewrite of MMX:
Dale Johannesen
2010-09-30
1
-1
/
+1
*
fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"
Chris Lattner
2010-09-22
1
-2
/
+10
*
Make %EFLAGS unallocatable.
Jakob Stoklund Olesen
2010-08-31
1
-0
/
+11
*
Support x86 "eiz" and "riz" pseudo index registers in the assembler.
Bruno Cardoso Lopes
2010-07-24
1
-0
/
+4
*
Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!
Bruno Cardoso Lopes
2010-07-19
1
-1
/
+1
*
Declare YMM subregisters in the right way! Thanks Jakob
Bruno Cardoso Lopes
2010-07-09
1
-2
/
+1
*
Start the support for AVX instructions with 256-bit %ymm registers. A couple of
Bruno Cardoso Lopes
2010-07-09
1
-8
/
+25
*
rip out even more sporadic v2f32 support.
Chris Lattner
2010-07-05
1
-1
/
+1
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-71
/
+16
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-16
/
+71
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-71
/
+16
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
1
-8
/
+8
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-63
/
+63
[next]