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
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
1
-3
/
+5
*
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-19
1
-47
/
+128
*
Fix the isLocalCall() by checking for linker weakness as well.
Roman Divacky
2012-09-18
1
-1
/
+2
*
Optimize local func calls to not emit nop for TOC restoration.
Roman Divacky
2012-09-18
1
-2
/
+10
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+2
*
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
2012-08-30
1
-1
/
+5
*
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
2012-08-30
1
-1
/
+1
*
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
2012-08-28
1
-0
/
+15
*
Eliminate redundant CR moves on PPC32.
Hal Finkel
2012-08-28
1
-8
/
+14
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-8
/
+7
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-0
/
+16
*
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
2012-08-16
1
-1
/
+1
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
1
-1
/
+3
*
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2012-07-02
1
-10
/
+17
*
Add support for the PPC isel instruction.
Hal Finkel
2012-06-22
1
-5
/
+31
*
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
2012-06-22
1
-2
/
+23
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
1
-7
/
+2
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
1
-1
/
+9
*
Enable ILP scheduling for all nodes by default on PPC.
Hal Finkel
2012-06-10
1
-4
/
+6
*
PPC32 uses R2 as the TLS register. Fix the copy and paste.
Roman Divacky
2012-06-05
1
-3
/
+3
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-1
/
+26
*
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-04
1
-5
/
+3
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-11
/
+19
*
effectively back out my last change (r155190)
Gabor Greif
2012-04-20
1
-2
/
+2
*
fix obviously bogus (IMO) operand index of the load in asserts
Gabor Greif
2012-04-20
1
-3
/
+3
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-19
/
+19
*
zap tabs
Gabor Greif
2012-04-19
1
-7
/
+7
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-14
/
+3
*
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
1
-1
/
+10
*
Enable prefetch generation on PPC64.
Hal Finkel
2012-04-01
1
-0
/
+3
*
Set the default PPC node scheduling preference to ILP (for the embedded cores).
Hal Finkel
2012-04-01
1
-0
/
+9
*
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
1
-8
/
+15
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-1
/
+1
*
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
1
-5
/
+17
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-7
/
+7
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-4
/
+4
*
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
1
-12
/
+12
*
Convert PowerPC to register mask operands.
Roman Divacky
2012-03-06
1
-0
/
+6
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-3
/
+4
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
1
-4
/
+3
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
1
-3
/
+4
*
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-22
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Remove a bunch of unused variable assignments.
Benjamin Kramer
2012-01-20
1
-2
/
+1
*
Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...
Benjamin Kramer
2012-01-15
1
-2
/
+1
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+6
*
Teach SelectionDAG to match more calls to libm functions onto existing SDNode...
Owen Anderson
2011-12-08
1
-0
/
+7
[next]