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
/
X86FrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
1
-116
/
+3
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
1
-3
/
+116
*
[X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.
whitequark
2017-06-23
1
-2
/
+5
*
[X86] Add support for "probe-stack" attribute
whitequark
2017-06-22
1
-18
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
X86FrameLowering: No need to mark FP as live-in everywhere
Matthias Braun
2017-05-31
1
-7
/
+2
*
Mark functions as not having CFI once we finalize an x86 stack frame
Reid Kleckner
2017-05-03
1
-0
/
+4
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-5
/
+6
*
X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
Matthias Braun
2017-04-24
1
-8
/
+9
*
Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC"
Matthias Braun
2017-04-21
1
-9
/
+8
*
X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
Matthias Braun
2017-04-20
1
-8
/
+9
*
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
Matthias Braun
2017-04-19
1
-6
/
+3
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
1
-2
/
+2
*
x86 interrupt calling convention: re-align stack pointer on 64-bit if an erro...
Amjad Aboud
2017-04-03
1
-0
/
+10
*
[X86] Emit fewer instructions to allocate >16GB stack frames
Reid Kleckner
2017-03-17
1
-37
/
+66
*
[framelowering] Skip dbg values when getting next/previous instruction.
Florian Hahn
2017-01-04
1
-8
/
+14
*
Revert r290423 because it broke the sanitizer-x86_64-linux-autoconf buildbot.
Florian Hahn
2016-12-23
1
-5
/
+0
*
[framelowering] Skip dbg values when getting next/previous instruction.
Florian Hahn
2016-12-23
1
-0
/
+5
*
[framelowering] Improve tracking of first CS pop instruction.
Florian Hahn
2016-12-06
1
-5
/
+8
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-9
/
+6
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-6
/
+9
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-9
/
+6
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
Fix spelling mistakes in X86 target comments. NFC.
Simon Pilgrim
2016-11-17
1
-1
/
+1
*
Fix for PR30687. Avoid dereferencing MBB.end().
Reid Kleckner
2016-10-13
1
-21
/
+18
*
Win64: Don't emit unwind info for "leaf" functions (PR30337)
Hans Wennborg
2016-09-22
1
-3
/
+13
*
[X86] Tighten up a comment which confused x64 ABI terminology.
David Majnemer
2016-09-09
1
-3
/
+3
*
Fix more dereferenced end() iterators after r278532
Hans Wennborg
2016-08-13
1
-2
/
+4
*
X86: Fix another dereferenced end() iterator after r278532
Hans Wennborg
2016-08-12
1
-1
/
+1
*
X86: Stop dereferencing end() in X86FrameLowering::emitEpilogue
Duncan P. N. Exon Smith
2016-08-12
1
-5
/
+7
*
X86: Use operator lookup for operator==, NFC
Duncan P. N. Exon Smith
2016-08-11
1
-2
/
+2
*
Revert "[X86] Support the "ms-hotpatch" attribute."
Charles Davis
2016-08-08
1
-7
/
+1
*
[X86] Support the "ms-hotpatch" attribute.
Charles Davis
2016-08-08
1
-1
/
+7
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-67
/
+67
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-0
/
+1
*
X86: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-7
/
+7
*
[X86] Fix tailcall return address clobber bug.
Quentin Colombet
2016-07-11
1
-8
/
+18
*
Do not count debug instructions when counting number of uses to reorder frame...
Dehao Chen
2016-07-01
1
-0
/
+2
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
X86FrameLowering: Check subregs when deciding prolog kill flags
Matthias Braun
2016-06-28
1
-3
/
+15
*
[X86] Extract HiPE prologue constants into metadata
Michael Kuperstein
2016-06-23
1
-3
/
+31
*
NFC; refactor getFrameIndexReferenceFromSP
Sanjoy Das
2016-06-16
1
-13
/
+11
*
Push a dependent computation into the assert that uses it; NFC
Sanjoy Das
2016-06-15
1
-5
/
+3
*
Fix unused variable warning; NFC
Sanjoy Das
2016-06-15
1
-0
/
+2
*
Don't force SP-relative addressing for statepoints
Sanjoy Das
2016-06-15
1
-49
/
+53
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-16
/
+18
*
Assure calling "cld" instruction in prologue of X86 interrupt handler function.
Amjad Aboud
2016-05-13
1
-0
/
+12
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-2
/
+2
*
[X86] Make sure it is safe to clobber EFLAGS, if need be, when choosing
Quentin Colombet
2016-04-26
1
-0
/
+6
*
X86: Use a callee save register for the swiftself parameter.
Matthias Braun
2016-04-13
1
-3
/
+12
[next]