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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-04-13
Add CMake support for 'edis'.
Ted Kremenek
2010-01-22
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner
2010-01-22
create a new MCParser library and move some stuff into it.
Chris Lattner
2009-12-22
rename HexDisassembler -> Disassembler, it works on any input
Chris Lattner
2009-12-17
Update CMake build to include HexDisassembler.cpp.
Chandler Carruth
2009-08-31
llvm-mc: Move AsmExpr into MC lib (as MCExpr).
Daniel Dunbar
2009-07-28
Update CMakeLists
Daniel Dunbar
2009-07-17
llvm-mc: Add -triple, and start fetching the target asm printer.
Daniel Dunbar
2009-06-30
Fix CMake build
Douglas Gregor
2009-06-24
create an MCStreamer and provide it to AsmParser.
Chris Lattner
2009-06-23
refactor a bunch of X86 specific stuff out to its own file.
Chris Lattner
2009-06-21
stub out parser for asm files. Change invariant on lexer to always
Chris Lattner
2009-06-21
oh yeah, cmake needs to be told explicitly about new files :)
Chris Lattner
2009-06-18
fix build problem pointed out by John Thompson!
Chris Lattner
2009-06-18
Add a skeleton driver for new machine code level fun. llvm-mc is meant
Chris Lattner