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
*
Allow '@' to appear in x86 mingw symbols
Reid Kleckner
2019-08-29
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove redundant includes from lib/Target/X86.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-5
/
+5
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-4
/
+4
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Move RelaxELFRel out to llvm-mc.
Rafael Espindola
2016-05-29
1
-6
/
+0
*
X86-Darwin: start emitting data-region directives for jump-tables.
Tim Northover
2016-05-03
1
-1
/
+1
*
[MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.
Davide Italiano
2016-04-24
1
-0
/
+6
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-14
/
+15
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-15
/
+14
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-14
/
+15
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-15
/
+14
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-3
/
+3
*
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
Reid Kleckner
2015-05-29
1
-0
/
+5
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-05
1
-1
/
+2
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-2
/
+1
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-1
/
+2
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-2
/
+1
*
[WinEH] Add an EH registration and state insertion pass for 32-bit x86
Reid Kleckner
2015-05-01
1
-1
/
+2
*
Classify functions by EH personality type rather than using the triple
Reid Kleckner
2015-01-23
1
-4
/
+2
*
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
[next]