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
*
Address comments on r217622
Bill Schmidt
2014-09-12
1
-4
/
+6
*
[PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asm
Bill Schmidt
2014-09-11
1
-0
/
+10
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
Use cast to MVT instead of EVT on a couple calls to getSizeInBits.
Craig Topper
2014-09-10
1
-2
/
+2
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-11
/
+11
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-21
/
+21
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
2
-21
/
+3
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
3
-24
/
+8
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
12
-943
/
+24
*
Fix signed integer overflow in PPCInstPrinter.
Alexey Samsonov
2014-09-02
1
-1
/
+1
*
[PowerPC] Guard against illegal selection of add for TargetConstant operands
Hal Finkel
2014-09-02
1
-0
/
+7
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
3
-35
/
+32
*
Test commit. Fix whitespace from a previous patch of mine.
Justin Hibbits
2014-08-28
1
-1
/
+1
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-8
/
+10
*
[PowerPC] Add support for dcbtst and icbt (prefetch)
Hal Finkel
2014-08-23
2
-1
/
+23
*
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
2014-08-21
1
-1
/
+1
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-3
/
+3
*
[PowerPC] Mark fixed-offset byvals as pointed-to by IR values
Hal Finkel
2014-08-16
1
-2
/
+2
*
[PowerPC] Darwin byval arguments are not immutable
Hal Finkel
2014-08-16
1
-1
/
+1
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-1
/
+0
*
PPC: Clean up pointer casting, no functionality change.
Benjamin Kramer
2014-08-15
1
-2
/
+2
*
[PPC64] Add missing dependency on X2 to LDinto_toc.
Bill Schmidt
2014-08-15
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
22
-42
/
+47
*
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
Hal Finkel
2014-08-13
2
-0
/
+80
*
@l and friends adjust their value depending the context used in.
Joerg Sonnenberger
2014-08-10
4
-36
/
+142
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
2
-3
/
+5
*
Allow the third argument for the subi family to be an expression.
Joerg Sonnenberger
2014-08-09
1
-8
/
+27
*
Use the full form of dccci and iccci from the early PPC 405 documents,
Joerg Sonnenberger
2014-08-09
1
-15
/
+9
*
Initialize PPC DataLayout based on the Triple only.
Eric Christopher
2014-08-09
2
-11
/
+12
*
Remove extraneous 64-bit argument to the PPC TargetMachine constructor
Eric Christopher
2014-08-09
4
-11
/
+13
*
Allow large immediates for branch instructions in 32bit mode.
Joerg Sonnenberger
2014-08-08
1
-3
/
+17
*
Provide an implementation of getNoopForMachoTarget for PPC, otherwise
Joerg Sonnenberger
2014-08-08
2
-0
/
+7
*
Add low-level option for avoiding float stores from va_start until
Joerg Sonnenberger
2014-08-08
1
-1
/
+7
*
Add support for SPE load/store from memory.
Joerg Sonnenberger
2014-08-08
5
-0
/
+202
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
12
-24
/
+903
*
Add the majority of the remaining SPE instructions.
Joerg Sonnenberger
2014-08-07
1
-0
/
+319
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
12
-903
/
+24
*
Add mfasr and mtasr
Joerg Sonnenberger
2014-08-07
1
-0
/
+3
*
Add mfrtcu and mfrtcl instructions
Joerg Sonnenberger
2014-08-07
1
-0
/
+3
*
Support mttbl and mttbu mnemonic
Joerg Sonnenberger
2014-08-07
1
-0
/
+3
*
Add RFID instruction.
Joerg Sonnenberger
2014-08-07
1
-0
/
+2
*
Fix Itineray class of rfi
Joerg Sonnenberger
2014-08-07
1
-1
/
+1
*
Spell e500 feature in lower case.
Joerg Sonnenberger
2014-08-07
1
-1
/
+1
*
Add first bunch of SPE instructions. As they overlap with Altivec, mark
Joerg Sonnenberger
2014-08-07
5
-1
/
+78
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
3
-18
/
+23
*
Remove a virtual function from TargetMachine. NFC.
Rafael Espindola
2014-08-05
1
-1
/
+0
*
[PowerPC] Swap arguments and adjust shift count for vsldoi on little endian
Bill Schmidt
2014-08-05
3
-16
/
+41
*
Add accessors for the PPC 403 bank registers.
Joerg Sonnenberger
2014-08-05
1
-0
/
+9
*
Accessors for SSR2 and SSR3 on PPC 403.
Joerg Sonnenberger
2014-08-05
1
-0
/
+6
*
Add dci/ici instructions for PPC 476 and friends.
Joerg Sonnenberger
2014-08-05
1
-0
/
+16
[next]