index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-22
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Michael Kuperstein
1
-0
/
+1
2015-07-16
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
1
-2
/
+3
2015-06-29
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
1
-54
/
+13
2015-06-25
Enable StackMap Serialization for COFF
Swaroop Sridhar
1
-0
/
+2
2015-06-16
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
1
-3
/
+3
2015-06-15
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
1
-1
/
+4
2015-06-11
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
1
-0
/
+5
2015-06-09
Move dllimport name mangling to IR mangler.
Peter Collingbourne
1
-5
/
+0
2015-06-09
MC: Add target hook to control symbol quoting
Matt Arsenault
1
-7
/
+14
2015-05-30
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
1
-2
/
+2
2015-05-21
Move alignment from MCSectionData to MCSection.
Rafael Espindola
1
-14
/
+11
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
1
-3
/
+3
2015-04-24
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
1
-29
/
+29
2015-04-07
Refactor a lot of duplicated code for stub output.
Rafael Espindola
1
-21
/
+1
2015-04-03
MC: For variable symbols, maintain MCSymbol::Section as a cache.
Peter Collingbourne
1
-1
/
+0
2015-04-02
Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...
Peter Collingbourne
1
-0
/
+1
2015-03-30
MC: For variable symbols, maintain MCSymbol::Section as a cache.
Peter Collingbourne
1
-1
/
+0
2015-03-17
Make EmitFunctionHeader a private helper.
Rafael Espindola
1
-3
/
+0
2015-02-06
Don't dllexport declarations
Reid Kleckner
1
-2
/
+2
2015-02-05
Migrate the X86 AsmPrinter away from using the subtarget when
Eric Christopher
1
-11
/
+19
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-3
/
+2
2014-12-05
Rename the x86 isTargetMacho to isTargetMachO for uniformity.
Eric Christopher
1
-3
/
+3
2014-08-21
X86AsmPrinter MCJIT MSVC bug fix.
Josh Klontz
1
-6
/
+7
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-2
/
+3
2014-08-01
Add support for StackMap section for ELF/Linux systems
Philip Reames
1
-0
/
+2
2014-07-24
[X86] Optimize stackmap shadows on X86.
Lang Hames
1
-0
/
+2
2014-07-14
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
1
-0
/
+22
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-2
/
+4
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-4
/
+2
2014-05-25
Emit data or code export directives based on the type.
Rafael Espindola
1
-7
/
+3
2014-05-16
Delete getAliasedGlobal.
Rafael Espindola
1
-1
/
+1
2014-05-04
X86: further range-loopify AsmPrinter
Saleem Abdulrasool
1
-18
/
+16
2014-05-04
X86: remove X86COFFMachineModuleInfo
Saleem Abdulrasool
1
-16
/
+0
2014-05-04
X86: repair export compatibility with MinGW/cygwin
Saleem Abdulrasool
1
-1
/
+6
2014-05-04
X86: refactor export directive generation
Saleem Abdulrasool
1
-21
/
+24
2014-04-29
X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.
Tim Northover
1
-31
/
+35
2014-04-25
[C++] Use 'nullptr'. Target edition.
Craig Topper
1
-8
/
+8
2014-04-01
If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 and
Yaron Keren
1
-2
/
+1
2014-04-01
isTargetWindows() renamed to isTargetKnownWindowsMSVC()
Yaron Keren
1
-4
/
+4
2014-03-28
[x86] Fix printing of register operands with q modifier.
Akira Hatanaka
1
-3
/
+5
2014-03-19
Prune includes in X86 target.
Craig Topper
1
-5
/
+3
2014-03-18
X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
1
-18
/
+18
2014-03-07
MC: Remove superfluous section attribute flag definitions
David Majnemer
1
-4
/
+4
2014-03-06
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
1
-1
/
+1
2014-01-14
Handle dllexport for global aliases
Nico Rieck
1
-0
/
+15
2014-01-14
Decouple dllexport/dllimport from linkage
Nico Rieck
1
-5
/
+5
2014-01-14
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
1
-5
/
+5
2014-01-14
Revert "Handle dllexport for global aliases"
Nico Rieck
1
-15
/
+0
2014-01-14
Handle dllexport for global aliases
Nico Rieck
1
-0
/
+15
2014-01-14
Decouple dllexport/dllimport from linkage
Nico Rieck
1
-5
/
+5
[next]