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
/
XCore
/
XCoreFrameLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
Reverted r361134 because of a failing test left unattended for a long time.
Galina Kistanova
2019-05-22
1
-0
/
+1
*
Use llvm::sort. NFC
Fangrui Song
2019-05-20
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
[XCore] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-26
1
-2
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-4
/
+4
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
1
-1
/
+1
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-7
/
+6
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-1
/
+1
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-20
/
+21
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-26
/
+26
*
XCore: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-27
1
-8
/
+7
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-2
/
+3
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-12
/
+12
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-4
/
+4
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-12
/
+19
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-4
/
+3
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-5
/
+8
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-2
/
+3
*
Use the function template getSubtarget on the MachineFunction
Eric Christopher
2015-02-02
1
-6
/
+3
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-4
/
+3
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-15
/
+9
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+17
*
XCore target: remove incorrect DebugLoc entries from prologue
Robert Lytton
2014-07-04
1
-2
/
+4
*
None of these targets actually define their own CFI_INSTRUCTION
Eric Christopher
2014-04-29
1
-3
/
+6
*
80-column fixups.
Eric Christopher
2014-04-29
1
-3
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-23
/
+21
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+0
*
XCore target: addMemOperand as necessary
Robert Lytton
2014-02-18
1
-38
/
+73
*
XCore target: Fix llvm.eh.return and EH info register handling
Robert Lytton
2014-02-18
1
-40
/
+97
*
XCore Target: correct callee save register spilling when callsUnwindInit is t...
Robert Lytton
2014-01-06
1
-1
/
+9
*
XCore target: Lower EH_RETURN
Robert Lytton
2014-01-06
1
-0
/
+9
*
XCore target: Optimise entsp / retsp selection
Robert Lytton
2014-01-06
1
-1
/
+9
*
XCore target: Refactor LR handling
Robert Lytton
2014-01-06
1
-35
/
+21
*
XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]
NAKAMURA Takumi
2013-12-02
1
-2
/
+2
*
XCore target: Make handling of large frames not dependent upon an FP.
Robert Lytton
2013-12-02
1
-23
/
+39
*
XCore: Unbreak C++11 build.
Benjamin Kramer
2013-12-02
1
-3
/
+3
*
XCore target: Enable frames larger than 65535 to be lowered
Robert Lytton
2013-12-02
1
-138
/
+177
*
XCore target: implement exception handling
Robert Lytton
2013-11-13
1
-3
/
+33
*
XCore target: return error for unsupported alignment
Robert Lytton
2013-11-12
1
-0
/
+4
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-4
/
+0
*
[XCore] Ensure implicit operands aren't lost on the return instruction.
Richard Osborne
2013-07-17
1
-1
/
+3
[next]