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
*
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
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make Triple's isOSBinFormatXXX functions partition triple-space.
Tim Northover
2013-12-10
1
-4
/
+4
*
Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.
Rafael Espindola
2013-12-02
1
-5
/
+5
*
Remove dead code.
Rafael Espindola
2013-11-27
1
-36
/
+4
*
Convert two if sequences to switches.
Rafael Espindola
2013-11-27
1
-10
/
+21
*
Use a switch.
Rafael Espindola
2013-11-27
1
-5
/
+11
*
Remove more dead code now that this is only used for inline asm.
Rafael Espindola
2013-11-27
1
-4
/
+1
*
Convert more methods in static helpers.
Rafael Espindola
2013-11-27
1
-23
/
+26
*
Convert these methods into static functions.
Rafael Espindola
2013-11-27
1
-51
/
+56
*
Cleanup and test X86AsmPrinter::printPCRelImm.
Rafael Espindola
2013-11-27
1
-4
/
+0
*
Revert "COFF: Emit all MCSymbols rather than filtering out some of them"
Reid Kleckner
2013-11-18
1
-0
/
+1
*
Add a FIXME for 32-bit q modifiers.
Eric Christopher
2013-11-12
1
-0
/
+1
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
1
-0
/
+2
*
whitespace
Andrew Trick
2013-10-31
1
-4
/
+4
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-6
/
+6
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
1
-3
/
+1
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
1
-1
/
+3
*
COFF: Ensure that objects produced by LLVM link with /safeseh
Reid Kleckner
2013-09-17
1
-0
/
+20
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-42
/
+0
[next]