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
Age
Commit message (
Expand
)
Author
2011-03-29
Fix the MSVC build.
Francois Pichet
2011-03-28
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
Unbreak CMake build.
Ted Kremenek
2011-03-28
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-27
Fix whitespace.
NAKAMURA Takumi
2011-03-26
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-25
MC: Improve some diagnostics on uses of '.' pseudo-symbol.
Daniel Dunbar
2011-03-25
Tidyness.
Daniel Dunbar
2011-03-24
Add asm parsing support w/ testcases for strex/ldrex family of instructions
Bruno Cardoso Lopes
2011-03-24
Clean up assembly statement separator support.
Jim Grosbach
2011-03-23
Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...
Owen Anderson
2011-03-22
RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.
Owen Anderson
2011-03-21
Add support for Thumb interworking addresses for symbol offsets that get cons...
Owen Anderson
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-20
Write the section table and the section data in the same order that
Rafael Espindola
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-17
Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.
Joerg Sonnenberger
2011-03-15
Silence compiler warning about case values not being in the enumerated type
Duncan Sands
2011-03-12
Fixed the comparison operator for the enhanced
Sean Callanan
2011-03-09
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-08
Darwin 'as' silently ignores the '.ident' directive.
Jim Grosbach
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-03-04
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-03
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2011-03-03
Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...
Jan Sjödin
2011-03-03
PR9352: Always emit a relocation for weak symbols. Not emitting relocations
Eli Friedman
2011-03-01
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2011-02-28
Make all static functions become static class methods. Move shared (duplicate...
Jan Sjödin
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
2011-02-24
Plug some leaks in edis.
Benjamin Kramer
2011-02-23
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
Put in the symbol table symbols only used in a .globl statement.
Rafael Espindola
2011-02-23
Fixed a bug in the enhanced disassembler that caused
Sean Callanan
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-22
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-21
Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.
Joerg Sonnenberger
2011-02-21
End the line if we return early. Radar 9012638.
Stuart Hastings
2011-02-21
Fix to correctly support attribute((section("__DATA, __common"))).
Stuart Hastings
2011-02-21
Use a vector of pairs to implement the section stack, not two
Joerg Sonnenberger
2011-02-20
Add some limited support for labels in org directives. Hopefully enough to fix
Rafael Espindola
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-16
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
[next]