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
/
AArch64AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[AArch64] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-8
/
+1
*
[AsmPrinter] hoist %a output template to base class for ARM+Aarch64
Nick Desaulniers
2019-04-17
1
-3
/
+0
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-8
/
+4
*
[HWASan] Save + print registers when tag mismatch occurs in AArch64.
Mitch Phillips
2019-03-08
1
-2
/
+38
*
[COFF, ARM64] Don't put jump table into a separate COFF section for EK_LabelD...
Martin Storsjo
2019-01-29
1
-2
/
+11
*
hwasan: Move memory access checks into small outlined functions on aarch64.
Peter Collingbourne
2019-01-23
1
-0
/
+112
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
Mandeep Singh Grang
2019-01-16
1
-0
/
+28
*
[Dwarf/AArch64] Return address signing B key dwarf support
Luke Cheeseman
2018-12-21
1
-0
/
+13
*
[COFF, ARM64] Emit COFF function header
Mandeep Singh Grang
2018-12-11
1
-5
/
+27
*
[CodeGen] Support custom format of stack maps
Than McIntosh
2018-11-26
1
-1
/
+1
*
[ARM64][Windows] MCLayer support for exception handling
Sanjin Sijaric
2018-10-27
1
-0
/
+97
*
AArch64: add a pass to compress jump-table entries when possible.
Tim Northover
2018-10-24
1
-0
/
+132
*
[AArch64][v8.5A] Restrict indirect tail calls to use x16/17 only when using BTI
Oliver Stannard
2018-10-08
1
-0
/
+1
*
[AArch64] Fix verifier error when outlining indirect calls
Oliver Stannard
2018-10-08
1
-1
/
+2
*
[AArch64] Split zero cycle feature more granularly
Evandro Menezes
2018-09-28
1
-1
/
+1
*
[COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinter
Martin Storsjo
2018-07-25
1
-3
/
+1
*
[AArch64] Support "S" inline assembler constraint
Peter Smith
2018-05-16
1
-0
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64
Reid Kleckner
2018-01-17
1
-23
/
+0
*
AArch64: fix one more place movi.2d could be created.
Tim Northover
2017-12-20
1
-0
/
+14
*
AArch64: work around how Cyclone handles "movi.2d vD, #0".
Tim Northover
2017-12-18
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[AArch64] Support COFF linker directives
Martin Storsjo
2017-08-31
1
-0
/
+24
*
[AArch64] Add FMOVH0: materialize 0 using zero register for f16 values
Sjoerd Meijer
2017-08-24
1
-3
/
+11
*
[AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-25
1
-17
/
+26
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[AArch64]: add 'a' inline asm operand modifier.
Manoj Gupta
2017-05-25
1
-1
/
+4
*
[AArch64] ILP32 Backend Relocation Support
Joel Jones
2017-05-02
1
-2
/
+1
*
Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and"
Zachary Turner
2017-05-02
1
-1
/
+2
*
Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and
Joel Jones
2017-05-02
1
-2
/
+1
*
[XRay] Merge instrumentation point table emission code into AsmPrinter.
Dean Michael Berris
2017-01-03
1
-55
/
+1
*
[xray] Add XRay support for Mach-O in CodeGen
Kuba Mracek
2016-11-23
1
-26
/
+35
*
[XRay][AArch64] Implemented a test for the compile-time sleds emitted, and fi...
Dean Michael Berris
2016-11-21
1
-1
/
+3
*
[XRay] Support AArch64 in LLVM
Dean Michael Berris
2016-11-17
1
-1
/
+123
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
Use StringRef in Datalayout API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Use abstraction in AArch64AsmPrinter::lowerSTACKMAP. NFCI
Diana Picus
2016-08-31
1
-1
/
+1
*
[stackmaps] More extraction of common code [NFCI]
Philip Reames
2016-08-23
1
-2
/
+2
*
AArch64: Change modeling of zero cycle zeroing.
Matthias Braun
2016-07-06
1
-2
/
+45
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-14
/
+0
*
AArch64: stop trying to use 32-bit MOVZs when expanding patchpoints.
Tim Northover
2016-06-15
1
-3
/
+3
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-9
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
[next]