index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
MC
/
MachO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add testcase.
Jim Grosbach
2012-01-19
1
-0
/
+13
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-0
/
+13
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
3
-5
/
+7
*
Tidy up.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
1
-8
/
+17
*
Don't rely on a particular version string for llvm.
Nick Lewycky
2011-12-13
1
-1
/
+1
*
Don't assume things about the exact details of the LLVM version number,
Chandler Carruth
2011-12-10
1
-1
/
+1
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+113
*
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
3
-1
/
+7
*
Tidy up. Move MachO tests to MachO directory.
Jim Grosbach
2011-12-07
7
-0
/
+371
*
test/MC: Introduce MC/MachO/ARM, and relocate relax-thumb2-branches.s into it.
NAKAMURA Takumi
2011-12-06
2
-0
/
+19
*
test/MC: Move relax-thumb2-branches.s from MC/MachO/ to MC/ARM.
NAKAMURA Takumi
2011-12-06
1
-14
/
+0
*
Fix ARM handling of tBcc branch relaxation.
Jim Grosbach
2011-12-06
1
-0
/
+14
*
Fixed a bug in the code to create a dwarf file and directory table entires when
Kevin Enderby
2011-11-01
1
-0
/
+22
*
Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom
Kevin Enderby
2011-09-08
1
-0
/
+58
*
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-08-24
1
-3
/
+12
*
MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...
Benjamin Kramer
2011-08-12
1
-0
/
+21
*
Move ARM-specific test to ARM directory.
Jim Grosbach
2011-06-25
1
-17
/
+0
*
Testcase for r133818
Jim Grosbach
2011-06-24
1
-0
/
+17
*
On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.
Rafael Espindola
2011-05-10
1
-0
/
+38
*
MCAsmLayout: Add support for computing the symbol offset of variables. Not
Daniel Dunbar
2011-04-29
1
-0
/
+8
*
MC: Change variable symbols to be recognized as defined, by assigning their s...
Daniel Dunbar
2011-04-29
1
-0
/
+446
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
1
-0
/
+33
*
MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have
Daniel Dunbar
2011-03-17
1
-0
/
+7
*
Move arch specific tests in arch specific directories.
Devang Patel
2011-02-24
2
-310
/
+0
*
MC/Mach-O/Thumb: Set the thumb bit in the symbol table.
Daniel Dunbar
2010-12-29
1
-1
/
+1
*
MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.
Daniel Dunbar
2010-12-27
1
-1
/
+1
*
MC/Mach-O/ARM: Start handling some Thumb branches.
Daniel Dunbar
2010-12-24
1
-0
/
+139
*
MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.
Daniel Dunbar
2010-12-22
1
-24
/
+38
*
Add reduced test from 8845.
Rafael Espindola
2010-12-22
1
-0
/
+25
*
MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
Daniel Dunbar
2010-12-22
1
-17
/
+72
*
MC/Mach-O/ARM: Add enough relocation logic to get BR24 relocations.
Daniel Dunbar
2010-12-22
1
-0
/
+102
*
MC/Expr: Implemnt more aggressive folding during symbol evaluation using
Daniel Dunbar
2010-12-17
1
-0
/
+129
*
Relax alignment fragments.
Rafael Espindola
2010-12-15
1
-5
/
+5
*
Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.
Rafael Espindola
2010-12-15
1
-5
/
+5
*
Fix absolute recording of differences of symbols in two sections. Reduced fro...
Rafael Espindola
2010-12-07
1
-0
/
+64
*
Fix relocations with weak definitions.
Rafael Espindola
2010-12-07
1
-0
/
+141
*
Fix pcrel relocations that cross sections.
Rafael Espindola
2010-12-07
1
-0
/
+107
*
Fix a crash reduced from gcc produced assembly.
Rafael Espindola
2010-12-07
1
-0
/
+122
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-2
/
+2
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-1
/
+1
*
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-04
1
-0
/
+25
*
macho-dump: Fix typo.
Daniel Dunbar
2010-11-27
28
-29
/
+29
*
Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...
Rafael Espindola
2010-11-25
1
-1
/
+1
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
1
-23
/
+34
*
Change the 11 byte nop to be a single instruction.
Rafael Espindola
2010-11-15
1
-2
/
+2
*
MC/Mach-O/i386: Fix a crash in relocation handling.
Daniel Dunbar
2010-09-17
1
-32
/
+36
*
Change section_data dumping to print hex numbers instead of using
Rafael Espindola
2010-09-11
18
-34
/
+34
*
fix the encoding of the "jump on *cx" family of instructions,
Chris Lattner
2010-09-08
1
-1
/
+1
[next]