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] 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
*
PPC: Map frin to round() not nearbyint() and rint()
Hal Finkel
2013-08-08
1
-56
/
+2
*
Fix PPC64 64-bit GPR inline asm constraint matching
Hal Finkel
2013-08-03
1
-1
/
+18
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
1
-0
/
+6
*
PPC32 va_list is an actual structure so va_copy needs to copy the whole
Roman Divacky
2013-07-25
1
-1
/
+21
*
PPC: Add base-pointer support to builtin setjmp/longjmp
Hal Finkel
2013-07-17
1
-3
/
+30
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-12
/
+12
*
PPC: Add a better comment about the i64 FI fixup
Hal Finkel
2013-07-10
1
-2
/
+13
*
[PowerPC] Better fix for PR16556.
Bill Schmidt
2013-07-09
1
-9
/
+3
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-6
/
+3
*
PPC: Allocate RS spill slot for unaligned i64 load/store
Hal Finkel
2013-07-09
1
-2
/
+33
[prev]
[next]