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
/
MCLoggingStreamer.cpp
Age
Commit message (
Expand
)
Author
2012-01-10
Remove the logging streamer.
Rafael Espindola
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
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-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
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-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-12-03
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-02
Use set directive for StartMinusEndExpr.
Devang Patel
2010-11-28
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-02
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-01
Implement .weakref.
Rafael Espindola
2010-10-06
MC: Add missing forward in MCLoggingStreamer.
Michael J. Spencer
2010-09-15
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-05-23
MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.
Daniel Dunbar