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
*
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
*
MC/X86: Add aliases for Jcc variants.
Kevin Enderby
2010-05-27
1
-0
/
+106
*
Add a quick test of relocations.
Eric Christopher
2010-05-27
1
-0
/
+174
*
Add support for initialized global data for darwin tls. Update comments
Eric Christopher
2010-05-25
1
-87
/
+125
*
A more combo tls testcase.
Eric Christopher
2010-05-19
1
-0
/
+232
*
Few more simple tls testcases.
Eric Christopher
2010-05-19
3
-0
/
+279
*
Quick test to make sure we're emitting the tbss section correctly.
Eric Christopher
2010-05-18
1
-0
/
+114
*
Fixed the problem with a branch to "0b" that was not parsed by llvm-mc
Kevin Enderby
2010-05-18
1
-12
/
+15
*
MC/Mach-O: Implement support for setting indirect symbol table offset in sect...
Daniel Dunbar
2010-05-18
1
-0
/
+188
*
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-17
1
-0
/
+92
*
MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...
Daniel Dunbar
2010-05-17
1
-7
/
+73
*
MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.
Daniel Dunbar
2010-05-17
1
-0
/
+100
*
MC/Mach-O: Fix some differences in symbol flag handling.
Daniel Dunbar
2010-05-17
1
-29
/
+105
*
MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
Daniel Dunbar
2010-05-14
1
-46
/
+52
*
MC/Mach-O: Add another zerofill test to improve coverage.
Daniel Dunbar
2010-05-13
1
-0
/
+109
*
MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can
Daniel Dunbar
2010-05-12
1
-66
/
+128
*
MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup
Daniel Dunbar
2010-05-11
1
-78
/
+90
*
MC/Mach-O x86_64: Switch to using fragment atom symbol.
Daniel Dunbar
2010-05-11
1
-22
/
+48
*
MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a
Daniel Dunbar
2010-05-10
1
-25
/
+29
*
Fix i386 relocations to Weak Definitions. The relocation entries should be
Kevin Enderby
2010-05-07
1
-38
/
+56
*
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
Daniel Dunbar
2010-05-05
1
-15
/
+26
[next]