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
/
tools
/
llvm-mc
/
Makefile
Age
Commit message (
Expand
)
Author
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-06-11
llvm-mc: Don't set NO_INSTALL on llvm-mc.
Daniel Dunbar
2010-04-12
Second try at integrating the edis tester. This
Sean Callanan
2010-04-09
revert r100842 which broke several of the build bots.
Chris Lattner
2010-04-09
Added a tester for the enhanced disassembler,
Sean Callanan
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
create a new MCParser library and move some stuff into it.
Chris Lattner
2009-08-21
Don't install llvm-mc by default.
Daniel Dunbar
2009-07-17
llvm-mc: Add -triple, and start fetching the target asm printer.
Daniel Dunbar
2009-06-24
create an MCStreamer and provide it to AsmParser.
Chris Lattner
2009-06-18
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner