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
/
MC
/
MCAsmInfoCOFF.cpp
Age
Commit message (
Expand
)
Author
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-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-09-23
PR10989: Don't print .hidden on Windows.
Eli Friedman
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2010-08-23
Revert part of my last commit. the mingw32 build bot doesn't seem to like it.
Michael J. Spencer
2010-08-23
Workaround broken jump tables on x86-64 COFF.
Michael J. Spencer
2010-04-04
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
isAbsoluteEHSectionOffsets always returns false, eliminate it
Chris Lattner
2010-03-12
move fastcall/stdcall mangling up into Mangler.
Chris Lattner
2010-01-26
use EmitLinkage for functions as well as globals. One output
Chris Lattner
2010-01-26
Eliminate SetDirective, and replace it with HasSetDirective.
Chris Lattner
2010-01-26
Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.
Rafael Espindola
2010-01-25
coff targets support alignment on .comm
Chris Lattner
2010-01-23
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-23
mcize visibility directives.
Chris Lattner
2010-01-20
revert 93934, removing the MCAsmInfo endianness bit. I can't
Chris Lattner
2010-01-19
give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
Chris Lattner
2010-01-19
hookize the cygwin ".linkonce" directive.
Chris Lattner
2009-08-22
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
2009-08-22
move the MCAsmInfo .cpp/.h files into the right
Chris Lattner