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
*
[X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...
Scott Constable
2020-06-24
1
-5
/
+5
*
[X86] [Win64] Avoid truncating large (> 32 bit) stack allocations
Martin Storsjö
2019-11-27
1
-1
/
+1
*
[WinEH] Fix the wrong alignment orientation during calculating EH frame.
Wang, Pengfei
2019-11-15
1
-1
/
+1
*
X86FrameLowering - fix bool to unsigned cast static analyzer warnings. NFCI.
Simon Pilgrim
2019-11-07
1
-7
/
+7
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-9
/
+5
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-2
/
+2
*
[X86] Add new calling convention that guarantees tail call optimization
Reid Kleckner
2019-10-07
1
-1
/
+2
*
Hide implementation details in namespaces.
Benjamin Kramer
2019-09-17
1
-2
/
+2
*
Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-09-03
1
-1
/
+1
*
[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-08-30
1
-1
/
+1
*
[X86] Don't emit unreachable stack adjustments
Reid Kleckner
2019-08-29
1
-2
/
+14
*
[WinEH] Allocate space in funclets stack to save XMM CSRs
Pengfei Wang
2019-08-27
1
-6
/
+38
*
Revert [WinEH] Allocate space in funclets stack to save XMM CSRs
Reid Kleckner
2019-08-20
1
-118
/
+26
*
[X86] Use Register/MCRegister in more places in X86
Craig Topper
2019-08-16
1
-6
/
+6
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-8
/
+8
*
[WinEH] Fix catch block parent frame pointer offset
Reid Kleckner
2019-08-12
1
-3
/
+8
*
[X86] Fix stack probe issue on windows32.
Luo, Yuanke
2019-08-10
1
-8
/
+1
*
[WinEH] Allocate space in funclets stack to save XMM CSRs
Pengfei Wang
2019-07-26
1
-23
/
+110
*
[X86] for split stack, not save/restore nested arg if unused
Than McIntosh
2019-07-19
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Don't look for the TargetFrameLowering in the implementation
Matt Arsenault
2019-06-25
1
-2
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-10
/
+10
*
Factor out redzone ABI checks [NFCI]
Philip Reames
2019-05-10
1
-3
/
+12
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+1
*
[X86] Fix stack probing on x32 (PR41477)
Nikita Popov
2019-04-20
1
-3
/
+3
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-5
/
+5
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-2
/
+3
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[X86] Fix bug in x86_intrcc with arg copy elision
Reid Kleckner
2019-02-26
1
-0
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Avoid clobbering ESP/RSP in the epilogue.
Reid Kleckner
2019-01-15
1
-1
/
+2
*
Notify the linker when a TU compiled with split-stack has a function without ...
Sterling Augustine
2018-11-26
1
-2
/
+8
*
[X86] improve split-stack machine BB placement
Than McIntosh
2018-11-07
1
-2
/
+2
*
[codeview] Let the X86 backend tell us the VFRAME offset adjustment
Reid Kleckner
2018-11-03
1
-9
/
+9
*
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
Reid Kleckner
2018-10-02
1
-0
/
+7
*
[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL
Reid Kleckner
2018-10-01
1
-0
/
+1
*
[x86/retpoline] Split the LLVM concept of retpolines into separate
Chandler Carruth
2018-08-23
1
-2
/
+2
*
[X86] Preserve more liveness information in emitStackProbeInline
Francis Visoiu Mistrih
2018-07-31
1
-18
/
+37
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[X86,ARM] Retain split-stack prolog check for sibling calls
Than McIntosh
2018-06-26
1
-2
/
+4
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
1
-21
/
+68
*
[X86] Handle EAX being live when calling chkstk for x86_64
Martin Storsjo
2018-03-06
1
-17
/
+25
*
[X86][x32] Save callee-save register used as base pointer for x32 ABI
Derek Schuff
2018-03-02
1
-2
/
+6
*
[DWARF] Fix incorrect prologue end line record.
Paul Robinson
2018-02-14
1
-5
/
+5
*
[X86] When doing callee save/restore for k-registers make sure we don't use K...
Craig Topper
2018-02-07
1
-3
/
+19
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+9
*
[X86] Remove side-effects from determineCalleeSaves
Francis Visoiu Mistrih
2018-01-08
1
-28
/
+27
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-34
/
+33
*
[X86] Output cfi directives for saved XMM registers even if no GPRs are saved
Martin Storsjo
2017-11-18
1
-2
/
+1
[next]