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
...
*
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
*
[PowerPC] Add an MI SSA peephole pass.
Bill Schmidt
2015-11-10
1
-0
/
+10
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-2
/
+3
*
[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
[prev]
[next]