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
/
MCObjectStreamer.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-03-20
Apply after-merge fixes to return to working state.
Eli Bendersky
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-15
Suppress a GCC -Wunused-variable warning in -Asserts builds
Matt Beaumont-Gay
2013-02-15
Cherry-pick r175316 from upstream
Derek Schuff
2013-02-15
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-04
small fixes to enable the reuse of the pass manager across multiple modules
Pedro Artigas
2012-12-20
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-14
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-12-14
Move the overrule for creating a new DataFragment higher, because it's not
Eli Bendersky
2012-12-12
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-07
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-04
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-01
Provide a shortcut for MCObjectStreamer when emitting fills.
Benjamin Kramer
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
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-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-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-26
Tidy up.
Jim Grosbach
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
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-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
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-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-05-19
Misc code refactorings:
Rafael Espindola
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-30
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-27
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-26
No relocation produces a SLEB or ULEB, make sure they are handled in MC.
Rafael Espindola
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-18
malloc elimination: it's a bad idea to use raw_svector_ostream on a
Eli Friedman
2011-04-18
Revert r129688; it's breaking buildbots.
Eli Friedman
[next]