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
/
MCPureStreamer.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-14
Use object file specific section type for initial text section
Nico Rieck
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-12-17
EmitDebugLabel should by default be the same as EmitLabel everywhere.
Reed Kotler
2012-12-16
MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().
NAKAMURA Takumi
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-07
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
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
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-11-28
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-17
MC-JIT: Stub out "pure" streamer.
Daniel Dunbar