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
/
PPCTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Use the MachineCombiner to reassociate fadd/fmul
Hal Finkel
2015-07-15
1
-0
/
+9
*
[PowerPC] Make use of the TargetRecip system
Hal Finkel
2015-07-12
1
-1
/
+20
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-6
/
+5
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-6
/
+4
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-12
/
+12
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-1
/
+1
*
[PowerPC] Add extra r2 read deps on @toc@l relocations
Hal Finkel
2015-05-18
1
-0
/
+7
*
[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
Bill Schmidt
2015-04-27
1
-0
/
+14
*
Add computeFSAdditions to the function based subtarget creation
Eric Christopher
2015-03-26
1
-1
/
+9
*
Remove the bare getSubtargetImpl call from the PPC port. As part
Eric Christopher
2015-03-21
1
-2
/
+1
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
1
-3
/
+3
*
[PowerPC] Loop Data Prefetching for the BG/Q
Hal Finkel
2015-02-20
1
-0
/
+15
*
Move ABI handling and 64-bitness to the PowerPC target machine.
Eric Christopher
2015-02-17
1
-0
/
+25
*
PowerPC: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-5
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
[PowerPC] Fix reverted patch r227976 to avoid register assignment issues
Bill Schmidt
2015-02-10
1
-0
/
+2
*
Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...
Hal Finkel
2015-02-06
1
-1
/
+0
*
[PowerPC] Prepare loops for pre-increment loads/stores
Hal Finkel
2015-02-05
1
-0
/
+7
*
[PowerPC] Yet another approach to __tls_get_addr
Bill Schmidt
2015-02-03
1
-0
/
+1
*
[PowerPC] Remove the PPCVSXCopyCleanup pass
Hal Finkel
2015-02-01
1
-2
/
+0
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-2
/
+3
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-2
/
+3
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+0
*
Remove unused function.
Eric Christopher
2015-01-30
1
-4
/
+0
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+35
*
[PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls
Hal Finkel
2015-01-15
1
-0
/
+8
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-13
/
+9
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-9
/
+13
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-13
/
+9
*
[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
1
-0
/
+2
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-0
/
+11
*
Add subtarget caches to aarch64, arm, ppc, and x86.
Eric Christopher
2014-10-06
1
-0
/
+26
*
Now that the optimization level is adjusting the feature string
Eric Christopher
2014-10-01
1
-1
/
+1
*
Rework the PPC TargetMachine so that the non-function specific
Eric Christopher
2014-10-01
1
-2
/
+29
*
[Power] Use AtomicExpandPass for fence insertion, and use lwsync where approp...
Robin Morisset
2014-09-23
1
-0
/
+6
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-12
/
+0
*
Remove extraneous 64-bit argument to the PPC TargetMachine constructor
Eric Christopher
2014-08-09
1
-4
/
+4
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+12
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-12
/
+0
*
Move the PPCSelectionDAGInfo off the TargetMachine and onto the
Eric Christopher
2014-06-12
1
-2
/
+1
*
Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachine
Eric Christopher
2014-06-12
1
-1
/
+2
*
Move PPCTargetLowering off of the TargetMachine and onto the subtarget.
Eric Christopher
2014-06-12
1
-1
/
+1
*
Move PPCJITInfo off of the TargetMachine and onto the subtarget.
Eric Christopher
2014-06-12
1
-2
/
+1
*
Remove the use of TargetMachine from PPCJITInfo and replace with
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
-2
/
+2
*
Remove TargetMachine from PPCInstrInfo and all dependencies and
Eric Christopher
2014-06-12
1
-1
/
+1
*
Move DataLayout from the PPCTargetMachine to the subtarget.
Eric Christopher
2014-06-12
1
-37
/
+2
*
Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use
Eric Christopher
2014-06-12
1
-2
/
+1
[next]