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
*
X86: Fix frameescape when not using an FP
Reid Kleckner
2015-03-24
1
-5
/
+5
*
Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
2015-03-12
1
-17
/
+21
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-3
/
+4
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-2
/
+3
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-0
/
+19
*
Target/X86: Save Win64 non-volatile registers in a Win64 ABI function.
Charles Davis
2015-02-27
1
-1
/
+11
*
[x32] Mark RBX as reserved when EBX is the base pointer.
Michael Kuperstein
2015-02-24
1
-1
/
+3
*
[x32] x32 should use ebx as the base pointer.
Michael Kuperstein
2015-02-24
1
-8
/
+9
*
X86: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+2
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-2
/
+3
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-3
/
+2
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-2
/
+3
*
Use 32-bit ebp for NaCl64 in a limited case: llvm.frameaddress.
Jan Wen Voung
2014-12-05
1
-0
/
+8
*
Fix a typo in a comment.
Craig Topper
2014-11-20
1
-1
/
+1
*
Remove unnecessary getTarget call now that the subtarget is cached
Eric Christopher
2014-09-03
1
-4
/
+2
*
[x32] Fix FrameIndex check in SelectLEA64_32Addr
Pavel Chupin
2014-08-20
1
-0
/
+6
*
[x32] Use ebp/esp as frame and stack pointer
Pavel Chupin
2014-08-07
1
-9
/
+7
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-10
/
+5
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+14
*
TargetRegisterInfo: Remove function that fell out of use years ago.
Benjamin Kramer
2014-07-09
1
-15
/
+0
*
Move X86RegisterInfo away from using the TargetMachine and only
Eric Christopher
2014-06-10
1
-21
/
+18
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-1
/
+0
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-1
/
+1
*
x86: Add missing break to getCallPreservedMask()
Duncan P. N. Exon Smith
2014-03-14
1
-0
/
+1
*
x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()
Duncan P. N. Exon Smith
2014-03-14
1
-4
/
+6
*
x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)
Duncan P. N. Exon Smith
2014-03-14
1
-0
/
+1
*
[Stackmaps] Move the target-independent frame index elimination for stackmaps...
Juergen Ributzka
2014-02-21
1
-0
/
+9
*
Add two new calling conventions for runtime calls
Juergen Ributzka
2014-01-17
1
-0
/
+12
*
[anyregcc] Fix callee-save mask for anyregcc
Juergen Ributzka
2014-01-11
1
-20
/
+30
*
[Stackmap] Only the AnyReg calling convention should preserve all registers.
Juergen Ributzka
2013-12-14
1
-5
/
+3
*
Revert the backend fatal error from r196939
Reid Kleckner
2013-12-10
1
-6
/
+0
*
Reland "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-12
/
+15
*
Revert "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-15
/
+12
*
Fix miscompile of MS inline assembly with stack realignment
Reid Kleckner
2013-12-10
1
-12
/
+15
*
The WebKit_JS CC preserves the same registers as the C CC.
Juergen Ributzka
2013-11-16
1
-0
/
+1
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-0
/
+6
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
1
-2
/
+2
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-8
/
+0
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-2
/
+3
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
1
-1
/
+0
*
Take advantage of the register enums being in order to remove a couple static...
Craig Topper
2013-07-26
1
-18
/
+4
*
I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...
Elena Demikhovsky
2013-07-24
1
-0
/
+28
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-3
/
+2
*
Don't assume the registers will be enumerated sequentially.
Chad Rosier
2013-05-29
1
-2
/
+5
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-8
/
+8
*
x86_64: designate most general purpose and SSE registers as callee save under...
Peter Collingbourne
2013-02-22
1
-21
/
+25
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-101
/
+0
[next]