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
/
PPCSubtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a FIXME to move IsLittleEndian to the target machine.
Eric Christopher
2015-02-17
1
-0
/
+1
*
Move ABI handling and 64-bitness to the PowerPC target machine.
Eric Christopher
2015-02-17
1
-13
/
+4
*
Move the target machine variable so that it's initialized early
Eric Christopher
2015-02-13
1
-2
/
+2
*
Stash the TargetMachine on the subtarget so we can access it later.
Eric Christopher
2015-02-13
1
-3
/
+2
*
[PowerPC] Implement the vpopcnt instructions for POWER8
Bill Schmidt
2015-02-03
1
-0
/
+1
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-1
/
+1
*
[PowerPC] Complete setting the baseline for ppc64le
Bill Schmidt
2015-01-29
1
-2
/
+7
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-36
/
+2
*
[PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls
Hal Finkel
2015-01-15
1
-1
/
+1
*
[PPC64] Add support for the ICBT instruction on POWER8.
Bill Schmidt
2015-01-14
1
-0
/
+2
*
[PowerPC] Add a flag for experimenting with subreg liveness tracking
Hal Finkel
2015-01-09
1
-0
/
+8
*
[PowerPC] Add support for the CMPB instruction
Hal Finkel
2015-01-03
1
-0
/
+1
*
[PowerPC 4/4] Enable little-endian support for VSX.
Bill Schmidt
2014-12-09
1
-7
/
+0
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-3
/
+1
*
[PowerPC] Reduce names from Power8Vector to P8Vector
Bill Schmidt
2014-10-10
1
-2
/
+2
*
[PowerPC] Add feature for Power8 vector extensions
Bill Schmidt
2014-10-10
1
-1
/
+4
*
[PowerPC] Modern Book-E cores support sync
Hal Finkel
2014-10-02
1
-0
/
+1
*
constify the TargetMachine argument used in the subtarget and
Eric Christopher
2014-10-01
1
-1
/
+1
*
Now that the optimization level is adjusting the feature string
Eric Christopher
2014-10-01
1
-3
/
+2
*
Rework the PPC TargetMachine so that the non-function specific
Eric Christopher
2014-10-01
1
-25
/
+3
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
1
-18
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-14
/
+1
*
Initialize PPC DataLayout based on the Triple only.
Eric Christopher
2014-08-09
1
-10
/
+9
*
Remove extraneous 64-bit argument to the PPC TargetMachine constructor
Eric Christopher
2014-08-09
1
-2
/
+4
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-1
/
+14
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-14
/
+1
*
Add first bunch of SPE instructions. As they overlap with Altivec, mark
Joerg Sonnenberger
2014-08-07
1
-0
/
+1
*
Add support for m[ft][di]bat[ul] instructions.
Joerg Sonnenberger
2014-08-04
1
-0
/
+1
*
Add features for PPC 4xx and e500/e500mc instructions.
Joerg Sonnenberger
2014-08-04
1
-0
/
+2
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via features
Ulrich Weigand
2014-07-28
1
-1
/
+11
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-16
/
+13
*
add ppc64/pwr8 as target
Will Schmidt
2014-06-26
1
-0
/
+1
*
Move the PPCSelectionDAGInfo off the TargetMachine and onto the
Eric Christopher
2014-06-12
1
-1
/
+1
*
Move PPCTargetLowering off of the TargetMachine and onto the subtarget.
Eric Christopher
2014-06-12
1
-3
/
+4
*
Move PPCJITInfo off of the TargetMachine and onto the subtarget.
Eric Christopher
2014-06-12
1
-1
/
+1
*
Move PPCInstrInfo off of the target machine and onto the subtarget.
Eric Christopher
2014-06-12
1
-1
/
+1
*
Move DataLayout from the PPCTargetMachine to the subtarget.
Eric Christopher
2014-06-12
1
-1
/
+37
*
Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use
Eric Christopher
2014-06-12
1
-4
/
+9
*
[PPC64LE] Temporarily disable VSX support in little-endian mode
Bill Schmidt
2014-06-05
1
-0
/
+5
*
Save the optimization level the subtarget was created with in a
Eric Christopher
2014-05-13
1
-15
/
+11
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-0
/
+1
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-2
/
+15
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Add a scheduling model (with itinerary) for the PPC POWER7
Hal Finkel
2013-11-30
1
-1
/
+2
*
Mark PPC MFTB and DST (and friends) as deprecated
Hal Finkel
2013-09-12
1
-0
/
+2
*
PPC: Enable aggressive anti-dependency breaking
Hal Finkel
2013-09-12
1
-11
/
+1
*
Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores
Hal Finkel
2013-09-11
1
-0
/
+39
*
Add the PPC fcpsgn instruction
Hal Finkel
2013-08-19
1
-0
/
+1
[prev]
[next]