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
/
PPCISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] Support the nest parameter attribute
Hal Finkel
2015-07-12
1
-15
/
+47
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-2
/
+2
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-13
/
+11
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-52
/
+60
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-4
/
+2
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-2
/
+2
*
Modified a comment about the reason for the patch (removed commented code).
Nemanja Ivanovic
2015-06-30
1
-2
/
+1
*
Fixes a bug with __builtin_vsx_lxvdw4x on Little Endian systems
Nemanja Ivanovic
2015-06-30
1
-1
/
+4
*
PPCISelLowering.cpp: Appease PR23956. [-Wdocumentation]
NAKAMURA Takumi
2015-06-25
1
-6
/
+6
*
[PPC] Implement vmrgew and vmrgow instructions
Kit Barton
2015-06-25
1
-2
/
+99
*
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 address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
This patch adds support for the vector quadword add/sub instructions introduced
Kit Barton
2015-05-25
1
-9
/
+2
*
[PPC64] Add support for clrbhrb, mfbhrbe, rfebb.
Bill Schmidt
2015-05-22
1
-0
/
+3
*
[PPC64] Handle vpkudum mask pattern correctly when vpkudum isn't available
Bill Schmidt
2015-05-21
1
-1
/
+8
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-6
/
+4
*
[PPC64] Add vector pack/unpack support from ISA 2.07
Bill Schmidt
2015-05-16
1
-2
/
+47
*
Fix compile error
Arnold Schwaighofer
2015-05-09
1
-1
/
+1
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-0
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+10
*
Add VSX Scalar loads and stores to the PPC back end
Nemanja Ivanovic
2015-05-07
1
-3
/
+18
*
This patch adds ABI support for v1i128 data type.
Kit Barton
2015-05-05
1
-7
/
+22
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-156
/
+162
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-162
/
+156
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-156
/
+162
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-2
/
+2
*
Add direct moves to/from VSR and exploit them for FP/INT conversions
Nemanja Ivanovic
2015-04-11
1
-0
/
+78
*
[PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern cores
Hal Finkel
2015-04-10
1
-0
/
+1
*
[PowerPC] Enable splat generation for BUILD_VECTOR with little endian
Bill Schmidt
2015-04-03
1
-33
/
+2
*
[PowerPC] Don't use a vector preferred memory type at -O0
Hal Finkel
2015-03-31
1
-15
/
+17
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+6
*
[APInt] Add an isSplat helper and use it in some places.
Benjamin Kramer
2015-03-25
1
-11
/
+4
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+2
*
Add support for part-word atomics for PPC
Nemanja Ivanovic
2015-03-10
1
-27
/
+83
*
Change the generation of the vmuluwm instruction to be based on the MUL opcode.
Kit Barton
2015-03-10
1
-1
/
+6
*
While reviewing the changes to Clang to add builtin support for the vsld, vsr...
Kit Barton
2015-03-05
1
-4
/
+8
*
Add the following 64-bit vector integer arithmetic instructions added in POWER8:
Kit Barton
2015-03-03
1
-8
/
+70
*
Make some non-constant static variables non-static or fully const.
Benjamin Kramer
2015-03-01
1
-34
/
+9
*
[PowerPC] Use vector types for memcpy and friends (sometimes)
Hal Finkel
2015-02-27
1
-2
/
+25
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-7
/
+6
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
[PowerPC] Make LDtocL and friends invariant loads
Hal Finkel
2015-02-25
1
-16
/
+20
*
[PowerPC] Cleanup unused target-specific SDAG nodes
Hal Finkel
2015-02-25
1
-3
/
+0
*
Silencing a "result of 32-bit shift implicitly converted to 64 bits (was 64-b...
Aaron Ballman
2015-02-25
1
-1
/
+1
*
Silencing a -Wsign-compare warning triggered in MSVC; NFC.
Aaron Ballman
2015-02-25
1
-1
/
+1
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-48
/
+1097
[prev]
[next]