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
/
MCParser
/
AsmParser.cpp
Age
Commit message (
Expand
)
Author
2010-04-17
refactor .if handling code a bit.
Chris Lattner
2010-04-14
implement mc asmparser support for '.', which gets the
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-04-05
Give AsmParser an option to control whether it finalizes
Chris Lattner
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
2010-03-15
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
Daniel Dunbar
2010-03-13
llvm-mc: Support -n, useful for comparing -integrated-as output since the
Daniel Dunbar
2010-03-10
Remove unneeded includes.
Daniel Dunbar
2010-03-10
eliminate MCContext::CreateSymbol and CreateTemporarySymbol.
Chris Lattner
2010-02-26
pass in more section kinds, enough to get the .align 0x90
Chris Lattner
2010-02-25
This is a patch to the assembler frontend to detect when aligning a text
Kevin Enderby
2010-02-13
MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...
Daniel Dunbar
2010-01-25
wirte up .file and .file to the mc asmparser.
Chris Lattner
2010-01-24
fix a parsing problem on instructions like:
Chris Lattner
2010-01-23
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-22
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner