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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Implement some additional TLI callbacks
Hal Finkel
2014-04-12
1
-0
/
+23
*
[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shuffles
Hal Finkel
2014-03-31
1
-0
/
+5
*
[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
Hal Finkel
2014-03-30
1
-0
/
+1
*
Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
2014-02-28
1
-0
/
+11
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-1
/
+3
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Add some comments.
Roman Divacky
2013-12-22
1
-0
/
+2
*
Implement initial-exec TLS for PPC32.
Roman Divacky
2013-12-20
1
-0
/
+2
*
PPC: Do not introduce ISD nodes for fctid and fctiw
David Majnemer
2013-09-26
1
-4
/
+4
*
PPC: Add support for fctid and fctiw
David Majnemer
2013-09-26
1
-4
/
+4
*
Dummy code to silence warning from 4189266
Bill Schmidt
2013-08-26
1
-0
/
+2
*
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
2013-07-30
1
-0
/
+10
*
PPC32 va_list is an actual structure so va_copy needs to copy the whole
Roman Divacky
2013-07-25
1
-0
/
+2
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-5
/
+5
*
[PowerPC] Always use mfocrf if available
Ulrich Weigand
2013-07-03
1
-5
/
+4
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
[PowerPC] Expose some calling convention functions in PPCISelLowering.h.
Bill Schmidt
2013-06-12
1
-0
/
+18
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-14
/
+14
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-2
/
+2
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
1
-8
/
+3
*
Implement PPC counter loops as a late IR-level pass
Hal Finkel
2013-05-15
1
-0
/
+4
*
PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]
NAKAMURA Takumi
2013-05-15
1
-14
/
+14
*
Whitespace.
NAKAMURA Takumi
2013-05-15
1
-2
/
+2
*
Implement the PowerPC system call (sc) instruction.
Bill Schmidt
2013-05-14
1
-0
/
+4
*
Remove unused isLegalAddressImmediate() method.
Roman Divacky
2013-05-08
1
-9
/
+0
*
Enable early if conversion on PPC
Hal Finkel
2013-04-05
1
-0
/
+2
*
Cleanup PPC reciprocal-estimate functionality
Hal Finkel
2013-04-03
1
-3
/
+2
*
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-03
1
-0
/
+7
*
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
1
-1
/
+14
*
Treat PPCISD::STFIWX like the memory opcode that it is
Hal Finkel
2013-04-01
1
-4
/
+4
*
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
1
-0
/
+5
*
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-31
1
-8
/
+1
*
PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
2013-03-26
1
-18
/
+5
*
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2013-03-22
1
-6
/
+3
*
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
1
-0
/
+17
*
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
1
-0
/
+4
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+1
*
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
1
-5
/
+6
*
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
1
-2
/
+3
*
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-20
1
-0
/
+5
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
1
-4
/
+9
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+26
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
1
-7
/
+6
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
1
-2
/
+2
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+14
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+14
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-1
/
+15
*
This is another TLC patch for separating code for the Darwin and ELF ABIs
Bill Schmidt
2012-10-23
1
-1
/
+24
[next]