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
*
[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
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-36
/
+2
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-25
/
+1
*
Emit code16 in assembly in 16-bit mode
Nirav Dave
2016-04-22
1
-0
/
+6
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
1
-0
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[X86] Use the correct alignment for COMDAT constant pool entries
David Majnemer
2016-02-21
1
-1
/
+2
*
[X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...
Craig Topper
2015-12-25
1
-10
/
+9
*
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Michael Kuperstein
2015-07-22
1
-0
/
+1
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
1
-2
/
+3
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-54
/
+13
*
Enable StackMap Serialization for COFF
Swaroop Sridhar
2015-06-25
1
-0
/
+2
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-3
/
+3
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-1
/
+4
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
1
-0
/
+5
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
1
-5
/
+0
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-7
/
+14
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-14
/
+11
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-3
/
+3
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-29
/
+29
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-21
/
+1
[next]