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
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-16
/
+25
*
[MC][ARM] Add range checking for Thumb2 resolved fixups.
Peter Smith
2018-06-05
1
-0
/
+10
*
[MC][ARM] Correct Thumb BL instruction range
Peter Smith
2018-06-05
1
-3
/
+5
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-25
/
+26
*
ARM: Remove unnecessary argument. NFCI.
Peter Collingbourne
2018-05-16
1
-4
/
+2
*
ARM: Deduplicate code and remove unnecessary declaration. NFCI.
Peter Collingbourne
2018-05-16
1
-19
/
+5
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[NFC] fix trivial typos in comments and error message
Hiroshi Inoue
2018-04-09
1
-1
/
+1
*
[ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend
Alex Bradbury
2018-01-03
1
-20
/
+17
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-8
/
+12
*
Remove redundant includes from lib/Target/ARM.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[TargetParser] Use enum classes for various ARM kind enums.
Florian Hahn
2017-07-27
1
-13
/
+13
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-8
/
+7
*
[ARM, ELF] Don't shift movt relocation offsets
Martin Storsjo
2017-07-11
1
-2
/
+2
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-8
/
+9
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-4
/
+1
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+2
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-21
/
+31
*
[ARM] Create relocations for beq.w branches to ARM function syms.
Florian Hahn
2017-06-22
1
-0
/
+1
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-4
/
+4
*
[ARM] Use FixupKind variable in processFixupValue (cleanup, NFC).
Florian Hahn
2017-06-07
1
-10
/
+10
*
[ARM] Create relocations for unconditional branches.
Florian Hahn
2017-06-07
1
-7
/
+12
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[ARM] Add curly braces around switch case [NFC]
Peter Smith
2017-06-06
1
-1
/
+2
*
[ARM] Support fixup for Thumb2 modified immediate
Peter Smith
2017-06-05
1
-0
/
+20
*
[ARM] Create relocations for Thumb functions calling ARM fns in ELF.
Florian Hahn
2017-06-01
1
-0
/
+9
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-37
/
+30
*
Fix typo in comment
Artyom Skrobov
2017-03-14
1
-1
/
+1
*
[Assembler] Fix crash when assembling .quad for AArch32.
Chad Rosier
2017-01-18
1
-1
/
+2
*
ARM: by default don't set the Thumb bit on MachO relocated values.
Tim Northover
2016-08-25
1
-10
/
+11
*
ARM: don't diagnose cbz/cbnz to Thumb functions.
Tim Northover
2016-08-24
1
-1
/
+2
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-3
/
+3
*
Correct the upper bound for a CBZ/CBNZ branch target.
Prakhar Bahuguna
2016-08-16
1
-2
/
+4
*
[Thumb] Validate branch target for CBZ/CBNZ instructions.
Prakhar Bahuguna
2016-08-16
1
-0
/
+5
*
Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."
Matthias Braun
2016-08-15
1
-5
/
+0
*
[Thumb] Validate branch target for CBZ/CBNZ instructions.
Prakhar Bahuguna
2016-08-15
1
-0
/
+5
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-8
/
+13
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+3
*
ARM: report an error when attempting to target a misalgined BLX
Tim Northover
2016-05-10
1
-3
/
+12
*
Fix for pr24346: arm asm label calculation error in sub
James Molloy
2016-04-01
1
-0
/
+11
*
[MC] Rename TLSCALL as it's not ARM specific.
Davide Italiano
2016-03-15
1
-2
/
+2
*
Don't put classes in headers into anonymous namespaces.
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2016-01-25
1
-0
/
+41
*
[ARM] Add B.W and CBZ instructions to ARMv8-M Baseline
Bradley Smith
2016-01-15
1
-2
/
+4
*
Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
Reid Kleckner
2015-12-16
1
-41
/
+0
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2015-12-16
1
-0
/
+41
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-14
/
+28
[next]