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
/
ARMELFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.
James Y Knight
2019-11-16
1
-2
/
+1
*
ARM: Don't emit R_ARM_NONE relocations to compact unwinding decoders in .ARM....
Peter Collingbourne
2019-11-12
1
-8
/
+18
*
[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
*
[ARM] Emmit data symbol for constant pool data
Diogo N. Sampaio
2018-10-02
1
-0
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[ARM/AArch64][v8.5A] Add Armv8.5-A target
Oliver Stannard
2018-09-26
1
-0
/
+1
*
[ARM][AArch64] Armv8.4-A Enablement
Sjoerd Meijer
2018-06-29
1
-0
/
+2
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-4
/
+5
*
[ARM] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-1
/
+1
*
[ARM] Fix endianness of Thumb .inst.w directive
Oliver Stannard
2018-01-04
1
-2
/
+4
*
[ARM] Add support for armv7e-m to the .arch directive
Oliver Stannard
2017-11-29
1
-0
/
+1
*
Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...
Yichao Yu
2017-10-26
1
-0
/
+2
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-6
/
+8
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-13
/
+15
*
[TargetParser] Use enum classes for various ARM kind enums.
Florian Hahn
2017-07-27
1
-36
/
+36
*
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
*
[ARM] Fix handling of mapping symbols when changing sections
John Brawn
2017-04-20
1
-1
/
+1
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-2
/
+2
*
Reland r298901 with modifications (reverted in r298932)
Weiming Zhao
2017-04-03
1
-15
/
+71
*
Revert "Dont emit Mapping symbols for sections that contain only data."
Weiming Zhao
2017-03-28
1
-68
/
+14
*
Dont emit Mapping symbols for sections that contain only data.
Weiming Zhao
2017-03-28
1
-14
/
+68
*
Fix asm printing of associated sections.
Evgeniy Stepanov
2017-03-14
1
-1
/
+2
*
Change how we handle section symbols on ELF.
Rafael Espindola
2017-02-02
1
-3
/
+2
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-27
1
-25
/
+69
*
Use StringRef in ARMELFStreamer (NFC)
Mehdi Amini
2016-10-07
1
-2
/
+2
*
[ARM] Add ARMv8-M Baseline/Mainline LLVM targeting
Bradley Smith
2016-01-15
1
-0
/
+6
*
[ARM] Fix several state persistence bugs
Keno Fischer
2016-01-12
1
-4
/
+24
*
[ARM] Generate ABI_optimization_goals build attribute, as described in the AR...
Artyom Skrobov
2015-12-07
1
-3
/
+3
*
[ARM] Add ARMv8.2-A to TargetParser
Oliver Stannard
2015-12-01
1
-0
/
+1
*
Handle ARMv6-J as an alias, instead of fake architecture
Artyom Skrobov
2015-11-20
1
-1
/
+0
*
Stop producing .data.rel sections.
Rafael Espindola
2015-11-18
1
-9
/
+4
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-2
/
+4
*
[ARM,AArch64] Store source location for values in assembly files
Oliver Stannard
2015-11-16
1
-1
/
+1
*
Handle ARMv6KZ naming
Artyom Skrobov
2015-11-16
1
-2
/
+1
*
Cull non-standard variants of ARM architectures (NFC)
Artyom Skrobov
2015-11-12
1
-5
/
+0
*
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
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
[Triple] Stop abusing a class to have only static methods and just use
Chandler Carruth
2015-08-30
1
-7
/
+7
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
1
-1
/
+1
*
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
2015-06-29
1
-0
/
+44
*
Optimize the creation of mapping symbols.
Rafael Espindola
2015-06-26
1
-8
/
+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
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-1
/
+7
[next]