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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.
Jim Grosbach
2011-09-09
1
-0
/
+20
*
Thumb2 assembly parsing and encoding for LDRD(immediate).
Jim Grosbach
2011-09-08
1
-0
/
+41
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
1
-2
/
+3
*
Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain
Nick Lewycky
2011-09-05
1
-0
/
+8
*
Fix typo in comment.
Nick Lewycky
2011-09-05
1
-1
/
+1
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+1
*
Fix encoding for tBcc with immediate offset operand.
Owen Anderson
2011-08-31
1
-1
/
+5
*
Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead...
Owen Anderson
2011-08-31
1
-3
/
+31
*
Fix encoding of CBZ/CBNZ Thumb2 instructions with immediate offsets rather th...
Owen Anderson
2011-08-30
1
-1
/
+4
*
Fix encoding of PC-relative Thumb1 LDR's when using immediate offsets instead...
Owen Anderson
2011-08-30
1
-1
/
+4
*
Fix encoding of Thumb1 B instructions with immediate offsets, which is necess...
Owen Anderson
2011-08-30
1
-1
/
+4
*
Clean up whitespace.
Owen Anderson
2011-08-30
1
-8
/
+8
*
Improve handling of #-0 offsets for many more pre-indexed addressing modes.
Owen Anderson
2011-08-29
1
-1
/
+3
*
Improve encoding support for BLX with immediat eoperands, and fix a BLX decod...
Owen Anderson
2011-08-26
1
-1
/
+15
*
Correct encoding of BL with immediate offset.
Owen Anderson
2011-08-26
1
-5
/
+10
*
Support an extension of ARM asm syntax to allow immediate operands to ADR ins...
Owen Anderson
2011-08-26
1
-9
/
+22
*
ARM asm backend initialize isThumbMode based on target triple.
Jim Grosbach
2011-08-24
1
-1
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-5
/
+8
*
Thumb assembly parsing and encoding for LDR(literal).
Jim Grosbach
2011-08-19
1
-1
/
+1
*
ARM Thumb blx instruction fixup has same data range as bl.
Jim Grosbach
2011-08-18
1
-1
/
+1
*
ARM clean up the imm_sr operand class representation.
Jim Grosbach
2011-08-17
1
-10
/
+0
*
Thumb parsing diagnostics for low-reg requirements on ADD and MOV.
Jim Grosbach
2011-08-16
1
-0
/
+13
*
ARM thumb assembly parsing for arithmetic flag setting instructions.
Jim Grosbach
2011-08-16
1
-0
/
+6
*
ARM .align NOP padding uses different encoding pre-ARMv6.
Jim Grosbach
2011-08-16
1
-14
/
+37
*
Correct immediate range for shifter operands. Patch by James Molloy, with ad...
Owen Anderson
2011-08-11
1
-1
/
+4
*
The new ARM disassembler disassembles "bx lr" as a special BX_ret instruction...
Benjamin Kramer
2011-08-09
1
-10
/
+0
*
Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...
Owen Anderson
2011-08-08
1
-0
/
+13
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
1
-0
/
+53
*
ARM simplify the postidx_reg operand encoding.
Jim Grosbach
2011-08-05
1
-2
/
+1
*
ARM refactoring assembly parsing of memory address operands.
Jim Grosbach
2011-08-03
2
-1
/
+18
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-1
/
+6
*
Update comments.
Owen Anderson
2011-07-28
1
-18
/
+10
*
Explicitly declare a library dependency of LLVM*Desc to
Oscar Fuentes
2011-07-28
1
-0
/
+2
*
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
1
-5
/
+0
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
1
-5
/
+0
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-2
/
+7
*
ARM cleanup of rot_imm encoding.
Jim Grosbach
2011-07-26
1
-11
/
+0
*
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...
Evan Cheng
2011-07-26
1
-5
/
+5
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
1
-0
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
4
-14
/
+12
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
1
-0
/
+13
*
Code clean up.
Evan Cheng
2011-07-25
1
-3
/
+0
*
ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.
NAKAMURA Takumi
2011-07-23
1
-0
/
+1
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
2
-2
/
+2
*
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-23
8
-3
/
+2832
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
1
-25
/
+21
*
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-07-20
4
-0
/
+730
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-2
/
+3
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-1
/
+0
[next]