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
/
PPCISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions/classes/globals static. NFC.
Benjamin Kramer
2015-02-06
1
-5
/
+9
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-9
/
+7
*
Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
2015-01-08
1
-0
/
+1
*
[PowerPC] Fold i1 extensions with other ops
Hal Finkel
2015-01-05
1
-0
/
+71
*
[PowerPC] Remove zexts after i32 ctlz
Hal Finkel
2015-01-05
1
-0
/
+7
*
[PowerPC] Remove zexts after byte-swapping loads
Hal Finkel
2015-01-05
1
-0
/
+9
*
[PowerPC] Materialize i64 constants using rotation with masking
Hal Finkel
2015-01-05
1
-5
/
+51
*
[PowerPC] Materialize i64 constants using rotation
Hal Finkel
2015-01-04
1
-18
/
+29
*
[PowerPC] Materialize i64 constants using bit inversion
Hal Finkel
2015-01-04
1
-2
/
+30
*
[PowerPC] Add support for the CMPB instruction
Hal Finkel
2015-01-03
1
-1
/
+251
*
[PowerPC] use UINT64_C instead of ul
Hal Finkel
2015-01-01
1
-4
/
+4
*
[PowerPC] Improve instruction selection bit-permuting operations (64-bit)
Hal Finkel
2015-01-01
1
-95
/
+868
*
[PowerPC] Improve instruction selection bit-permuting operations (32-bit)
Hal Finkel
2014-12-16
1
-0
/
+480
*
[PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts
Hal Finkel
2014-12-12
1
-0
/
+295
*
[PowerPC] Better lowering for add/or of a FrameIndex
Hal Finkel
2014-12-11
1
-11
/
+38
*
[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi
Hal Finkel
2014-12-11
1
-28
/
+19
*
[PowerPC 3/4] Little-endian adjustments for VSX vector shuffle
Bill Schmidt
2014-12-09
1
-0
/
+9
*
[PowerPC] Fix inline asm memory operands not to use r0
Hal Finkel
2014-12-03
1
-2
/
+12
*
[PowerPC] Implement readcyclecounter for PPC32
Hal Finkel
2014-12-02
1
-0
/
+5
*
Add support for small-model PIC for PowerPC.
Justin Hibbits
2014-11-12
1
-13
/
+20
*
[PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 code
Ulrich Weigand
2014-10-31
1
-2
/
+3
*
[PATCH] Support select-cc for VSFRC when VSX is enabled
Bill Schmidt
2014-10-22
1
-1
/
+6
*
[PowerPC] Support select-cc for VSX
Bill Schmidt
2014-10-22
1
-1
/
+6
*
[PowerPC] Guard against illegal selection of add for TargetConstant operands
Hal Finkel
2014-09-02
1
-0
/
+7
*
Test commit. Fix whitespace from a previous patch of mine.
Justin Hibbits
2014-08-28
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+6
*
[PowerPC] Fix and improve vector comparisons
Ulrich Weigand
2014-08-04
1
-140
/
+111
*
[PowerPC] Support TLS on PPC32/ELF
Hal Finkel
2014-07-25
1
-0
/
+6
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-2
/
+21
*
[PPC64] Fix PR19893 - improve code generation for local function addresses
Bill Schmidt
2014-06-16
1
-5
/
+6
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-29
1
-11
/
+3
*
Revert "[PPC] Use alias symbols in address computation."
Hal Finkel
2014-05-28
1
-2
/
+11
*
[PPC] Use alias symbols in address computation.
Rafael Espindola
2014-05-26
1
-11
/
+2
*
Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.
Eric Christopher
2014-05-22
1
-30
/
+32
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-2
/
+1
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-3
/
+3
*
Fix typo in function name.
Eric Christopher
2014-05-14
1
-5
/
+5
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-7
/
+7
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-17
/
+17
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[PowerPC] Fix rlwimi isel when mask is not constant
Hal Finkel
2014-04-13
1
-1
/
+8
*
[PowerPC] Fix VSX permutation isel
Hal Finkel
2014-03-28
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-2
/
+2
*
[PowerPC] Generate VSX permutations for v2[fi]64 vectors
Hal Finkel
2014-03-26
1
-0
/
+37
*
[PowerPC] Lower VSELECT using xxsel when VSX is available
Hal Finkel
2014-03-26
1
-3
/
+16
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-2
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-2
/
+2
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-13
/
+25
*
The PPC global base register cannot be r0
Hal Finkel
2014-03-06
1
-2
/
+2
[next]