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
/
ARMMCAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ARM] Uses "Sun Style" syntax for section switching"
Jian Cai
2019-10-25
1
-4
/
+0
*
[ARM] Uses "Sun Style" syntax for section switching
Jian Cai
2019-10-25
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM] Account for implicit IT when calculating inline asm size
Peter Smith
2018-10-08
1
-1
/
+12
*
[ARM] Use SEH exceptions on thumbv7-windows
Martell Malone
2017-11-21
1
-1
/
+1
*
[ARM] Use dwarf exception handling on MinGW
Martin Storsjo
2017-11-17
1
-3
/
+3
*
Remove Bitrig: LLVM Changes
Erich Keane
2017-07-21
1
-1
/
+0
*
[ARM] Set a non-conflicting comment character for assembly in MSVC mode
Renato Golin
2016-07-27
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-1
/
+1
*
ARM: make sure backend is consistent about exception handling method.
Tim Northover
2015-11-18
1
-2
/
+3
*
ARM: add support for WatchOS's compact unwind information.
Tim Northover
2015-10-28
1
-1
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-10
/
+10
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-10
/
+10
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-10
/
+10
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-10
/
+10
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
1
-4
/
+2
*
Equally to NetBSD, Bitrig/ARM uses the Itanium-ABI.
Renato Golin
2015-02-27
1
-0
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-0
/
+2
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-2
/
+0
*
Allow using normal .eh_frame based unwinding on ARM. Use the same
Joerg Sonnenberger
2014-05-07
1
-1
/
+8
*
ARM: Support SingleParameterDotFile on WoA
Saleem Abdulrasool
2014-04-27
1
-0
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-0
/
+28
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-2
/
+13
*
[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
Hans Wennborg
2014-03-13
1
-3
/
+9
*
Add comment pointing to the binutils bugzilla entry
Hans Wennborg
2014-03-12
1
-0
/
+1
*
[ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
2014-03-12
1
-0
/
+3
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-0
/
+4
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-4
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-0
/
+4
*
Remove -arm-disable-ehabi option
Renato Golin
2014-02-07
1
-10
/
+1
*
Enable EHABI by default
Renato Golin
2014-01-29
1
-3
/
+5
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-0
/
+3
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-1
/
+0
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
1
-2
/
+0
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-1
/
+0
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+1
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-27
/
+0
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-24
1
-2
/
+5
*
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-23
1
-5
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+4
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+1
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-2
/
+7
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-0
/
+78