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
/
include
/
llvm
/
MC
/
MCAsmBackend.h
Age
Commit message (
Expand
)
Author
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-12-14
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-12
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-08-29
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng