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
/
PowerPC
/
PPCRegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] [Peephole] fold frame offset by using index form to save add.
czhengsz
2019-10-25
1
-0
/
+9
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-2
/
+2
*
Include what you use in PPCRegisterInfo.h
Dmitri Gribenko
2019-06-04
1
-1
/
+2
*
[PowerPC] Move the stack pointer update instruction later in the prologue and...
Stefan Pintilie
2019-02-28
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
Jonas Paulsson
2018-10-05
1
-2
/
+0
*
[PowerPC] [NFC] Refactor code for printing register operands
Nemanja Ivanovic
2018-09-27
1
-0
/
+17
*
[PowerPC] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-01-31
1
-0
/
+2
*
[MachineLICM] Hoist TOC-based address instructions
Lei Huang
2017-06-15
1
-0
/
+1
*
Target: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
CXX_FAST_TLS calling convention: performance improvement for PPC64
Chuang-Yu Cheng
2016-04-08
1
-0
/
+1
*
Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.
Yury Gribov
2015-12-01
1
-0
/
+1
*
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
2015-11-06
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-2
/
+0
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+33
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-1
/
+1
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-4
/
+0
*
Remove the need to cache the subtarget in the PowerPC TargetRegisterInfo
Eric Christopher
2015-03-12
1
-2
/
+2
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
One more getCalleeSavedRegs prototype with nullptr.
Eric Christopher
2015-03-11
1
-2
/
+1
*
Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
2015-03-10
1
-2
/
+3
*
Revert "r225811 - Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support""
Hal Finkel
2015-01-14
1
-0
/
+2
*
Revert "r225808 - [PowerPC] Add StackMap/PatchPoint support"
Hal Finkel
2015-01-13
1
-2
/
+0
*
[PowerPC] Add StackMap/PatchPoint support
Hal Finkel
2015-01-13
1
-0
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-19
/
+21
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
Simplify resolveFrameIndex() signature.
Jim Grosbach
2014-04-02
1
-2
/
+2
*
[PowerPC] Add subregister classes for f64 VSX values
Hal Finkel
2014-03-29
1
-0
/
+3
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-0
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
1
-4
/
+0
*
PPC: Implement base pointer and stack realignment
Hal Finkel
2013-07-17
1
-0
/
+6
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
Use virtual base registers on PPC
Hal Finkel
2013-04-09
1
-0
/
+13
*
Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfo
Hal Finkel
2013-03-31
1
-2
/
+2
*
Cleanup some unused reg. scavenger parameters in PPCRegisterInfo
Hal Finkel
2013-03-23
1
-10
/
+9
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
1
-0
/
+1
*
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
1
-0
/
+5
*
Remove PPC avoidWriteAfterWrite callback
Hal Finkel
2013-03-16
1
-2
/
+0
*
Use frame-index scavenging for PPC register spilling
Hal Finkel
2013-03-14
1
-2
/
+8
*
PPC should always use the register scavenger for CR spilling
Hal Finkel
2013-03-12
1
-2
/
+3
*
Fix PR14364.
Bill Schmidt
2013-02-24
1
-1
/
+0
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-4
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-1
/
+2
*
Change unsigned to uint32_t to match base class declaration and other targets.
Craig Topper
2012-09-16
1
-1
/
+1
*
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-09-12
1
-0
/
+3
[next]