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
/
PPCFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-1
/
+1
*
Fix build failures from r337347, found by clang
Justin Hibbits
2018-07-18
1
-7
/
+5
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-29
/
+119
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-0
/
+2
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-2
/
+0
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-0
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[PowerPC] Eliminate integer compare instructions - vol. 1
Nemanja Ivanovic
2017-05-11
1
-0
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[PowerPC] Zero-extend constants in FastISel
Hal Finkel
2016-09-04
1
-1
/
+6
*
Reformat.
NAKAMURA Takumi
2016-08-22
1
-20
/
+20
*
Untabify.
NAKAMURA Takumi
2016-08-22
1
-2
/
+2
*
[PowerPC] Wrong fast-isel codegen for VSX floating-point loads
Ulrich Weigand
2016-08-05
1
-12
/
+24
*
Add back some dead code.
Rafael Espindola
2016-06-21
1
-0
/
+14
*
Delete some dead code.
Rafael Espindola
2016-06-21
1
-14
/
+0
*
[PowerPC] fix register alignment for long double type
Strahinja Petrovic
2016-05-09
1
-0
/
+1
*
CXX_FAST_TLS calling convention: performance improvement for PPC64
Chuang-Yu Cheng
2016-04-08
1
-0
/
+3
*
[PowerPC] Correctly compute 64-bit offsets in fast isel
Ulrich Weigand
2016-03-31
1
-6
/
+5
*
[PowerPC] Remove incorrect use of COPY_TO_REGCLASS in fast isel
Ulrich Weigand
2016-03-31
1
-4
/
+3
*
[PPC, FastISel] Fix ordered/unordered fcmp
Tim Shen
2016-03-17
1
-7
/
+23
*
Fix for PR26180
Nemanja Ivanovic
2016-02-29
1
-3
/
+3
*
Fix for PR 26356
Nemanja Ivanovic
2016-02-04
1
-5
/
+4
*
Fix for PR 26381
Nemanja Ivanovic
2016-02-03
1
-1
/
+1
*
Refactor common code for PPC fast isel load immediate selection.
Eric Christopher
2016-01-29
1
-9
/
+5
*
Since LI/LIS sign extend the constant passed into the instruction we should
Eric Christopher
2016-01-29
1
-2
/
+3
*
Fix up conditional formatting.
Eric Christopher
2016-01-29
1
-5
/
+4
*
Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
Weak non-function symbols were being accessed directly, which is
Eric Christopher
2015-11-20
1
-8
/
+4
*
FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel
Matthias Braun
2015-08-26
1
-2
/
+1
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-10
/
+9
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+2
*
Fix PPCMaterializeInt to check the size of the integer based on the
Eric Christopher
2015-07-25
1
-9
/
+14
*
PPCMaterializeInt should only take a ConstantInt so represent this in the pro...
Eric Christopher
2015-07-25
1
-12
/
+9
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-16
/
+17
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+1
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-1
/
+1
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Add support for VSX FMA single-precision instructions to the PPC back end
Nemanja Ivanovic
2015-05-29
1
-9
/
+18
*
[PowerPC] Fix fast-isel when compare is split from branch
Hal Finkel
2015-05-23
1
-19
/
+32
*
Add direct moves to/from VSR and exploit them for FP/INT conversions
Nemanja Ivanovic
2015-04-11
1
-0
/
+4
*
[PowerPC] FastISel can't handle i1 return values when using CR bits
Hal Finkel
2015-04-01
1
-0
/
+3
*
Fix R0 use in PowerPC VSX store for FastIsel.
Samuel Antao
2015-03-17
1
-2
/
+12
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+1
[next]