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
/
AArch64
/
MCTargetDesc
/
AArch64AsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Fix a bug with jump table generation
Cullen Rhodes
2019-12-06
1
-1
/
+17
*
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
/
+1
*
Include what you use in AArch64AsmBackend.cpp
Dmitri Gribenko
2019-05-27
1
-1
/
+4
*
[AArch64] Support .reloc *, R_AARCH64_NONE, *
Fangrui Song
2019-05-17
1
-2
/
+16
*
AArch64: support binutils-like things on arm64_32.
Tim Northover
2019-05-14
1
-6
/
+14
*
[AArch64] Fix checks for AArch64MCExpr::VK_SABS flag.
Eli Friedman
2019-04-19
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MC] [AArch64] Support resolving signed fixups for :abs_g0_s: etc.
Mandeep Singh Grang
2019-01-08
1
-27
/
+69
*
[MC] [AArch64] Support resolving fixups for abs_g0 etc.
Eli Friedman
2018-12-20
1
-8
/
+49
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
1
-1
/
+1
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+9
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-4
/
+8
*
[MC] Fallback on DWARF when generating compact unwind on AArch64
Francis Visoiu Mistrih
2018-05-31
1
-3
/
+11
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-10
/
+9
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-10
/
+9
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-8
/
+8
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-4
/
+4
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-3
/
+6
*
[COFF, ARM64] Fix symbol offsets in ADRP/ADD/LDR/STR relocations
Martin Storsjo
2017-07-26
1
-13
/
+33
*
[AArch64] Force relocations for all ADRP instructions
Martin Storsjo
2017-07-19
1
-23
/
+23
*
[COFF, ARM64] Add initial relocation types
Mandeep Singh Grang
2017-07-17
1
-1
/
+5
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-2
/
+2
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-7
/
+7
*
[AArch64] Make assert messages uniform and general [NFC]
Mandeep Singh Grang
2017-06-28
1
-2
/
+1
*
[COFF, ARM64] Add support for Windows ARM64 COFF format
Mandeep Singh Grang
2017-06-27
1
-1
/
+18
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-8
/
+6
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+3
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-2
/
+4
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-5
/
+5
*
clang-format a region.
Rafael Espindola
2017-06-20
1
-20
/
+19
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-55
/
+37
*
AArch64 ILP32 relocations for assembly and ELF
Joel Jones
2016-10-24
1
-5
/
+9
*
[AArch64] Allow label arithmetic with add/sub/cmp
Diana Picus
2016-10-11
1
-0
/
+11
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-0
/
+1
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-4
/
+5
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
1
-1
/
+3
*
[AArch64] Better errors for out-of-range fixups
Oliver Stannard
2016-04-01
1
-24
/
+45
*
AArch64: rename compact unwind forms back to UNWIND_ARM64_*. NFC.
Tim Northover
2016-02-23
1
-30
/
+30
*
Write AArch64 big endian data fixup entries as BE.
Keith Walker
2016-01-20
1
-35
/
+64
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-8
/
+8
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-8
/
+8
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-8
/
+8
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-8
/
+8
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
AArch64: map bare-metal arm64-macho triple to MachO MC layer.
Tim Northover
2015-06-12
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
1
-8
/
+6
[next]