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
*
[NFC][PowerPC] Make the PowerPC scheduling strategy feature only control the ...
QingShan Zhang
2019-07-04
1
-10
/
+10
*
[PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-pipeliner
Jinsong Ji
2019-06-11
1
-0
/
+3
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[CodeGen] Generic Hardware Loop Support
Sam Parker
2019-06-07
1
-2
/
+1
*
[TargetMachine] error message unsupported code model
Sjoerd Meijer
2019-05-22
1
-2
/
+2
*
[PPC64] Parse -elfv1 -elfv2 when specified on target triple
Fangrui Song
2019-05-22
1
-0
/
+2
*
[PowerPC] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
1
-0
/
+14
*
Revert "[PowerPC] Add initialization for some ppc passes"
Eric Christopher
2019-04-12
1
-14
/
+0
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
1
-0
/
+14
*
[NFC][PowerPC] Custom PowerPC specific machine-scheduler
QingShan Zhang
2019-03-27
1
-0
/
+42
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-5
/
+10
*
[PowerPC] Make no-PIC default to match GCC - LLVM
Stefan Pintilie
2018-12-04
1
-3
/
+3
*
Revert "[PowerPC] Make no-PIC default to match GCC - LLVM"
Stefan Pintilie
2018-11-16
1
-1
/
+5
*
[PowerPC] Make no-PIC default to match GCC - LLVM
Stefan Pintilie
2018-11-16
1
-5
/
+1
*
[PPC] Remove Darwin support from POWER backend.
Kit Barton
2018-08-28
1
-0
/
+3
*
[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
[next]