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
*
[arm] Add big-endian version of pcrel fixups for adr instructions
Dimitry Andric
2020-05-19
1
-12
/
+8
*
[MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)
Hans Wennborg
2020-02-27
1
-12
/
+10
*
MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
Pavel Labath
2019-09-24
1
-5
/
+5
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-2
/
+2
*
[ARM] Handle fixup_arm_pcrel_9 correctly on big-endian targets
Mikhail Maltsev
2019-06-26
1
-0
/
+1
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-11
1
-0
/
+116
*
Revert rL362953 and its followup rL362955.
Simon Tatham
2019-06-10
1
-133
/
+0
*
[ARM] Add the non-MVE instructions in Arm v8.1-M.
Simon Tatham
2019-06-10
1
-0
/
+133
*
[ARM] Support .reloc *, R_ARM_NONE, *
Fangrui Song
2019-05-17
1
-1
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ARM-MachO: don't add Thumb bit for addend to non-external relocation.
Tim Northover
2018-08-06
1
-0
/
+1
*
[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
[next]