index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
MCTargetDesc
/
X86MCAsmInfo.cpp
Age
Commit message (
Expand
)
Author
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2012-11-29
Add isOSNaCl, and add Asm subclasses for NaCl
David Sehr
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-24
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-04-07
Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.
NAKAMURA Takumi
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-29
MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
Michael J. Spencer
2011-07-15
Remove an unnecessary header from this file. I don't think this header
Chandler Carruth
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng