index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
1
-4
/
+0
*
Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.
James Molloy
2012-04-17
1
-8
/
+44
*
Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)
Kevin Enderby
2012-04-17
1
-7
/
+1
*
ARM two-operand forms for vhadd and vhsub instructions.
Jim Grosbach
2012-04-16
1
-0
/
+62
*
ARM handle :lower16: and :upper16: after a '#' prefix.
Jim Grosbach
2012-04-16
1
-13
/
+17
*
ARM assembly two-operand forms for VRSHL.
Jim Grosbach
2012-04-16
1
-1
/
+36
*
ARM two-operand aliases for VRHADD instructions.
Jim Grosbach
2012-04-16
1
-0
/
+32
*
Wire up support for diagnostic ranges in the ARMAsmParser.
Benjamin Kramer
2012-04-15
1
-3
/
+12
*
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
1
-2
/
+5
*
For ARM disassembly only print 32 unsigned bits for the address of branch
Kevin Enderby
2012-04-13
1
-2
/
+2
*
Fix a few more places in the ARM disassembler so that branches get
Kevin Enderby
2012-04-12
2
-4
/
+30
*
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-12
1
-0
/
+3
*
Fixed a case of ARM disassembly getting an assert on a bad encoding
Kevin Enderby
2012-04-11
1
-0
/
+2
*
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
2
-2
/
+5
*
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
2
-2
/
+5
*
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
2
-4
/
+50
*
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
7
-60
/
+52
*
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
1
-0
/
+8
*
Fix ARM disassembly of VLD instructions with writebacks. And add test a case
Kevin Enderby
2012-04-11
1
-0
/
+12
*
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
2
-0
/
+39
*
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-11
8
-10
/
+73
*
Handle llvm.fma.* intrinsics. rdar://10914096
Evan Cheng
2012-04-10
3
-2
/
+20
*
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-10
2
-3
/
+7
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
2
-34
/
+43
*
ARM LDR/LDRT has the same encoding collision as STR/STRT.
Jim Grosbach
2012-04-10
1
-8
/
+7
*
When performing a truncating store, it's possible to rearrange the data
Chad Rosier
2012-04-09
1
-1
/
+85
*
Update comments and remove unnecessary isVolatile() check.
Chad Rosier
2012-04-09
1
-3
/
+5
*
Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>
Bob Wilson
2012-04-07
1
-2
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
5
-5
/
+9
*
ARMPat is equivalent to Requires<[IsARM]>.
Jakob Stoklund Olesen
2012-04-06
1
-3
/
+2
*
Eliminate iOS-specific tail call instructions.
Jakob Stoklund Olesen
2012-04-06
3
-75
/
+27
*
There is no portable std::abs overload for int64_t, use the llvm::abs64
Chandler Carruth
2012-04-06
1
-2
/
+2
*
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
1
-2
/
+4
*
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-04-06
6
-145
/
+24
*
ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.
Jim Grosbach
2012-04-05
1
-0
/
+8
*
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
3
-5
/
+72
*
Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...
Silviu Baranga
2012-04-05
1
-4
/
+4
*
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
1
-0
/
+2
*
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
1
-5
/
+36
*
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-05
1
-1
/
+2
*
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
5
-5
/
+30
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
2
-8
/
+4
*
ARMDisassembler: drop bogus dependency on ARMCodeGen
Dylan Noblesmith
2012-04-03
2
-3
/
+2
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
2
-5
/
+0
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
2
-4
/
+2
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
3
-4
/
+6
*
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+5
*
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+16
*
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
1
-0
/
+2
*
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
1
-4
/
+6
[next]