aboutsummaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)AuthorFilesLines
2013-11-15[PECOFF] Minimum size of DOS stub is 64 byte.Rui Ueyama1-2/+5
2013-11-15Select new undefined atom rather than old one if other conditions are the same.Rui Ueyama1-40/+30
2013-11-15[PECOFF] Add tests for r194757.Rui Ueyama1-0/+7
2013-11-14Test: Move input redirections at the end of the line.Rui Ueyama9-10/+10
2013-11-14Test for r194671.Rui Ueyama1-0/+24
2013-11-13Fix misleading indentation.Rui Ueyama1-12/+12
2013-11-08[mach-o] revert gunk added to test cases to debug build bot failuresNick Kledzik1-1/+1
2013-11-08[mach-o] add debugging to help explain one build bot failureNick Kledzik1-1/+1
2013-11-08Add explictly exported atoms and export R_*_COPY'ed atoms.Michael J. Spencer1-3/+13
2013-11-06[mach-o] binary reader and writer Nick Kledzik1-2/+2
2013-11-05[PECOFF] Report error if there's unknown flag in .drectveRui Ueyama2-0/+40
2013-11-04[PECOFF] Fix the test to run.Rui Ueyama1-2/+2
2013-11-04[PECOFF] Add a test for the resource file.Rui Ueyama4-0/+19
2013-11-04[ELF] Allow colons in the path.Rui Ueyama1-4/+4
2013-11-04[ELF] Add missing -target option.Rui Ueyama1-2/+4
2013-11-02Update test now that llvm-nm prints the correct value.Rafael Espindola1-1/+1
2013-11-02[ELF] One more file for missing -target option.Rui Ueyama1-3/+6
2013-11-02[ELF] Add missing -target options.Rui Ueyama2-2/+3
2013-11-02Single-quotes to quote parentheses.Rui Ueyama1-6/+6
2013-11-02Fix test on 32 bit.Rui Ueyama1-1/+3
2013-10-30[ELF] Implement minimal support for .eh_frame_hdr.Michael J. Spencer10-78/+135
2013-10-29[test] Fix a test failure, this test is only applicable in debug modeShankar Easwaran1-0/+2
2013-10-29[PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran1-0/+9
2013-10-29[PECOFF] Fix __ImageBase symbol.Rui Ueyama1-4/+5
2013-10-26[ELF][test] Remove default section names for known contentTypes.Shankar Easwaran4-9/+0
2013-10-26[X86_64] Fix the atom that need to be exported.Shankar Easwaran1-1/+1
2013-10-25[ELF] Implement .{init,fini}_array ordering.Michael J. Spencer4-8/+47
2013-10-25[PECOFF] Handle edge case where no section alignment is specified.Rui Ueyama2-16/+35
2013-10-24[ELF] Refactor x86-64 relocation pass.Michael J. Spencer2-3/+3
2013-10-24[PECOFF] Fix spelling in manifest XML.Rui Ueyama1-6/+6
2013-10-24[ELF][x86-64] Generate PLT for R_*_32S relocs.Michael J. Spencer3-0/+19
2013-10-24Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"Rui Ueyama24-60/+9
2013-10-24[PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran24-9/+60
2013-10-23Run layout-transitivity test only when debugging is enabled.Rui Ueyama1-5/+1
2013-10-23Disable layout-transitivity test on FreeBSD for now.Rui Ueyama1-3/+4
2013-10-22[PECOFF] Emit the side-by-side manifest file.Rui Ueyama1-0/+54
2013-10-21Disable layout-transitivity test on Darwin for now.Rui Ueyama1-0/+4
2013-10-19Fix bug that CompareAtoms::compare is not transitive.Rui Ueyama1-0/+33
2013-10-18[PECOFF] Only COMDAT symbols are allowed to be dead-stripped.Rui Ueyama1-1/+1
2013-10-18[ELF] Set ordinals properly to all atoms.Shankar Easwaran4-0/+36
2013-10-16Make undefines check into an assertion.Rui Ueyama1-7/+0
2013-10-16Propagate deadStripOptimize()'s failure to the caller.Rui Ueyama1-3/+10
2013-10-11[ELF] Add alias options for start-group/end-group options.Shankar Easwaran1-0/+17
2013-10-11[ELF] Fix Atoms in the same file had overlapping ordinals.Shankar Easwaran1-9/+7
2013-10-10[test] Ignore failure for now for Darwin.Shankar Easwaran1-0/+2
2013-10-10[ELF] Return error from invalid linker script parse.Shankar Easwaran2-0/+6
2013-10-10[PECOFF] Add files appear in .drectve to input graphRui Ueyama2-18/+43
2013-10-09[ELF] Change MaxAlignment to 2.Shankar Easwaran2-0/+8
2013-10-09[test] Just use the exit code from the test for now.Shankar Easwaran1-3/+0
2013-10-09[test] Fix regex for failing test on botShankar Easwaran1-1/+1