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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
2
-1
/
+42
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
2
-42
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
2
-1
/
+42
*
Add support for parsing ARM arithmetic instructions that update or don't update
Kevin Enderby
2010-12-09
1
-0
/
+9
*
Allow a slash, '/', as a prefix separator for X86. rdar://8741045
Kevin Enderby
2010-12-08
1
-0
/
+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 attempt at converting Thumb2's LDRpci, including updating the gazillio...
Owen Anderson
2010-12-07
1
-1
/
+1
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-2
/
+2
*
Don't use PadSectionToAlignment on windows.
Rafael Espindola
2010-12-06
2
-3
/
+3
*
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
2
-0
/
+46
*
Encode the 32-bit wide Thumb (and Thumb2) instructions with the high order
Jim Grosbach
2010-12-03
14
-448
/
+448
*
When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the
Jim Grosbach
2010-12-03
1
-2
/
+2
*
Rename temporary symbols if they conflict with artificial symbols created
Rafael Espindola
2010-12-01
1
-0
/
+10
*
Add correct encodings for STRD and LDRD, including fixup support. Additional...
Owen Anderson
2010-12-01
1
-1
/
+1
*
Add tests for more forms of Thumb2 loads and stores.
Owen Anderson
2010-11-30
1
-0
/
+32
*
Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost
Bill Wendling
2010-11-30
1
-0
/
+3
*
Correct Thumb2 encodings for a much wider range of loads and stores.
Owen Anderson
2010-11-30
1
-0
/
+15
*
Provide Thumb2 encodings for basic loads and stores.
Owen Anderson
2010-11-29
1
-1
/
+14
*
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
1
-1
/
+1
*
Add more Thumb encodings.
Bill Wendling
2010-11-29
1
-0
/
+8
*
More Thumb encodings.
Bill Wendling
2010-11-29
1
-0
/
+5
*
Add Thumb encodings for REV instructions.
Bill Wendling
2010-11-29
1
-1
/
+8
*
Add more Thumb encodings.
Bill Wendling
2010-11-29
1
-0
/
+3
*
fix PR8686, accepting a 'b' suffix at the end of all the setcc
Chris Lattner
2010-11-28
1
-1
/
+4
*
Implement the data16 prefix.
Rafael Espindola
2010-11-27
1
-0
/
+1
*
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
*
Factor some code to parseSectionFlags and fix the default type of a section.
Rafael Espindola
2010-11-25
1
-0
/
+13
*
Behave a bit more like gnu as and use the symbol (instead of the section)
Rafael Espindola
2010-11-24
1
-1
/
+64
*
Relocate with the symbol if the relocation is of kind NTPOFF.
Rafael Espindola
2010-11-24
1
-13
/
+34
*
Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly
Rafael Espindola
2010-11-24
2
-11
/
+96
*
Testcase for r120017.
Rafael Espindola
2010-11-24
1
-0
/
+1
*
If a symbol is used as tls, mark it as tls even if not declare as so. Probably
Rafael Espindola
2010-11-24
1
-2
/
+14
*
Produce a relocation for pcrel absolute values. Based on a patch by David Meyer.
Rafael Espindola
2010-11-23
1
-0
/
+16
*
Add encoding for ARM "trap" instruction.
Bill Wendling
2010-11-21
3
-1
/
+8
*
implement PR8524, apparently mainline gas accepts movq as an alias for movd
Chris Lattner
2010-11-21
1
-0
/
+7
*
Handle PCRel relocations with absolute values. Fixes PR8656.
Rafael Espindola
2010-11-21
1
-0
/
+7
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
1
-23
/
+34
*
Add MC encodings for some Thumb instructions. Test for a few of them. The "bx
Bill Wendling
2010-11-19
1
-0
/
+8
*
Add support for parsing the writeback ("!") token.
Bill Wendling
2010-11-18
1
-0
/
+18
*
More tests.
Owen Anderson
2010-11-18
1
-0
/
+1
*
Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...
Owen Anderson
2010-11-18
1
-14
/
+20
*
More Thumb2 encodings.
Owen Anderson
2010-11-18
1
-0
/
+24
*
Fill out the set of Thumb2 multiplication operator encodings.
Owen Anderson
2010-11-18
1
-0
/
+3
*
Try again at providing Thumb2 encodings for basic multiplication operators.
Owen Anderson
2010-11-18
1
-0
/
+5
*
Revert r119593 while I figure out my testing disagrees with the buildbot.
Owen Anderson
2010-11-18
1
-5
/
+0
[next]