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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
2
-20
/
+0
*
[PowerPC] v4i32 is a VSRCRegClass
Bill Schmidt
2015-07-16
1
-0
/
+1
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
3
-12
/
+12
*
[PPC64LE] Fix vec_sld semantics for little endian
Bill Schmidt
2015-07-15
1
-4
/
+7
*
[PPC] Disassemble little endian ppc instructions in the right byte order
Benjamin Kramer
2015-07-15
1
-8
/
+17
*
[PowerPC] Use the MachineCombiner to reassociate fadd/fmul
Hal Finkel
2015-07-15
3
-0
/
+303
*
[PowerPC] Extend physical register live range in PPCVSXFMAMutate
Hal Finkel
2015-07-15
1
-2
/
+15
*
[PowerPC] Support symbolic targets in patchpoints
Hal Finkel
2015-07-14
1
-57
/
+71
*
[PowerPC] Use the ABI indirect-call protocol for patchpoints
Hal Finkel
2015-07-14
1
-1
/
+43
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-3
/
+2
*
[PowerPC] Fix the PPCInstrInfo::getInstrLatency implementation
Hal Finkel
2015-07-14
5
-0
/
+55
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-1
/
+2
*
Add missing builtins to the PPC back end for ABI compliance (vol. 4)
Nemanja Ivanovic
2015-07-14
1
-0
/
+6
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
2
-10
/
+11
*
[PPC64LE] More improvements to VSX swap optimization
Bill Schmidt
2015-07-13
1
-21
/
+188
*
[PowerPC] Make use of the TargetRecip system
Hal Finkel
2015-07-12
3
-15
/
+47
*
[PowerPC] Support the nest parameter attribute
Hal Finkel
2015-07-12
3
-16
/
+51
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-17
/
+11
*
NFC. Added a blank line for consistency.
Nemanja Ivanovic
2015-07-10
1
-0
/
+1
*
Add missing builtins to the PPC back end for ABI compliance (vol. 3)
Nemanja Ivanovic
2015-07-10
1
-0
/
+2
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
2
-3
/
+4
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
5
-58
/
+4
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-13
/
+11
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-4
/
+4
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-2
/
+4
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-2
/
+4
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
6
-86
/
+105
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-13
/
+2
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-10
/
+7
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
1
-1
/
+1
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
4
-9
/
+7
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
2
-8
/
+6
*
Add missing builtins to the PPC back end for ABI compliance (vol. 2)
Nemanja Ivanovic
2015-07-05
1
-0
/
+6
*
[PPC64LE] Remove implicit-subreg restriction from VSX swap removal
Bill Schmidt
2015-07-02
1
-26
/
+6
*
[PPC64LE] Teach swap optimization about the doubleword splat idiom
Bill Schmidt
2015-07-02
1
-12
/
+22
*
[PPC64LE] Enable missing lxvdsx optimization, and related swap optimization
Bill Schmidt
2015-07-01
2
-13
/
+11
*
Modified a comment about the reason for the patch (removed commented code).
Nemanja Ivanovic
2015-06-30
1
-2
/
+1
*
Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian systems
Nemanja Ivanovic
2015-06-30
1
-1
/
+4
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-3
/
+1
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-1
/
+3
*
Add missing builtins to the PPC back end for ABI compliance (vol. 1)
Nemanja Ivanovic
2015-06-26
1
-6
/
+18
*
PPCISelLowering.cpp: Appease PR23956. [-Wdocumentation]
NAKAMURA Takumi
2015-06-25
1
-6
/
+6
*
[PPC] Implement vmrgew and vmrgow instructions
Kit Barton
2015-06-25
3
-2
/
+154
*
[PPC] Replace debug value skipping with getLastNonDebugInstr.
Benjamin Kramer
2015-06-25
1
-16
/
+7
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-1
/
+1
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
27
-33
/
+33
[prev]
[next]