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
*
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
*
Provide correct Thumb2 encodings for basic multiplication operators.
Owen Anderson
2010-11-18
1
-0
/
+5
*
Now that the MBlaze backend is in its own directory, split the test cases int...
Wesley Peck
2010-11-17
12
-1079
/
+1089
*
Second attempt at correct encodings for Thumb2 bitfield instructions.
Owen Anderson
2010-11-17
1
-0
/
+11
*
Revert r119551, which broke buildbots.
Owen Anderson
2010-11-17
1
-6
/
+0
*
Provide Thumb2 encodings for bitfield instructions.
Owen Anderson
2010-11-17
1
-0
/
+6
*
More miscellaneous Thumb2 encodings.
Owen Anderson
2010-11-17
1
-0
/
+4
*
Add support for .int.
Rafael Espindola
2010-11-17
1
-3
/
+3
*
Add support for .2byte, .4byte and .8byte.
Rafael Espindola
2010-11-17
1
-0
/
+20
*
Proper encoding for VLDM and VSTM instructions. The register lists for these
Bill Wendling
2010-11-17
1
-0
/
+10
*
A bit more of gnu as compatibility when handling relocations with aliases.
Rafael Espindola
2010-11-16
1
-5
/
+8
*
Test encodings for LDM and STM.
Bill Wendling
2010-11-16
1
-0
/
+18
*
Add Thumb2 encodings for mov and friends.
Owen Anderson
2010-11-16
1
-1
/
+14
*
Change the 11 byte nop to be a single instruction.
Rafael Espindola
2010-11-15
1
-2
/
+2
*
Provide Thumb2 encodings for sxtb and friends.
Owen Anderson
2010-11-15
1
-1
/
+4
*
Add Thumb2 encodings for comparison and shift operators.
Owen Anderson
2010-11-15
1
-1
/
+12
*
Add correct Thumb2 encodings for mvn and friends.
Owen Anderson
2010-11-15
1
-0
/
+9
*
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-15
1
-0
/
+26
*
Fix PR8565.
Rafael Espindola
2010-11-15
1
-0
/
+21
*
Move the logic to decide with which symbol we produce a relocation (if any) to
Rafael Espindola
2010-11-14
1
-7
/
+17
*
Fix another case of a .comm directive without a corresponding .type
Rafael Espindola
2010-11-14
1
-4
/
+17
[next]