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
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-2
/
+2
*
[PowerPC] Implement some additional TLI callbacks
Hal Finkel
2014-04-12
1
-0
/
+36
*
[PowerPC] Don't return false from PPC::isVSLDOIShuffleMask
Hal Finkel
2014-04-08
1
-1
/
+1
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-24
/
+24
*
[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shuffles
Hal Finkel
2014-03-31
1
-0
/
+9
*
[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
Hal Finkel
2014-03-30
1
-0
/
+32
*
[PowerPC] Handle v2i64 comparisons
Hal Finkel
2014-03-29
1
-0
/
+23
*
[PowerPC] Add subregister classes for f64 VSX values
Hal Finkel
2014-03-29
1
-4
/
+11
*
[PowerPC] v2[fi]64 need to be explicitly passed in VSX registers
Hal Finkel
2014-03-28
1
-4
/
+28
*
[PowerPC] Fix v2f64 vector extract and related patterns
Hal Finkel
2014-03-27
1
-0
/
+1
*
[PowerPC] Expand v2i64 shifts
Hal Finkel
2014-03-27
1
-0
/
+4
*
[PowerPC] Generate VSX permutations for v2[fi]64 vectors
Hal Finkel
2014-03-26
1
-4
/
+8
*
[PowerPC] VSX loads and stores support unaligned access
Hal Finkel
2014-03-26
1
-3
/
+8
*
[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
Hal Finkel
2014-03-26
1
-0
/
+5
*
[PowerPC] Use VSX vector load/stores for v2[fi]64
Hal Finkel
2014-03-26
1
-0
/
+8
*
[PowerPC] Add v2i64 as a legal VSX type
Hal Finkel
2014-03-26
1
-2
/
+11
*
[PowerPC] Lower VSELECT using xxsel when VSX is available
Hal Finkel
2014-03-26
1
-0
/
+6
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-5
/
+60
*
Fixup PPC Darwin i1 argument handling
Hal Finkel
2014-03-06
1
-0
/
+7
*
When using CR bit registers on PPC32, handle the i1 vaarg case
Hal Finkel
2014-03-06
1
-0
/
+3
*
With PPC CR bit registers, handle int_to_fp on older cores
Hal Finkel
2014-03-05
1
-6
/
+16
*
Add a PPC inline asm constraint type for single CR bits
Hal Finkel
2014-03-02
1
-0
/
+8
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-11
/
+6
*
Remove extra truncs/exts around i32 bit operations on PPC64
Hal Finkel
2014-03-01
1
-12
/
+82
*
Trying to unbreak the darwin11 builder
Hal Finkel
2014-02-28
1
-0
/
+3
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-25
/
+663
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-0
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Fix pointer info on PPC byval stores
Hal Finkel
2014-01-21
1
-6
/
+5
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+7
*
Implement initial-exec TLS for PPC32.
Roman Divacky
2013-12-20
1
-7
/
+9
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
[PowerPC] Fix PR17354: Generate nop after local calls for PIC code.
Bill Schmidt
2013-09-26
1
-1
/
+3
*
[PowerPC] Add a FIXME.
Bill Schmidt
2013-09-17
1
-0
/
+4
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-1
/
+2
*
Revert r190764: PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-0
/
+1
*
PPC: Don't restrict lvsl generation to after type legalization
Hal Finkel
2013-09-15
1
-1
/
+0
*
Add missing break statement in PPCISelLowering
Hal Finkel
2013-09-13
1
-0
/
+2
*
Remove an unused variable, fixing -Werror build with latest Clang.
Chandler Carruth
2013-09-12
1
-1
/
+0
*
Fix PPC ABI for ByVal structs with vector members
Hal Finkel
2013-09-12
1
-9
/
+49
*
Make the PPC fast-math sqrt expansion safe at 0
Hal Finkel
2013-09-12
1
-1
/
+21
*
Enable MI scheduling (and CodeGen AA) by default for embedded PPC cores
Hal Finkel
2013-09-11
1
-2
/
+5
*
[PowerPC] Call support for fast-isel.
Bill Schmidt
2013-08-30
1
-2
/
+1
*
[PowerPC] Add loads, stores, and related things to fast-isel.
Bill Schmidt
2013-08-30
1
-4
/
+2
*
Dummy code to silence warning from 4189266
Bill Schmidt
2013-08-26
1
-0
/
+9
*
Add the PPC fcpsgn instruction
Hal Finkel
2013-08-19
1
-2
/
+7
*
Replace getValueType().getSimpleVT() with getSimpleValueType(). Also remove o...
Craig Topper
2013-08-15
1
-4
/
+4
*
Actually fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-14
1
-1
/
+1
[next]