index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
MCTargetDesc
/
ARMAsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
1
-31
/
+57
*
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-30
1
-34
/
+52
*
ARM: Thumb ldr(literal) base address alignment is 32-bits.
Jim Grosbach
2012-04-26
1
-1
/
+2
*
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-12
1
-0
/
+3
*
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
1
-0
/
+2
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
1
-4
/
+8
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
ARM branch relaxation for unconditional t1 branches.
Jim Grosbach
2012-03-19
1
-0
/
+11
*
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
1
-2
/
+18
*
Silence warnings about mixing enums.
Benjamin Kramer
2012-01-19
1
-3
/
+2
*
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
1
-0
/
+2
*
Add comment and fix range check in condition.
Jim Grosbach
2012-01-19
1
-1
/
+3
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-9
/
+20
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-11
/
+11
*
Thumb2 load/store fixups don't set the thumb bit.
Jim Grosbach
2012-01-18
1
-4
/
+8
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
1
-0
/
+15
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
1
-2
/
+1
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
1
-7
/
+8
*
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-19
1
-2
/
+15
*
Tidy up value checking.
Jim Grosbach
2011-12-06
1
-1
/
+2
*
Fix ARM handling of tBcc branch relaxation.
Jim Grosbach
2011-12-06
1
-3
/
+5
*
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-06
1
-0
/
+16
*
Simple branch relaxation for Thumb2 Bcc instructions.
Jim Grosbach
2011-12-05
1
-3
/
+24
*
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
1
-2
/
+2
*
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
ARM VLD/VST assembly parsing for symbolic address operands.
Jim Grosbach
2011-11-01
1
-1
/
+1
*
Correct for my over-eager delete finger.
Jim Grosbach
2011-09-30
1
-0
/
+1
*
ARM Fixup valus for movt/movw are for the whole value.
Jim Grosbach
2011-09-30
1
-7
/
+0
*
ARM asm backend initialize isThumbMode based on target triple.
Jim Grosbach
2011-08-24
1
-1
/
+1
*
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 .align NOP padding uses different encoding pre-ARMv6.
Jim Grosbach
2011-08-16
1
-14
/
+37
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-6
/
+5
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-23
1
-0
/
+515