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
/
test
/
MC
/
MachO
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-14
Revert r15266. This fixes llvm.org/pr15266.
Rafael Espindola
2013-02-12
[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
2013-01-25
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-22
Add a warning when there is a macro defintion that has named parameters but
Kevin Enderby
2013-01-22
Have the integrated assembler give an error if $1 is used as an identifier in
Kevin Enderby
2013-01-22
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-18
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-16
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-05
Test commit.
David Sehr
2012-12-04
Fix NOP encoding
David Sehr
2012-12-04
A test in thid directory was not being run because lit.local.cfg didn't
Eli Bendersky
2012-11-27
The section is .debug_line.
Eric Christopher
2012-11-05
Fix for PR14264 cause by commit r167237 which did not take into account a
Kevin Enderby
2012-11-01
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-09-26
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-25
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-13
Assembler: Darwin variables defined via .set are no-dead-strip.
Jim Grosbach
2012-08-08
Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.
Bill Wendling
2012-07-30
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
Kevin Enderby
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-15
Add a test case for r156840, a fix to llvm-objdump when disassembling using
Kevin Enderby
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-20
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-01
Fix flags for test in MC/MachO/ARM/empty-function-nop.ll
Richard Trieu
2012-02-28
ARM implement TargetInstrInfo::getNoopForMachoTarget()
Jim Grosbach
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-31
Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a
Kevin Enderby
2012-01-24
ARM Darwin symbol ref differences w/o subsection-via-symbols.
Jim Grosbach
2012-01-19
Add testcase.
Jim Grosbach
2012-01-18
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-17
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
Tidy up.
Jim Grosbach
2012-01-10
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2011-12-13
Don't rely on a particular version string for llvm.
Nick Lewycky
2011-12-10
Don't assume things about the exact details of the LLVM version number,
Chandler Carruth
2011-12-09
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-07
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
Tidy up. Move MachO tests to MachO directory.
Jim Grosbach
2011-12-06
test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.
NAKAMURA Takumi
2011-12-06
test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM.
NAKAMURA Takumi
2011-12-06
Fix ARM handling of tBcc branch relaxation.
Jim Grosbach
2011-11-01
Fixed a bug in the code to create a dwarf file and directory table entires when
Kevin Enderby
[next]