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
/
X86FrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert 165051-165049 while looking into the foreach.m failure in
Eric Christopher
2012-10-03
1
-10
/
+7
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
1
-0
/
+2
*
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
1
-2
/
+0
*
Use the existing DebugLoc.
Eric Christopher
2012-10-02
1
-1
/
+1
*
Make the location a parameter since we may not want the next one
Eric Christopher
2012-10-02
1
-7
/
+10
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
With r160248 in place this code is no longer needed.
Chad Rosier
2012-07-16
1
-2
/
+0
*
This CL changes the function prologue and epilogue emitted on X86 when stack ...
Alexey Samsonov
2012-07-16
1
-53
/
+47
*
Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to
Chad Rosier
2012-07-10
1
-2
/
+2
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
1
-4
/
+47
*
Make X86 call and return instructions non-variadic.
Jakob Stoklund Olesen
2012-07-04
1
-2
/
+1
*
Functions calling __builtin_eh_return must have a frame pointer.
Jakob Stoklund Olesen
2012-06-22
1
-1
/
+1
*
Temporarily revert r158087.
Chandler Carruth
2012-06-18
1
-35
/
+4
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
1
-4
/
+35
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-2
/
+2
*
Use uint16_t to store register number in static tables to match other tables.
Craig Topper
2012-05-24
1
-7
/
+7
*
Tidy up naming for consistency and other cleanup. No functional change inten...
Chad Rosier
2012-05-23
1
-10
/
+9
*
X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...
Alexey Samsonov
2012-05-01
1
-0
/
+12
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-5
/
+5
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.
Evan Cheng
2012-02-07
1
-20
/
+42
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-20
/
+14
*
Fix off-by-one error.
Bill Wendling
2012-01-13
1
-1
/
+1
*
Fix the code that was WRONG.
Bill Wendling
2012-01-12
1
-13
/
+6
*
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
1
-2
/
+8
*
Support segmented stacks on win32.
Rafael Espindola
2012-01-12
1
-7
/
+17
*
After Jakob's r147938 exception handling on i386 was completely broken.
Benjamin Kramer
2012-01-12
1
-0
/
+7
*
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
1
-15
/
+68
*
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
1
-1
/
+2
*
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
1
-1
/
+1
*
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
1
-3
/
+3
*
Fix undefined code and reenable test case.
Jakob Stoklund Olesen
2012-01-11
1
-2
/
+2
*
The saved registers weren't being processed in the correct order. This lead to
Bill Wendling
2011-12-14
1
-11
/
+14
*
Adjust the stack by one pointer size for all frameless stacks.
Bill Wendling
2011-12-07
1
-1
/
+2
*
Fix off-by-one error when encoding the stack size for a frameless stack.
Bill Wendling
2011-12-07
1
-1
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Explicitly check for the different SUB instructions.
Bill Wendling
2011-12-06
1
-5
/
+2
*
Encode the total stack if there isn't a frame.
Bill Wendling
2011-12-06
1
-2
/
+3
*
* Add a macro to remove a magic number.
Bill Wendling
2011-12-06
1
-30
/
+35
*
Check the correct value for small stack sizes. Also modify some comments.
Bill Wendling
2011-12-06
1
-5
/
+8
*
For a small sized stack, we encode that value directly with no "stack adjust"...
Bill Wendling
2011-12-06
1
-1
/
+3
*
Add a comment.
Bill Wendling
2011-12-06
1
-0
/
+3
*
The compact encoding of the registers are 3-bits each. Make sure we shift the
Bill Wendling
2011-12-06
1
-2
/
+4
*
Check for stack space more intelligently.
Sanjoy Das
2011-12-03
1
-4
/
+16
*
Fix a bug in the x86-32 code generated for segmented stacks.
Sanjoy Das
2011-12-03
1
-8
/
+0
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-5
/
+5
*
Dummy commit to check commit access.
Sanjoy Das
2011-12-01
1
-1
/
+1
*
If we have to reset the calculation of the compact encoding, then also reset the
Bill Wendling
2011-11-11
1
-0
/
+1
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
1
-21
/
+5
*
Fix a bunch of unused variable warnings when doing a release
Duncan Sands
2011-10-18
1
-4
/
+2
[prev]
[next]