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
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
3
-21
/
+25
*
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
2014-06-13
2
-7
/
+9
*
Fix typo.
Eric Christopher
2014-06-13
1
-1
/
+1
*
Move the PPCSelectionDAGInfo off the TargetMachine and onto the
Eric Christopher
2014-06-12
4
-5
/
+6
*
Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachine
Eric Christopher
2014-06-12
3
-7
/
+6
*
Move PPCTargetLowering off of the TargetMachine and onto the subtarget.
Eric Christopher
2014-06-12
5
-8
/
+11
*
Remove an extraneous this-> to access the subtarget.
Eric Christopher
2014-06-12
1
-1
/
+1
*
Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.
Eric Christopher
2014-06-12
2
-126
/
+124
*
Move PPCJITInfo off of the TargetMachine and onto the subtarget.
Eric Christopher
2014-06-12
6
-30
/
+33
*
Remove the use of TargetMachine from PPCJITInfo and replace with
Eric Christopher
2014-06-12
3
-6
/
+6
*
Move PPCInstrInfo off of the target machine and onto the subtarget.
Eric Christopher
2014-06-12
4
-7
/
+11
*
Remove TargetMachine from PPCInstrInfo and all dependencies and
Eric Christopher
2014-06-12
5
-27
/
+29
*
Move DataLayout from the PPCTargetMachine to the subtarget.
Eric Christopher
2014-06-12
4
-40
/
+46
*
Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use
Eric Christopher
2014-06-12
6
-196
/
+211
*
Remove duplicate copy of InstrItineraryData from the TargetMachine,
Eric Christopher
2014-06-11
2
-13
/
+8
*
[PPC64LE] Recognize shufflevector patterns for little endian
Bill Schmidt
2014-06-10
3
-84
/
+151
*
[PPC64LE] Generate correct code for unaligned little-endian vector loads
Bill Schmidt
2014-06-09
1
-21
/
+39
*
[PPC64LE] Generate correct little-endian code for v16i8 multiply
Bill Schmidt
2014-06-09
1
-4
/
+16
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-55
/
+48
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
1
-1
/
+1
*
[PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian
Bill Schmidt
2014-06-06
1
-3
/
+34
*
[PPC64LE] Temporarily disable VSX support in little-endian mode
Bill Schmidt
2014-06-05
1
-0
/
+5
*
Omit else branch after return.
Eric Christopher
2014-06-02
1
-2
/
+4
*
Have the TLOF creation take a Triple rather than needing a subtarget.
Eric Christopher
2014-05-31
1
-3
/
+5
*
isSVR4ABI() returned !isDarwin() so just move that to the else
Eric Christopher
2014-05-30
1
-4
/
+1
*
Rename CreateTLOF->createTLOF to match the rest of the file and the
Eric Christopher
2014-05-30
1
-4
/
+4
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-29
2
-34
/
+17
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-7
/
+1
*
Revert "[PPC] Use alias symbols in address computation."
Hal Finkel
2014-05-28
2
-15
/
+34
*
[PATCH] Correct type used for VADD_SPLAT optimization on PowerPC
Bill Schmidt
2014-05-27
1
-4
/
+8
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-26
2
-34
/
+15
*
Fix typo.
Eric Christopher
2014-05-22
1
-1
/
+1
*
Avoid using subtarget features when initializing the pass pipeline
Eric Christopher
2014-05-22
2
-12
/
+17
*
Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.
Eric Christopher
2014-05-22
5
-47
/
+47
*
Make early if conversion dependent upon the subtarget and add
Eric Christopher
2014-05-21
2
-6
/
+4
*
[PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16Immediate
Adam Nemet
2014-05-20
1
-1
/
+1
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+1
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-10
/
+5
*
Use a sized enum for MachineOperandType. No functionality change
Pete Cooper
2014-05-16
1
-1
/
+1
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
3
-9
/
+5
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
3
-20
/
+20
*
Fix typo in function name.
Eric Christopher
2014-05-14
1
-5
/
+5
*
Save the optimization level the subtarget was created with in a
Eric Christopher
2014-05-13
2
-15
/
+14
*
[PowerPC] Add global named register support
Hal Finkel
2014-05-11
2
-0
/
+27
*
[PowerPC] On PPC32, 128-bit shifts might be runtime calls
Hal Finkel
2014-05-11
1
-0
/
+8
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-4
/
+3
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-3
/
+4
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-5
/
+4
*
De-virtualize or remove some methods that have no overrides nor override anyt...
Craig Topper
2014-04-30
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
24
-306
/
+311
[next]