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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-19
1
-114
/
+6
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-1
/
+1
*
For 64-bit the rest of the general regs are ok for the q constraint. Make
Eric Christopher
2011-12-01
1
-1
/
+17
*
Prevent potential NOREX bug.
Jakob Stoklund Olesen
2011-10-08
1
-0
/
+11
*
Override TRI::getSubClassWithSubReg for X86.
Jakob Stoklund Olesen
2011-10-05
1
-0
/
+12
*
Store sub-class lists as a bit vector.
Jakob Stoklund Olesen
2011-09-30
1
-1
/
+1
*
Fix PR10884.
Bruno Cardoso Lopes
2011-09-16
1
-1
/
+1
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-1
/
+0
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-133
/
+8
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-1
/
+0
*
Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32...
Eli Friedman
2011-07-14
1
-1
/
+2
*
Add an assert (which should never trigger) that triggers on a testcase I'm lo...
Eli Friedman
2011-07-13
1
-1
/
+3
*
Constify getCompactUnwindRegNum.
Bill Wendling
2011-07-06
1
-2
/
+2
*
Use the correct registers on X86_64.
Bill Wendling
2011-06-30
1
-4
/
+4
*
Add target a target hook to get the register number used by the compact unwind
Bill Wendling
2011-06-30
1
-0
/
+15
*
Always adjust the stack pointer immediately after the call.
Jakob Stoklund Olesen
2011-06-29
1
-0
/
+7
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-11
/
+5
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
1
-12
/
+0
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
1
-1
/
+4
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-3
/
+4
*
Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about...
Evan Cheng
2011-06-23
1
-3
/
+4
*
SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode.
Jakob Stoklund Olesen
2011-06-17
1
-2
/
+9
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-0
/
+19
*
Use TRI::has{Sub,Super}ClassEq() where possible.
Jakob Stoklund Olesen
2011-06-02
1
-2
/
+1
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
1
-10
/
+21
*
Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...
Cameron Zwarich
2011-05-27
1
-1
/
+8
*
Add a method to TargetRegisterInfo to get the register number that the Win64 EH
Charles Davis
2011-05-24
1
-0
/
+21
*
Reserve the segment registers on x86 to fix verifier failures in any code that
Cameron Zwarich
2011-05-18
1
-0
/
+9
*
Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi.
Jakob Stoklund Olesen
2011-05-04
1
-13
/
+8
*
Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...
Jakob Stoklund Olesen
2011-04-26
1
-0
/
+27
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-10
1
-1
/
+1
*
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
1
-1
/
+1
*
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
1
-1
/
+1
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
1
-0
/
+20
*
Target/X86: Tweak win64's tailcall.
NAKAMURA Takumi
2011-01-26
1
-0
/
+6
*
lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.
NAKAMURA Takumi
2011-01-26
1
-3
/
+3
*
lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
NAKAMURA Takumi
2011-01-26
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-7
/
+7
*
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2011-01-08
1
-4
/
+4
*
Code clean up. No functionality change.
Evan Cheng
2010-12-23
1
-49
/
+48
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
1
-40
/
+0
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-36
/
+1
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-16
/
+0
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-30
/
+19
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-660
/
+1
*
Fix obvious mistake pointed out by Michael Spencer.
Jakob Stoklund Olesen
2010-10-07
1
-1
/
+1
*
Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass.
Jakob Stoklund Olesen
2010-10-06
1
-1
/
+6
[next]