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
Age
Commit message (
Expand
)
Author
2011-05-18
While thinking about how to know where the functions' boundaries are for
Charles Davis
2011-05-16
Add a method I forgot in the last commit. Don't worry, this one passed
Charles Davis
2011-05-16
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-15
Add stub methods to MCStreamer for emitting Win64 exception-handling
Charles Davis
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-08
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-06
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-05
Remove the DwarfTable enum.
Rafael Espindola
2011-05-04
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-30
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-29
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-29
Add an alternative implementation of CIE and FDE emission that outputs them
Rafael Espindola
2011-04-28
Add the getExprForFDESymbol method that responsible for computing the
Rafael Espindola
2011-04-28
Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when
Rafael Espindola
2011-04-28
Mark the EH symbol global or weak if the corresponding function is.
Rafael Espindola
2011-04-28
Add a small temporary hack for producing identical eh_frame sections on OS X.
Rafael Espindola
2011-04-27
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
Make the StringMaps attached to MCContext use the MCContext's allocator;
Eli Friedman
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-12
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
Implement .cfi_same_value.
Rafael Espindola
2011-04-11
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-04-07
Replace the old algorithm that emitted the "print the alias for an instruction"
Bill Wendling
2011-03-28
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-24
Clean up assembly statement separator support.
Jim Grosbach
2011-03-23
Fix comments.
Jim Grosbach
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-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-09
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-08
Typo. Patch by arrowdodger.
John McCall
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
[prev]
[next]