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
...
*
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
*
Simplify the visitation of target expressions. No functionality change.
Rafael Espindola
2014-06-25
1
-1
/
+1
*
Allow a target to create a null streamer.
Rafael Espindola
2014-06-20
1
-0
/
+6
*
Fix some dyslexia in an assert message
Jonathan Roelofs
2014-05-15
1
-2
/
+2
*
ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...
Christian Pirker
2014-05-13
1
-4
/
+14
*
Revert "ARMEB: Fix byte order of EH frame unwinding instructions"
Rafael Espindola
2014-05-13
1
-14
/
+4
*
ARMEB: Fix byte order of EH frame unwinding instructions
Christian Pirker
2014-05-13
1
-4
/
+14
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-5
/
+3
*
Don't force symbols to be globals in .thumb_set.
Rafael Espindola
2014-05-01
1
-5
/
+2
*
Centralize the handling of the thumb bit.
Rafael Espindola
2014-04-29
1
-5
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
Add emitThumbSet to the arm target streamer.
Rafael Espindola
2014-04-27
1
-0
/
+23
*
Avoid using MCSymbolData on the asm streamer.
Rafael Espindola
2014-04-27
1
-0
/
+13
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-9
/
+9
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-1
/
+2
*
Prune includes in ARM target.
Craig Topper
2014-03-22
1
-1
/
+0
*
De-virtualize a method since it doesn't override anything and isn't overridde...
Craig Topper
2014-03-10
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-60
/
+61
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
1
-16
/
+6
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-3
/
+3
*
Use the default values.
Rafael Espindola
2014-02-04
1
-1
/
+1
*
Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...
David Peixotto
2014-02-04
1
-3
/
+0
*
ARM IAS: support .object_arch
Saleem Abdulrasool
2014-01-30
1
-3
/
+17
*
ARM IAS: support .movsp
Saleem Abdulrasool
2014-01-30
1
-0
/
+30
*
ARM: suuport .tlsdescseq directive
Saleem Abdulrasool
2014-01-30
1
-0
/
+19
*
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
-24
/
+22
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Move emitInlineAsmEnd to the AsmPrinter interface.
Rafael Espindola
2014-01-24
1
-17
/
+0
*
Fix inline assembly that switches between ARM and Thumb modes
Greg Fitzgerald
2014-01-22
1
-0
/
+19
*
ARM IAS: add support for .unwind_raw directive
Saleem Abdulrasool
2014-01-21
1
-0
/
+26
*
ARM IAS: support .personalityindex
Saleem Abdulrasool
2014-01-21
1
-0
/
+14
*
ARM ELF: ensure that the tag types are corrected
Saleem Abdulrasool
2014-01-19
1
-0
/
+3
*
Move ARM build attributes into Support
Saleem Abdulrasool
2014-01-19
1
-1
/
+1
[prev]
[next]