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
*
Testcases for ARM assembly BX/BXJ instructions.
Jim Grosbach
2011-07-13
1
-2
/
+24
*
Testcases for ARM assembly BLX/BL instructions.
Jim Grosbach
2011-07-13
1
-0
/
+17
*
Range checking for 16-bit immediates in ARM assembly.
Jim Grosbach
2011-07-13
2
-4
/
+8
*
Add tests for ARM parsing of 'BKPT' instruction.
Jim Grosbach
2011-07-13
1
-0
/
+9
*
Fix copy-pasto.
Jim Grosbach
2011-07-13
1
-1
/
+1
*
Add tests for ARM parsing of 'BIC' instruction.
Jim Grosbach
2011-07-13
1
-0
/
+58
*
Add some FIXMEs.
Jim Grosbach
2011-07-13
1
-0
/
+16
*
Add tests for ARM parsing of 'AND' instruction.
Jim Grosbach
2011-07-13
1
-0
/
+58
*
Improve ARM assembly parsing diagnostics a bit.
Jim Grosbach
2011-07-13
1
-0
/
+43
*
Add tests for ARM parsing of 'ADD' instruction
Jim Grosbach
2011-07-13
1
-0
/
+63
*
Destination register operand is optional for ADC and SBC ARM.
Jim Grosbach
2011-07-13
1
-0
/
+36
*
Flesh out ARM Parser support for shifted-register operands.
Jim Grosbach
2011-07-13
1
-0
/
+48
*
Add check for predicate w/o S bit.
Jim Grosbach
2011-07-12
1
-0
/
+2
*
Fix recognition of ARM 'adcs' mnemonic.
Jim Grosbach
2011-07-11
1
-0
/
+31
*
Simplify printing of ARM shifted immediates.
Jim Grosbach
2011-07-11
2
-8
/
+7
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-1
/
+2
*
Add support for ARM / Thumb mode switching with .code 16 and .code 32.
Evan Cheng
2011-07-08
1
-0
/
+16
*
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-07-07
1
-2
/
+2
*
Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501.
Kevin Enderby
2011-07-06
1
-5
/
+5
*
Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a
Kevin Enderby
2011-07-06
1
-0
/
+6
*
Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...
Eli Friedman
2011-07-05
1
-0
/
+16
*
Recognize the xstorerng alias for VIA PadLock's xstore instruction.
Joerg Sonnenberger
2011-06-30
1
-0
/
+4
*
Asm parser range checking on .<size> <value> directives.
Jim Grosbach
2011-06-29
1
-0
/
+6
*
ARM Thumb2 asm syntax optional destination operand for binary operators.
Jim Grosbach
2011-06-28
1
-0
/
+20
*
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
1
-0
/
+16
*
ARM assembler support for ldmfd/stmfd mnemonics.
Jim Grosbach
2011-06-27
1
-0
/
+8
*
ARM assembler support for vpush/vpop.
Jim Grosbach
2011-06-27
1
-0
/
+19
*
ARM Assembly syntax support for arithmetic implied dest operand.
Jim Grosbach
2011-06-27
1
-0
/
+126
*
Move ARM-specific test to ARM directory.
Jim Grosbach
2011-06-25
1
-0
/
+0
*
Testcase for r133818
Jim Grosbach
2011-06-24
1
-0
/
+17
*
Add support for movntil/movntiq mnemonics. Reported on llvmdev.
Eli Friedman
2011-06-23
2
-12
/
+24
*
Add support for assembling "movq" when it's correct to do so, while continuing
Nick Lewycky
2011-06-21
1
-0
/
+8
*
Revert r133452: "Emit movq for 64-bit register to XMM register moves..."
Bob Wilson
2011-06-21
2
-11
/
+3
*
Emit movq for 64-bit register to XMM register moves, but continue to accept
Nick Lewycky
2011-06-20
2
-3
/
+11
*
MC: Allow .common as alias for .comm assembler directive. PR10116.
Hans Wennborg
2011-06-18
1
-0
/
+2
*
Improve the heuristic to emit the alias if the number of hard-coded registers
Bill Wendling
2011-06-15
1
-15
/
+15
*
Heuristic: If the number of operands in the alias are more than the number of
Bill Wendling
2011-06-14
1
-20
/
+20
*
Test that ".byte 1, 2, 3, 4" does the right thing.
Roman Divacky
2011-06-07
1
-0
/
+7
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
1
-0
/
+10
*
Add support for @GOTPTOFF in i386 mode.
Nick Lewycky
2011-06-04
1
-0
/
+8
*
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
Bruno Cardoso Lopes
2011-05-31
2
-0
/
+5
*
Use %rbp on a 64 bit test.
Rafael Espindola
2011-05-29
1
-1
/
+1
*
Move ARM specific test into the ARM subdir.
Benjamin Kramer
2011-05-28
1
-0
/
+0
*
ARM asm parser wasn't able to parse a "mov" instruction while in Thumb
Bruno Cardoso Lopes
2011-05-27
1
-0
/
+3
*
Add the suffix to the Win64 EH data sections' names if given. Add a test for
Charles Davis
2011-05-27
1
-0
/
+37
*
Assorted fixes for Win64 EH unwind info emission:
Charles Davis
2011-05-27
1
-4
/
+13
*
Add a test for Win64 EH unwind information emission.
Charles Davis
2011-05-27
1
-0
/
+51
*
Add a test for the chained directives that I forgot last time.
Charles Davis
2011-05-26
1
-0
/
+3
*
Test .seh_startchained and .seh_endchained parsing.
Charles Davis
2011-05-26
1
-0
/
+3
*
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
1
-0
/
+14
[next]