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
/
X86
/
MCTargetDesc
/
X86MCAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.
Brad Smith
2015-01-06
1
-5
/
+0
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
1
-1
/
+3
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-0
/
+2
*
Tidied up target triple OS detection. NFC
Simon Pilgrim
2014-11-22
1
-2
/
+1
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-2
/
+2
*
Move getNonexecutableStackSection up to the base ELF class.
Rafael Espindola
2014-10-15
1
-6
/
+0
*
CodeGen: indicate Windows unwind data format
Saleem Abdulrasool
2014-09-01
1
-0
/
+2
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-3
/
+0
*
X86: drop relocations on __eh_frame sections globally.
Tim Northover
2014-07-22
1
-5
/
+4
*
CodeGen: rename Win64 ExceptionHandling to WinEH
Saleem Abdulrasool
2014-06-29
1
-2
/
+2
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-4
/
+8
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-8
/
+4
*
Don't produce eh_frame relocations when targeting the IOS simulator.
Rafael Espindola
2014-06-20
1
-2
/
+3
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-4
/
+8
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE...
NAKAMURA Takumi
2014-04-08
1
-1
/
+3
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-0
/
+10
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-10
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-0
/
+10
*
[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...
Iain Sandoe
2014-01-08
1
-0
/
+5
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-8
/
+2
*
on darwin<10, fallback to .weak_definition (PPC,X86)
David Fang
2013-12-10
1
-0
/
+6
*
Don't add suffixes for stdcall/fastcall on 64 coff.
Rafael Espindola
2013-12-09
1
-0
/
+2
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-2
/
+0
*
The global prefix is always one char. Don't use a string for it.
Rafael Espindola
2013-11-28
1
-2
/
+2
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
1
-0
/
+2
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
1
-2
/
+0
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+1
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-2
/
+0
*
Remove support for the .debug_inlined section. No known software
Eric Christopher
2013-08-28
1
-1
/
+0
*
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
1
-3
/
+11
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
1
-0
/
+5
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
1
-3
/
+4
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-17
/
+0
*
Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.
NAKAMURA Takumi
2012-04-07
1
-0
/
+3
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+8
*
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-11-29
1
-1
/
+13
*
Remove an unnecessary header from this file. I don't think this header
Chandler Carruth
2011-07-15
1
-1
/
+0
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-14
/
+19
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-0
/
+134