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
/
lib
/
Target
/
X86
/
X86RegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-3
/
+3
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
Recommit r358887 "[TargetLowering][AMDGPU][X86] Improve SimplifyDemandedBits ...
Craig Topper
2019-05-13
1
-0
/
+5
*
[X86] Make X86RegisterInfo(const Triple &TT) constructor explicit.
Simon Pilgrim
2019-05-05
1
-1
/
+1
*
Fix the lowering issue of intrinsics llvm.localaddress on X86
Craig Topper
2019-02-08
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
Jonas Paulsson
2018-10-05
1
-2
/
+0
*
[X86] Handle COPYs of physregs better (regalloc hints)
Simon Pilgrim
2018-09-19
1
-0
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
Matthias Braun
2017-04-19
1
-0
/
+5
*
Target: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
[AVX-512] Replace get512BitSuperRegister with calls to TargetRegisterInfo::ge...
Craig Topper
2016-09-25
1
-3
/
+0
*
[AVX-512] Teach X86InstrInfo::copyPhysReg to use a 512-bit move if XMM16-XMM3...
Craig Topper
2016-09-20
1
-0
/
+3
*
[AVX-512] Simplify X86InstrInfo::copyPhysReg for 128/256-bit vectors with AVX...
Craig Topper
2016-09-05
1
-3
/
+0
*
CXX_FAST_TLS calling convention: performance improvement for x86-64.
Manman Ren
2016-01-12
1
-0
/
+2
*
[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetDesc.cpp so it can be u...
Craig Topper
2015-12-25
1
-10
/
+0
*
[X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...
Craig Topper
2015-12-25
1
-3
/
+3
*
findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers
2015-11-23
1
-0
/
+5
*
[TLS on Darwin] use a different mask for tls calls on x86-64.
Manman Ren
2015-11-12
1
-0
/
+4
*
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
2015-11-06
1
-1
/
+1
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-3
/
+1
*
X86: Rework inline asm integer register specification.
Matthias Braun
2015-06-29
1
-3
/
+8
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[Stackmaps][X86] Remove EFLAGS and IP registers from the live-out mask.
Juergen Ributzka
2015-06-11
1
-0
/
+2
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+2
*
Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
2015-03-12
1
-6
/
+1
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-3
/
+1
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-2
/
+3
*
Use 32-bit ebp for NaCl64 in a limited case: llvm.frameaddress.
Jan Wen Voung
2014-12-05
1
-0
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
TargetRegisterInfo: Remove function that fell out of use years ago.
Benjamin Kramer
2014-07-09
1
-4
/
+0
*
Move X86RegisterInfo away from using the TargetMachine and only
Eric Christopher
2014-06-10
1
-3
/
+3
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
[C++11] Mark more classes in the X86 target as 'final'.
Craig Topper
2014-03-31
1
-1
/
+1
*
x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)
Duncan P. N. Exon Smith
2014-03-14
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-17
/
+21
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-4
/
+0
*
I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...
Elena Demikhovsky
2013-07-24
1
-0
/
+3
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-4
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-1
/
+2
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
1
-0
/
+1
*
Add register encoding support in X86 backend
Michael Liao
2012-10-04
1
-4
/
+0
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
1
-2
/
+2
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
1
-0
/
+8
*
Temporarily revert r158087.
Chandler Carruth
2012-06-18
1
-8
/
+0
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
1
-0
/
+8
[next]