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
/
test
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
1
-20
/
+0
*
dos2unix on quoted-names.ll
Hans Wennborg
2013-10-16
1
-20
/
+20
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
1
-0
/
+20
*
[AArch64] Add support for NEON scalar signed saturating absolute value and
Chad Rosier
2013-10-15
3
-0
/
+58
*
[mips] Set HI/LO registers' HWEncoding field.
Akira Hatanaka
2013-10-15
1
-0
/
+31
*
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
2013-10-14
3
-0
/
+267
*
Add subtarget feature support for Cortex-A53
Bernard Ogden
2013-10-14
2
-2
/
+2
*
[mips][msa] Direct Object Emission support for BIT instructions.
Matheus Almeida
2013-10-14
1
-0
/
+150
*
[mips][msa] Direct Object Emission support for VEC instructions.
Matheus Almeida
2013-10-14
1
-0
/
+27
*
[mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.
Matheus Almeida
2013-10-14
1
-0
/
+18
*
[mips][msa] Direct Object Emission for the majority of the ELM instructions.
Matheus Almeida
2013-10-14
1
-0
/
+48
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-14
1
-0
/
+15
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
3
-13
/
+13
*
Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...
Craig Topper
2013-10-14
1
-0
/
+6
*
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...
Craig Topper
2013-10-14
1
-0
/
+8
*
Mips: Disassemble sign-extended 64 bit immediates properly.
Benjamin Kramer
2013-10-11
1
-0
/
+3
*
[ARM] Fix FP ABI attributes with no VFP enabled.
Amara Emerson
2013-10-11
1
-4
/
+4
*
This reverts 192447 because of compiler warning generated on darwin build.
Matheus Almeida
2013-10-11
1
-15
/
+0
*
This reverts r192449 because of compiler warning generated on darwin build.
Matheus Almeida
2013-10-11
1
-48
/
+0
*
[mips][msa] Direct Object Emission for the majority of the ELM instructions.
Matheus Almeida
2013-10-11
1
-0
/
+48
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-11
1
-0
/
+15
*
Implement aarch64 neon instruction set AdvSIMD (copy).
Kevin Qin
2013-10-11
2
-0
/
+223
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
2
-0
/
+684
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
2
-684
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
2
-0
/
+684
*
Allow non-AVX form of pmovmskb to take a GR64 operand.
Craig Topper
2013-10-10
1
-0
/
+4
*
AArch64: migrate ADRP relaxation test to be llvm-mc only.
Tim Northover
2013-10-09
1
-0
/
+18
*
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
2013-10-08
3
-0
/
+95
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
2
-0
/
+39
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
3
-3
/
+22
*
[ARM] Improve build attributes emission.
Amara Emerson
2013-10-07
1
-3
/
+4
*
[AArch64] Add support for NEON scalar arithmetic instructions:
Chad Rosier
2013-10-07
4
-0
/
+164
*
[ARMv8] Add some disassembly tests for Thumb sevl/sevl.w
Joey Gouly
2013-10-07
1
-0
/
+5
*
ARM: allow cortex-m0 to use hint instructions
Tim Northover
2013-10-07
3
-12
/
+37
*
Remove some instructions that seem to only exist to trick the filtering check...
Craig Topper
2013-10-07
2
-0
/
+12
*
Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...
Craig Topper
2013-10-07
1
-0
/
+56
*
Add disassembler support for long encodings for INC/DEC in 32-bit mode.
Craig Topper
2013-10-07
2
-1
/
+49
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
5
-40
/
+43
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
2
-0
/
+264
*
reverting per request
Jack Carter
2013-10-04
1
-6
/
+1
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-1
/
+6
*
Implement aarch64 neon instruction set AdvSIMD (3V elem).
Jiangning Liu
2013-10-04
2
-0
/
+1030
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
2
-14
/
+9762
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
2
-1
/
+73
*
Add test I forgot to git add in r191824.
Rafael Espindola
2013-10-02
1
-0
/
+17
*
[SystemZ] Add comparisons of high words and memory
Richard Sandiford
2013-10-01
4
-0
/
+130
*
[SystemZ] Add comparisons of large immediates using high words
Richard Sandiford
2013-10-01
4
-0
/
+80
*
[SystemZ] Add immediate addition involving high words
Richard Sandiford
2013-10-01
4
-0
/
+45
*
[ARM] Introduce the 'sevl' instruction in ARMv8.
Joey Gouly
2013-10-01
9
-27
/
+29
*
[SystemZ] Add truncating high-word stores (STCH and STHH)
Richard Sandiford
2013-10-01
4
-0
/
+130
[next]