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: 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
*
getX86SubSuperRegister has a special mode with High=true for i64 which
Eli Bendersky
2013-02-21
1
-17
/
+9
*
[ms-inline asm] Make the comment a bit more verbose.
Chad Rosier
2013-02-20
1
-2
/
+6
*
[ms-inline asm] Force the use of a base pointer if the MachineFunction includes
Chad Rosier
2013-02-19
1
-2
/
+4
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-15
/
+10
*
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
1
-4
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
1
-3
/
+5
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.
Chad Rosier
2012-11-26
1
-43
/
+0
*
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-16
1
-2
/
+9
*
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
1
-0
/
+21
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
1
-0
/
+5
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+3
*
Add register encoding support in X86 backend
Michael Liao
2012-10-04
1
-17
/
+1
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
1
-7
/
+8
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Add missing space before {. No functionality change.
Nick Lewycky
2012-09-09
1
-1
/
+1
*
Whitespace.
Chad Rosier
2012-08-01
1
-2
/
+2
*
[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.
Chad Rosier
2012-07-31
1
-2
/
+4
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
1
-10
/
+51
*
Temporarily revert r158087.
Chandler Carruth
2012-06-18
1
-50
/
+10
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
1
-10
/
+50
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-5
/
+4
*
Put the shiny new MCSubRegIterator to work.
Chad Rosier
2012-06-01
1
-8
/
+6
*
s/CSR_Ghc/CSR_NoRegs/
Jakob Stoklund Olesen
2012-05-08
1
-2
/
+2
[prev]
[next]