index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-02
Merge LLVM 3.2 branch
Tom Stellard
6
-36
/
+73
2012-11-13
Merge master branch
tstellar
14
-289
/
+952
2012-10-22
Merge master branch
tstellar
1
-1
/
+46
2012-10-16
Merge master branch
tstellar
8
-25
/
+76
2012-10-11
Merge master branch
tstellar
15
-102
/
+448
2012-10-02
Merge master branch
tstellar
3
-4
/
+4
2012-10-02
Merge TOT
tstellar
1
-3
/
+5
2012-09-19
Small structs for PPC64 SVR4 must be passed right-justified in registers.
wschmidt
2
-61
/
+143
2012-09-18
Fix the isLocalCall() by checking for linker weakness as well.
rdivacky
1
-1
/
+2
2012-09-18
Avoid symbol name clash when filling TOC.
rdivacky
1
-3
/
+8
2012-09-18
On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.
rdivacky
1
-0
/
+2
2012-09-18
Optimize local func calls to not emit nop for TOC restoration.
rdivacky
1
-2
/
+10
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
rdivacky
2
-2
/
+2
2012-09-16
Change unsigned to uint32_t to match base class declaration and other targets.
ctopper
2
-2
/
+2
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
ctopper
1
-3
/
+3
2012-09-12
Fix PR11985
Michael Liao
1
-2
/
+2
2012-09-12
Enable exceptions handling on PPC64 now that cr misaligned spilling
Roman Divacky
1
-2
/
+1
2012-09-12
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
4
-74
/
+277
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
1
-1
/
+0
2012-09-05
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2
-3
/
+3
2012-09-03
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
1
-2
/
+2
2012-08-30
PPCISelLowering.cpp: Fix r162725.
NAKAMURA Takumi
1
-1
/
+5
2012-08-30
PPCISelLowering.cpp: Whitespace.
NAKAMURA Takumi
1
-1
/
+1
2012-08-29
Reserve space for the mandatory traceback fields on PPC64.
Hal Finkel
1
-4
/
+8
2012-08-28
Emit word of zeroes after the last instruction as a start of the mandatory
Roman Divacky
1
-0
/
+15
2012-08-28
Add PPC Freescale e500mc and e5500 subtargets.
Hal Finkel
8
-2
/
+609
2012-08-28
Split several PPC instruction classes.
Hal Finkel
9
-102
/
+269
2012-08-28
Allow remat of LI on PPC.
Hal Finkel
2
-1
/
+3
2012-08-28
Eliminate redundant CR moves on PPC32.
Hal Finkel
3
-8
/
+34
2012-08-28
Optimize zext on PPC64.
Hal Finkel
1
-0
/
+9
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2
-9
/
+8
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
3
-7
/
+40
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
1
-2
/
+4
2012-08-16
Revert r162034, r162035 and r162037.
Roman Divacky
2
-20
/
+1
2012-08-16
Define and handle additional fixup kinds. By Adhemerval Zanella.
Roman Divacky
2
-1
/
+20
2012-08-16
Fix typo and grammar. By Adhemerval Zanella.
Roman Divacky
1
-1
/
+1
2012-08-08
Don't use getNextOperandForReg().
Jakob Stoklund Olesen
1
-1
/
+4
2012-08-07
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
1
-0
/
+4
2012-08-06
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
1
-2
/
+2
2012-08-04
Add readcyclecounter lowering on PPC64.
Hal Finkel
2
-1
/
+8
2012-08-03
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
1
-1
/
+1
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2
-20
/
+20
2012-07-02
Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...
Evan Cheng
2
-16
/
+17
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
1
-3
/
+3
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
1
-1
/
+1
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
1
-1
/
+3
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
1
-0
/
+2
2012-06-23
Silence an unused variable warning on release builds.
Craig Topper
1
-2
/
+2
2012-06-22
Add support for the PPC isel instruction.
Hal Finkel
8
-14
/
+84
2012-06-22
Convert the PPC backend to use the new FMA infrastructure.
Hal Finkel
4
-42
/
+48
[next]