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
/
ARMAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-25
/
+25
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Change TargetParser enum names to avoid macro conflicts (llvm)
Renato Golin
2015-05-12
1
-9
/
+9
*
TargetParser: FPU/ARCH/EXT parsing refactory - NFC
Renato Golin
2015-05-08
1
-2
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-104
/
+107
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-22
/
+0
*
[ARM] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
2015-04-01
1
-2
/
+2
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-3
/
+3
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
1
-2
/
+3
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Don't declare all text sections at the start of the .s
Rafael Espindola
2015-03-20
1
-59
/
+0
*
Make EmitFunctionHeader a private helper.
Rafael Espindola
2015-03-17
1
-3
/
+0
*
Move the EH symbol to the asm printer and use it for the SJLJ case too.
Rafael Espindola
2015-03-17
1
-4
/
+1
*
Use ".arch_extension" ARM directive to support hwdiv on krait
Sumanth Gundapaneni
2015-02-26
1
-3
/
+12
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Make the ARM AsmPrinter independent of global subtarget
Eric Christopher
2015-02-17
1
-65
/
+86
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-9
/
+7
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-0
/
+7
*
Emit the build attribute Tag_conformance.
Charlie Turner
2015-01-05
1
-0
/
+2
*
Emit Tag_ABI_FP_16bit_format build attribute.
Charlie Turner
2014-12-12
1
-0
/
+7
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+2
*
Add missing FP build attribute tests.
Charlie Turner
2014-12-05
1
-0
/
+2
*
Fix thumbv4t indirect calls
Jonathan Roelofs
2014-12-04
1
-11
/
+44
*
Emit ABI_FP_rounding attribute.
Charlie Turner
2014-12-03
1
-0
/
+6
*
Emit Tag_ABI_FP_denormal correctly in fast-math mode.
Charlie Turner
2014-12-02
1
-1
/
+26
*
ARM: add @llvm.arm.space intrinsic for testing ConstantIslands.
Tim Northover
2014-11-13
1
-0
/
+3
*
Emit unaligned access build attribute for ARM
Renato Golin
2014-10-08
1
-0
/
+7
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
2014-10-01
1
-1
/
+3
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-14
/
+7
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-14
/
+23
*
[ARM] Emit ABI_PCS_R9_use build attribute.
Amara Emerson
2014-07-25
1
-0
/
+11
*
[ARM] In thumb mode, emit directive ".code 16" before file level inline
Akira Hatanaka
2014-07-25
1
-0
/
+3
*
ARM: correctly mangle dllimport symbols
Saleem Abdulrasool
2014-07-07
1
-16
/
+34
*
ARM: unify symbol name retrieval
Saleem Abdulrasool
2014-07-07
1
-5
/
+8
*
Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.
Oliver Stannard
2014-06-20
1
-0
/
+26
*
[ARM] Emit correct build attributes for the relocation models.
Amara Emerson
2014-05-27
1
-0
/
+14
*
If necessary for indirect encodings, emit stubs.
Joerg Sonnenberger
2014-05-01
1
-0
/
+22
*
Prepare support of Itanium ABI on ARM as opposed to EHABI by
Joerg Sonnenberger
2014-04-30
1
-13
/
+16
*
ARM: print COFF function header for Windows on ARM
Saleem Abdulrasool
2014-04-30
1
-1
/
+23
*
ARM: emit hidden stubs into a proper non_lazy_symbol_pointer section.
Tim Northover
2014-04-29
1
-31
/
+30
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
*
Tidy up. Trailing whitespace.
Jim Grosbach
2014-04-03
1
-2
/
+2
*
ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...
Christian Pirker
2014-04-01
1
-4
/
+4
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-2
/
+4
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-4
/
+4
[prev]
[next]