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] 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
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-16
/
+16
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-23
/
+0
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-3
/
+2
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
[AArch64] Teach AsmPrinter about GlobalAddress operands.
Ahmed Bougacha
2015-03-05
1
-0
/
+12
*
Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...
Kristof Beyls
2015-03-04
1
-12
/
+47
*
Migrate away from using a Subtarget except for the one place we want
Eric Christopher
2015-02-03
1
-12
/
+7
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+2
*
[AArch64][Stackmaps] Optimize stackmap shadows on AArch64.
Lang Hames
2014-12-02
1
-1
/
+16
*
Delete unused argument in AArch64MCInstLower constructor: it doesn't
Alexey Samsonov
2014-08-19
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+3
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-2
/
+2
*
AArch64: remove "arm64_be" support in favour of "aarch64_be".
Tim Northover
2014-07-23
1
-3
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
AArch64: support 'c' and 'n' inline asm modifiers.
Tim Northover
2014-05-27
1
-0
/
+5
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+519
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-303
/
+0
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-24
1
-1
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
[next]