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] 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
*
MC: For variable symbols, maintain MCSymbol::Section as a cache.
Peter Collingbourne
2015-04-03
1
-1
/
+0
*
Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...
Peter Collingbourne
2015-04-02
1
-0
/
+1
*
MC: For variable symbols, maintain MCSymbol::Section as a cache.
Peter Collingbourne
2015-03-30
1
-1
/
+0
*
Make EmitFunctionHeader a private helper.
Rafael Espindola
2015-03-17
1
-3
/
+0
*
Don't dllexport declarations
Reid Kleckner
2015-02-06
1
-2
/
+2
*
Migrate the X86 AsmPrinter away from using the subtarget when
Eric Christopher
2015-02-05
1
-11
/
+19
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+2
*
Rename the x86 isTargetMacho to isTargetMachO for uniformity.
Eric Christopher
2014-12-05
1
-3
/
+3
*
X86AsmPrinter MCJIT MSVC bug fix.
Josh Klontz
2014-08-21
1
-6
/
+7
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
Add support for StackMap section for ELF/Linux systems
Philip Reames
2014-08-01
1
-0
/
+2
*
[X86] Optimize stackmap shadows on X86.
Lang Hames
2014-07-24
1
-0
/
+2
*
CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF
David Majnemer
2014-07-14
1
-0
/
+22
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-2
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+2
*
Emit data or code export directives based on the type.
Rafael Espindola
2014-05-25
1
-7
/
+3
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
X86: further range-loopify AsmPrinter
Saleem Abdulrasool
2014-05-04
1
-18
/
+16
*
X86: remove X86COFFMachineModuleInfo
Saleem Abdulrasool
2014-05-04
1
-16
/
+0
*
X86: repair export compatibility with MinGW/cygwin
Saleem Abdulrasool
2014-05-04
1
-1
/
+6
*
X86: refactor export directive generation
Saleem Abdulrasool
2014-05-04
1
-21
/
+24
*
X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.
Tim Northover
2014-04-29
1
-31
/
+35
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-8
/
+8
*
If isKnownWindowsMSVCEnvironment then getOS == Triple::Win32 and
Yaron Keren
2014-04-01
1
-2
/
+1
*
isTargetWindows() renamed to isTargetKnownWindowsMSVC()
Yaron Keren
2014-04-01
1
-4
/
+4
*
[x86] Fix printing of register operands with q modifier.
Akira Hatanaka
2014-03-28
1
-3
/
+5
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-5
/
+3
*
X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
2014-03-18
1
-18
/
+18
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-4
/
+4
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Handle dllexport for global aliases
Nico Rieck
2014-01-14
1
-0
/
+15
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-5
/
+5
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-5
/
+5
*
Revert "Handle dllexport for global aliases"
Nico Rieck
2014-01-14
1
-15
/
+0
*
Handle dllexport for global aliases
Nico Rieck
2014-01-14
1
-0
/
+15
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-5
/
+5
[next]