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
/
AArch64ELFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove unneeded friend declarations that clang-cl warns on
Reid Kleckner
2018-10-29
1
-2
/
+0
*
[ARM64][Windows] MCLayer support for exception handling
Sanjin Sijaric
2018-10-27
1
-22
/
+2
*
[AARCH64][FIX] Emit data symbol for constant pool data
Diogo N. Sampaio
2018-10-11
1
-0
/
+5
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-5
/
+7
*
Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...
Yichao Yu
2017-10-26
1
-0
/
+8
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-4
/
+6
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-5
/
+7
*
[COFF, ARM64] Add support for Windows ARM64 COFF format
Mandeep Singh Grang
2017-06-27
1
-0
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-2
/
+2
*
[AArch64] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-03
1
-10
/
+9
*
[AArch64] Fix two bugs in the .inst directive
Oliver Stannard
2016-01-20
1
-1
/
+13
*
[ARM,AArch64] Store source location for values in assembly files
Oliver Stannard
2015-11-16
1
-1
/
+1
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-2
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-2
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+2
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-2
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+2
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
1
-1
/
+1
*
Optimize the creation of mapping symbols.
Rafael Espindola
2015-06-26
1
-11
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.
Rafael Espindola
2015-06-04
1
-1
/
+0
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-6
/
+5
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-1
/
+1
*
Remove getData.
Rafael Espindola
2015-05-29
1
-2
/
+1
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-1
/
+1
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-1
/
+2
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-2
/
+2
*
[AArch64] Clean up the ELF streamer a bit.
Benjamin Kramer
2015-05-23
1
-13
/
+2
*
[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
Benjamin Kramer
2015-05-23
1
-0
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-2
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-4
/
+4
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-1
/
+1
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-1
/
+8
*
There is only one Asm streamer, there is no need for targets to register it.
Rafael Espindola
2015-03-16
1
-9
/
+5
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-1
/
+3
*
[AArch64] Add support for the .inst directive.
Chad Rosier
2014-10-22
1
-0
/
+66
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-3
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+160
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-161
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-6
/
+7
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-2
/
+3
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-2
/
+2
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-1
/
+1
[next]