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
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-40
/
+51
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-58
/
+65
*
(this is a corrected patch)
Yaron Keren
2013-10-23
1
-1
/
+1
*
Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...
Rafael Espindola
2013-10-23
1
-1
/
+1
*
Calling _chkstk is required on ELF as well as COFF on Windows.
Yaron Keren
2013-10-23
1
-1
/
+1
*
Revert r190366. It was breaking build bots.
Bill Wendling
2013-09-10
1
-1
/
+1
*
Use a default value for the prologue's debug location.
Bill Wendling
2013-09-09
1
-1
/
+1
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-273
/
+0
*
WIP: Refactor some code so that it can be called by more than just one method...
Bill Wendling
2013-09-03
1
-60
/
+71
*
Constify the function parameters.
Bill Wendling
2013-08-15
1
-2
/
+2
*
X86: correct tail return address calculation
Tim Northover
2013-08-04
1
-2
/
+2
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-08
1
-5
/
+8
*
Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
2013-07-08
1
-8
/
+5
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-07
1
-5
/
+8
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-2
/
+2
*
Remove addFrameMove.
Rafael Espindola
2013-05-16
1
-20
/
+15
*
Delete dead code.
Rafael Espindola
2013-05-16
1
-1
/
+2
*
Delete dead code.
Rafael Espindola
2013-05-15
1
-19
/
+9
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
1
-10
/
+8
*
Generate a compact unwind encoding in the face of a stack alignment push.
Bill Wendling
2013-05-09
1
-0
/
+6
*
Simplify the code a bit.
Bill Wendling
2013-05-09
1
-19
/
+10
*
Use an enum instead of magic constants to improve readability.
Bill Wendling
2013-04-19
1
-14
/
+15
*
Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...
Bill Wendling
2013-04-18
1
-9
/
+9
*
Re-format comments (and check commit access)
Yiannis Tsiouris
2013-02-28
1
-17
/
+15
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-2
/
+83
*
Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.
Benjamin Kramer
2013-02-19
1
-43
/
+47
*
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
NAKAMURA Takumi
2013-02-18
1
-1
/
+1
*
X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2013-02-18
1
-2
/
+1
*
Fix a 32/64 bit incompatibility in the HiPE prologue generation.
Benjamin Kramer
2013-02-18
1
-1
/
+1
*
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
1
-5
/
+155
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
1
-1
/
+1
*
This is a follow-up on r174446, now taking Atom processors into
Eli Bendersky
2013-02-06
1
-6
/
+6
*
Make sure the correct opcodes are used to SUB and ADD the stack
Eli Bendersky
2013-02-05
1
-13
/
+18
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
Rename a function.
Nadav Rotem
2012-12-23
1
-4
/
+4
*
In some cases, due to scheduling constraints we copy the EFLAGS.
Nadav Rotem
2012-12-21
1
-1
/
+19
*
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
1
-1
/
+1
*
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
-4
/
+4
*
Clean up where SlotSize should be used instead of pointer size.
Michael Liao
2012-10-25
1
-4
/
+3
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-2
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-2
/
+2
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-2
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
1
-2
/
+0
*
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
[next]