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
/
MCAsmStreamer.cpp
Age
Commit message (
Expand
)
Author
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-25
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-23
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-05-31
Fix typo in assembly directive. Noticed by inspection.
Eric Christopher
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2012-03-03
Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.
Rafael Espindola
2012-02-28
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-23
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-09
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-07
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-09-15
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-07-27
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-26
Remove one last reference to Target in MC library.
Evan Cheng
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-08
Fix comment.
Evan Cheng
2011-07-07
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-06-23
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
Revert r133513:
Eric Christopher
2011-06-20
Remove the subclassing. This will be moved to the ASM printer.
Bill Wendling
2011-06-18
* Override the "EmitBytes" function, since it can sneak values in that way.
Bill Wendling
2011-06-17
Remove false assertion.
Bill Wendling
2011-06-17
Disable for another investigation.
Bill Wendling
[next]