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
/
DarwinAsmParser.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-01-18
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
[MC] Fix 80-col violas.
Daniel Dunbar
2013-01-16
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2012-12-17
Teach MachO which sections contain code
Tim Northover
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-08-08
Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.
Bill Wendling
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2011-05-19
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
2011-03-19
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
Revert 127939. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
Stuart Hastings
2011-03-17
MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have
Daniel Dunbar
2011-03-08
Darwin 'as' silently ignores the '.ident' directive.
Jim Grosbach
2010-10-19
Fix spelling.
Bill Wendling
2010-07-18
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
Daniel Dunbar
2010-07-18
MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token
Daniel Dunbar
2010-07-12
MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.
Daniel Dunbar