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
/
ARM
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-02
Merge LLVM 3.2 branch
Tom Stellard
4
-51
/
+24
2012-11-13
Merge master branch
tstellar
22
-608
/
+558
2012-10-22
Merge master branch
tstellar
4
-16
/
+25
2012-10-16
Merge master branch
tstellar
9
-35
/
+103
2012-10-11
Merge master branch
tstellar
18
-116
/
+114
2012-10-02
Merge master branch
tstellar
2
-3
/
+7
2012-10-02
Merge master branch
tstellar
25
-73
/
+1941
2012-10-02
Merge TOT
tstellar
2
-11
/
+62
2012-09-24
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
tstellar
1
-0
/
+2
2012-09-24
Whitespace.
tstellar
1
-2
/
+2
2012-09-24
Fix edge cases of ARM shift operands in arith instructions.
tstellar
1
-38
/
+6
2012-09-24
Fix the handling of edge cases in ARM shifted operands.
tstellar
4
-8
/
+35
2012-09-24
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
tstellar
1
-0
/
+4
2012-09-24
Add comment.
tstellar
1
-1
/
+2
2012-09-24
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
tstellar
1
-0
/
+6
2012-09-21
Cortex-A9 latency fixes (w/ -schedmodel only).
atrick
1
-5
/
+5
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
mcrosier
1
-0
/
+6
2012-09-21
Tidy up. Whitespace.
grosbach
1
-2
/
+2
2012-09-21
Tidy up. Formatting.
grosbach
1
-1
/
+1
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
grosbach
1
-2
/
+29
2012-09-20
Change enum type in a static table to uint8_t instead. Saves about 700 hundre...
ctopper
1
-6
/
+6
2012-09-18
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
evancheng
1
-2
/
+4
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
rdivacky
2
-2
/
+2
2012-09-18
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
jamesm
1
-13
/
+56
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
atrick
1
-1
/
+2
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
evancheng
2
-5
/
+42
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
atrick
1
-2
/
+1
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
atrick
1
-1
/
+2
2012-09-17
Removed the VMLxForwarding feature for the Cortex-A15 target.
sbaranga
1
-2
/
+1
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
ctopper
1
-2
/
+2
2012-09-14
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
atrick
2
-0
/
+34
2012-09-14
Cortex-A9 instruction-level scheduling machine model.
atrick
1
-3
/
+594
2012-09-14
Fix Doxygen issues:
gribozavr
1
-1
/
+1
2012-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
9
-30
/
+41
2012-09-11
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
1
-22
/
+22
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
1
-1
/
+1
2012-09-10
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
1
-2
/
+8
2012-09-08
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
1
-0
/
+1
2012-09-07
Custom DAGCombine for and/or/xor are for all ARMs.
Jakob Stoklund Olesen
1
-6
/
+3
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
1
-1
/
+0
2012-09-06
Diagnose invalid alignments on duplicating VLDn instructions.
Tim Northover
1
-0
/
+4
2012-09-06
Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...
Tim Northover
1
-8
/
+38
2012-09-06
Use correct part of complex operand to encode VST1 alignment.
Tim Northover
1
-2
/
+2
2012-09-06
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
1
-1
/
+1
2012-09-06
Fix self-host; ensure signedness is consistent.
James Molloy
1
-2
/
+2
2012-09-06
Improve codegen for BUILD_VECTORs on ARM.
James Molloy
1
-10
/
+56
2012-09-06
Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...
James Molloy
2
-17
/
+66
2012-09-05
Remove predicated pseudo-instructions.
Jakob Stoklund Olesen
2
-100
/
+0
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
1
-56
/
+31
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
1
-1
/
+1
[next]