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] Replace the Post RA List Scheduler with the Machine Scheduler
Stefan Pintilie
2018-07-04
1
-1
/
+7
*
Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...
David Blaikie
2018-03-28
1
-1
/
+1
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
*
[PowerPC] Convert r+r instructions to r+i (pre and post RA)
Nemanja Ivanovic
2017-12-15
1
-0
/
+3
*
[PowerPC] MachineSSA pass to reduce the number of CR-logical operations
Nemanja Ivanovic
2017-12-13
1
-0
/
+7
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-5
/
+5
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-5
/
+5
*
Update branch coalescing to be a PowerPC specific pass
Lei Huang
2017-09-12
1
-0
/
+8
*
Temporarily revert "Update branch coalescing to be a PowerPC specific pass"
Eric Christopher
2017-08-31
1
-8
/
+0
*
Update branch coalescing to be a PowerPC specific pass
Lei Huang
2017-08-23
1
-0
/
+8
*
Fix the ppc jit tests.
Rafael Espindola
2017-08-03
1
-3
/
+4
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-2
/
+14
*
Make the PPCCTRLoops pass depend on being able to access the TargetMachine an...
Eric Christopher
2017-06-29
1
-1
/
+1
*
[PowerPC] fix potential verification error on __tls_get_addr
Hiroshi Inoue
2017-06-29
1
-0
/
+1
*
[PowerPC] set optimization level in SelectionDAGISel
Hiroshi Inoue
2017-06-27
1
-1
/
+1
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-20
1
-1
/
+1
*
Rework logic and comment out the default relocation models for PPC.
Eric Christopher
2017-06-17
1
-10
/
+13
*
Turn a large if block into a smaller early return for clarity.
Eric Christopher
2017-06-17
1
-11
/
+10
*
Remove the old and unused PPC32 and PPC64TargetMachine classes.
Eric Christopher
2017-06-17
1
-23
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-1
/
+1
*
Remove the default subtarget from the Power port. It's unnecessary and harmfu...
Eric Christopher
2017-04-06
1
-3
/
+1
*
Temporarily revert "[PPC] In PPCBoolRetToInt change the bool value to i64 if ...
Eric Christopher
2017-03-31
1
-1
/
+1
*
[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
Guozhi Wei
2017-03-28
1
-1
/
+1
*
Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."
Eric Christopher
2017-02-10
1
-5
/
+0
*
For X86-64 linux and PPC64 linux align int128 to 16 bytes.
Eric Christopher
2017-02-10
1
-0
/
+5
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-0
/
+3
*
Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."
Tony Jiang
2017-01-16
1
-3
/
+0
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-0
/
+3
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
1
-11
/
+25
*
Use PIC relocation model as default for PowerPC64 ELF.
Joerg Sonnenberger
2016-12-15
1
-0
/
+4
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
[Target] move reciprocal estimate settings from TargetOptions to TargetLowering
Sanjay Patel
2016-10-04
1
-17
/
+0
*
[PowerPC] Refactor soft-float support, and enable PPC64 soft float
Hal Finkel
2016-10-02
1
-1
/
+1
*
Convert 2 more uses to shouldAssumeDSOLocal(). NFC.
Rafael Espindola
2016-06-28
1
-1
/
+3
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-5
/
+18
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-04-28
1
-1
/
+8
*
Add optimization bisect opt-in calls for PowerPC passes
Andrew Kaylor
2016-04-27
1
-3
/
+5
*
[PPC] Enable transformations in PPCPassConfig::addIRPasses at O2
Ehsan Amiri
2016-04-07
1
-1
/
+1
*
[PowerPC] Add a late MI-level pass for QPX load/splat simplification
Hal Finkel
2016-03-31
1
-1
/
+12
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-2
/
+1
*
[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFC
Adam Nemet
2016-02-18
1
-1
/
+1
*
[Power PC] llvm soft float support for ppc32
Petar Jovanovic
2015-12-14
1
-0
/
+13
*
[PPC64] Convert bool literals to i32
Kit Barton
2015-12-07
1
-0
/
+5
[next]