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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] fix trivial typos in comments and error message
Hiroshi Inoue
2018-04-09
2
-2
/
+2
*
[ARM] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-1
/
+1
*
[ARM] Simplify constructing the ARMArchFeature string. NFC.
Martin Storsjo
2018-03-26
1
-12
/
+9
*
[ARM] Error out on .arm assembler directives on windows
Martin Storsjo
2018-03-23
1
-0
/
+7
*
[ARM] Armv8.2-A FP16 code generation (part 1/3)
Sjoerd Meijer
2018-01-26
1
-1
/
+3
*
[ARM] Fix endianness of Thumb .inst.w directive
Oliver Stannard
2018-01-04
1
-2
/
+4
*
[ARM][NFC] Avoid recreating MCSubtargetInfo in ARMAsmBackend
Alex Bradbury
2018-01-03
6
-36
/
+31
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
2
-14
/
+18
*
Remove redundant includes from lib/Target/ARM.
Michael Zolotukhin
2017-12-13
3
-4
/
+0
*
[ARM] Add support for armv7e-m to the .arch directive
Oliver Stannard
2017-11-29
1
-0
/
+1
*
[ARM] Use SEH exceptions on thumbv7-windows
Martell Malone
2017-11-21
1
-1
/
+1
*
[ARM] Use dwarf exception handling on MinGW
Martin Storsjo
2017-11-17
2
-3
/
+10
*
[arm] Fix Unnecessary reloads from GOT.
Evgeniy Stepanov
2017-11-13
1
-1
/
+4
*
Add a few missing headers for modularization/IWYU/etc
David Blaikie
2017-10-27
3
-0
/
+4
*
Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...
Yichao Yu
2017-10-26
1
-0
/
+2
*
ARMAddressingModes.h: Don't mark header functions as file local
David Blaikie
2017-10-24
1
-86
/
+63
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
4
-24
/
+29
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
4
-27
/
+38
*
[MC] Add another missing <memory> include left out of r315327.
Lang Hames
2017-10-10
1
-0
/
+1
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
7
-18
/
+25
*
[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> through
Lang Hames
2017-10-10
1
-2
/
+2
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-2
/
+2
*
[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter
Lang Hames
2017-10-09
1
-4
/
+3
*
[ARM] v8.3-a complex number support
Sam Parker
2017-09-29
1
-0
/
+1
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
1
-2
/
+2
*
[ARM] Tidy-up condition-code support functions
Javed Absar
2017-08-27
1
-64
/
+1
*
ARM: use internal relocations for local symbols after all.
Tim Northover
2017-08-23
1
-2
/
+11
*
ARM: use an external relocation for calls from MachO ARM mode.
Tim Northover
2017-08-18
1
-5
/
+4
*
[Triple] Add isThumb and isARM functions.
Florian Hahn
2017-08-12
1
-4
/
+1
*
[TargetParser] Use enum classes for various ARM kind enums.
Florian Hahn
2017-07-27
4
-53
/
+53
*
Simplify. NFC.
Rafael Espindola
2017-07-26
1
-176
/
+114
*
Remove Bitrig: LLVM Changes
Erich Keane
2017-07-21
1
-1
/
+0
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
2
-12
/
+11
*
[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
2
-12
/
+11
*
Don't repeat names and reformat. NFC.
Rafael Espindola
2017-06-28
1
-46
/
+37
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
2
-8
/
+3
*
Remove redundant argument.
Rafael Espindola
2017-06-24
2
-2
/
+3
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
2
-23
/
+35
*
COFF: Produce an error on invalid pcrel relocs.
Rafael Espindola
2017-06-23
1
-3
/
+4
*
[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
2
-5
/
+5
*
[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
6
-7
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
5
-6
/
+6
*
[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
3
-1
/
+34
*
[ARM] Create relocations for Thumb functions calling ARM fns in ELF.
Florian Hahn
2017-06-01
1
-0
/
+9
*
Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...
James Molloy
2017-05-22
1
-0
/
+1
[next]