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
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
3
-30
/
+30
*
[PowerPC] Add the 'attn' instruction
Hal Finkel
2014-11-25
2
-0
/
+8
*
[PowerPC] Implement combineRepeatedFPDivisors
Hal Finkel
2014-11-24
2
-0
/
+23
*
[PowerPC] Fix PR 21652 - copy st_other bits on symbol assignment
Ulrich Weigand
2014-11-24
1
-0
/
+17
*
Add LLVMScalarOpts to LLVMPowerPCCodeGen.
NAKAMURA Takumi
2014-11-21
1
-1
/
+1
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-9
/
+6
*
[PPC] Use SeparateConstOffsetFromGEP
Hal Finkel
2014-11-21
1
-0
/
+20
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
2
-0
/
+4
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+4
*
[PowerPC] Add VSX builtins for vec_div
Bill Schmidt
2014-11-14
1
-0
/
+6
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
3
-10
/
+16
*
Add support for small-model PIC for PowerPC.
Justin Hibbits
2014-11-12
5
-63
/
+116
*
[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
Bill Schmidt
2014-11-12
2
-8
/
+29
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-5
/
+3
*
[PowerPC] Replace foul hackery with real calls to __tls_get_addr
Bill Schmidt
2014-11-11
7
-125
/
+82
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-9
/
+11
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-13
/
+9
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-3
/
+1
*
[PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
2014-10-31
1
-6
/
+18
*
[PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 code
Ulrich Weigand
2014-10-31
4
-10
/
+37
*
Use rsqrt (X86) to speed up reciprocal square root calcs
Sanjay Patel
2014-10-24
2
-2
/
+5
*
[PATCH] Support select-cc for VSFRC when VSX is enabled
Bill Schmidt
2014-10-22
3
-5
/
+36
*
[PowerPC] Support select-cc for VSX
Bill Schmidt
2014-10-22
3
-3
/
+40
*
[PowerPC] Avoid VSX FMA mutate when killed product reg = addend reg
Bill Schmidt
2014-10-21
1
-0
/
+6
*
[PowerPC] Change assert to better form
Bill Schmidt
2014-10-17
1
-3
/
+3
*
[PowerPC] Change liveness testing in VSX FMA mutation pass
Bill Schmidt
2014-10-17
1
-8
/
+20
*
[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generation
Bill Schmidt
2014-10-17
2
-3
/
+15
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-7
/
+3
*
Use the triple to figure out if this is a darwin target, not
Eric Christopher
2014-10-14
1
-1
/
+1
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-1
/
+1
*
[PowerPC] Reduce names from Power8Vector to P8Vector
Bill Schmidt
2014-10-10
3
-8
/
+7
*
[PowerPC] Add feature for Power8 vector extensions
Bill Schmidt
2014-10-10
3
-2
/
+10
*
Fix bug in GPR to FPR moves in PPC64LE.
Samuel Antao
2014-10-09
1
-4
/
+4
*
[PPC64] VSX indexed-form loads use wrong instruction format
Bill Schmidt
2014-10-09
1
-4
/
+4
*
Add subtarget caches to aarch64, arm, ppc, and x86.
Eric Christopher
2014-10-06
2
-1
/
+30
*
[Power] Use lwsync for non-seq_cst fences
Robin Morisset
2014-10-03
1
-1
/
+8
*
[PowerPC] Modern Book-E cores support sync
Hal Finkel
2014-10-02
4
-17
/
+24
*
[Power] Improve the expansion of atomic loads/stores
Robin Morisset
2014-10-02
3
-4
/
+26
*
constify the TargetMachine argument used in the subtarget and
Eric Christopher
2014-10-01
4
-4
/
+4
*
Now that the optimization level is adjusting the feature string
Eric Christopher
2014-10-01
3
-9
/
+4
*
Rework the PPC TargetMachine so that the non-function specific
Eric Christopher
2014-10-01
2
-27
/
+32
*
Split the estimate() interface into separate functions for each type. NFC.
Sanjay Patel
2014-09-30
2
-22
/
+33
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
2
-180
/
+29
*
[Power] Use AtomicExpandPass for fence insertion, and use lwsync where approp...
Robin Morisset
2014-09-23
4
-2
/
+50
*
[MCJIT] Remove PPCRelocations.h - it's no longer used.
Lang Hames
2014-09-23
1
-56
/
+0
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
2
-41
/
+3
*
Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
2014-09-19
2
-0
/
+10
*
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...
Aaron Ballman
2014-09-18
1
-1
/
+0
*
Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...
Aaron Ballman
2014-09-18
1
-0
/
+1
[next]