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
/
X86AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
Remove a redundant `default:` on an exhaustive switch(enum).
Eric Astor
2019-12-30
1
-2
/
+0
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-1
/
+9
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-11
/
+26
*
[X86] Handle MO_ConstantPoolIndex in X86AsmPrinter::PrintOperand
Craig Topper
2019-11-09
1
-0
/
+1
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-2
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[X86] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-0
/
+1
*
[X86AsmPrinter] refactor static functions into private methods. NFC
Nick Desaulniers
2019-04-11
1
-77
/
+72
*
[X86AsmPrinter] refactor to limit use of Modifier. NFC
Nick Desaulniers
2019-04-10
1
-47
/
+57
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-19
/
+19
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+5
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
1
-17
/
+22
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update the pr_datasz of .note.gnu.property section.
Vyacheslav Zakharin
2019-01-04
1
-3
/
+3
*
[CodeGen] Support custom format of stack maps
Than McIntosh
2018-11-26
1
-3
/
+3
*
[X86] Fix MCNullStreamer support for modules with a CodeView flag
Simon Pilgrim
2018-11-15
1
-8
/
+8
*
[COFF] Emit @feat.00 on 64-bit and set the CFG bit when emitting guardcf tables
Hans Wennborg
2018-09-19
1
-8
/
+15
*
[MinGW] [X86] Add stubs for references to data variables that might end up im...
Martin Storsjo
2018-08-29
1
-0
/
+4
*
[COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinter
Martin Storsjo
2018-07-25
1
-23
/
+0
*
Tidy comment language and explanation.
Eric Christopher
2018-06-18
1
-5
/
+5
*
Pull non-lazy stub table emission into a separate function alongside
Eric Christopher
2018-06-18
1
-41
/
+47
*
Add return statements to make it clear that all of these are mutually exclusi...
Eric Christopher
2018-06-18
1
-0
/
+4
*
[X86][ELF][CET] Adding the .note.gnu.property ELF section in X86
Alexander Ivchenko
2018-06-04
1
-0
/
+38
*
[X86] Don't crash on bad operand modifiers in inline assembly
Craig Topper
2018-04-18
1
-0
/
+6
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
Test commit: Remove an extraneous space. NFC
David Stenberg
2018-03-02
1
-1
/
+1
*
[X86] Support 'V' register operand modifier
David Woodhouse
2018-02-08
1
-1
/
+10
*
[CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64
Reid Kleckner
2018-01-17
1
-21
/
+0
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Remove redundant includes from lib/Target/X86.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[codeview] Don't emit FPO data in funclet prologues
Reid Kleckner
2017-10-12
1
-4
/
+0
*
Speculative build fix 2
Reid Kleckner
2017-10-12
1
-1
/
+1
*
[codeview] Disable FPO in functions using EH funclets
Reid Kleckner
2017-10-12
1
-0
/
+4
*
[X86] Sink X86AsmPrinter ctor into .cpp file, NFC
Reid Kleckner
2017-10-11
1
-0
/
+4
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-1
/
+25
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[XRay] Merge instrumentation point table emission code into AsmPrinter.
Dean Michael Berris
2017-01-03
1
-1
/
+1
*
Correct PrivateLinkage for COFF
Reid Kleckner
2016-10-13
1
-3
/
+3
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-2
/
+2
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-3
/
+3
*
Revert "[X86] Support the "ms-hotpatch" attribute."
Charles Davis
2016-08-08
1
-25
/
+0
*
[X86] Support the "ms-hotpatch" attribute.
Charles Davis
2016-08-08
1
-0
/
+25
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-0
/
+3
[next]