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
*
[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
*
[ARM] Add support for -sp- FPUs and FPU none to TargetParser
John Brawn
2015-06-05
1
-0
/
+5
*
Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.
Rafael Espindola
2015-06-04
1
-2
/
+1
*
Remove getOrCreateSymbolData. There is no MCSymbolData anymore.
Rafael Espindola
2015-06-03
1
-1
/
+1
*
Pass a MCSymbolELF to a few ELF only functions. NFC.
Rafael Espindola
2015-06-02
1
-1
/
+1
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-8
/
+6
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-5
/
+5
*
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
-4
/
+4
*
ARMTargetParser: Normalising build attributes
Renato Golin
2015-05-27
1
-3
/
+3
*
[AArch64] Clean up the ELF streamer a bit.
Benjamin Kramer
2015-05-23
1
-2
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-4
/
+3
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-6
/
+6
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
Change TargetParser enum names to avoid macro conflicts (llvm)
Renato Golin
2015-05-12
1
-43
/
+43
*
TargetParser: FPU/ARCH/EXT parsing refactory - NFC
Renato Golin
2015-05-08
1
-73
/
+15
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-3
/
+4
*
Store the sh_link of ARM_EXIDX directly in MCSectionELF.
Rafael Espindola
2015-04-06
1
-8
/
+7
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
1
-3
/
+3
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-1
/
+8
*
[ARM] Add support for ARMV6K subtarget (LLVM)
Renato Golin
2015-03-17
1
-0
/
+1
*
There is only one Asm streamer, there is no need for targets to register it.
Rafael Espindola
2015-03-16
1
-8
/
+5
*
Use ".arch_extension" ARM directive to specify the additional CPU features
Sumanth Gundapaneni
2015-02-26
1
-0
/
+18
*
MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.
Peter Collingbourne
2015-02-19
1
-6
/
+0
*
Introduce Target::createNullTargetStreamer and use it from IRObjectFile.
Peter Collingbourne
2015-02-19
1
-0
/
+4
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-9
/
+6
*
ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
2015-01-11
1
-0
/
+4
*
Emit the build attribute Tag_conformance.
Charlie Turner
2015-01-05
1
-1
/
+13
*
Stop uppercasing build attribute data.
Charlie Turner
2014-11-27
1
-2
/
+2
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-6
/
+3
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
2014-10-01
1
-0
/
+8
*
ARM: take care not to set the ThumbFunc bit on TLS data symbols
Scott Douglass
2014-06-30
1
-1
/
+2
[next]