summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF
Commit message (Expand)AuthorAgeFilesLines
* [X86] Fix incorrect/inefficient pushw encodings for x86-64 targetsMichael Kuperstein2015-07-053-0/+45
* [X86] Convert an instruction relaxation test to use objdump instead of readobjMichael Kuperstein2015-07-021-58/+64
* [X86] Avoid over-relaxation of 8-bit immediates in integer arithmetic instruc...Michael Kuperstein2015-07-012-0/+194
* Revert part of r241149, "Fix PR23872: Integrated assembler error message when...NAKAMURA Takumi2015-07-011-28/+0
* Fix PR23872: Integrated assembler error message when using .type directive wi...Gabor Ballabas2015-07-011-0/+28
* Diagnose undefined temporary symbols.Rafael Espindola2015-06-254-31/+7
* Don't get confused with sections whose section number is reserved.Rafael Espindola2015-06-241-0/+107
* Revert r240302 ("Bring r240130 back.").Daniel Jasper2015-06-238-31/+40
* Fix PR23914.Evgeniy Stepanov2015-06-221-0/+16
* Bring r240130 back.Rafael Espindola2015-06-228-40/+31
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-198-31/+40
* Make all temporary symbols unnamed.Rafael Espindola2015-06-198-40/+31
* Fix a regression in .pop_section.Rafael Espindola2015-06-081-0/+21
* [MC] Common symbols weren't being checked for redeclaration which allowed an ...Colin LeMahieu2015-06-062-0/+10
* Handle 16 bit PC relative relocations.Rafael Espindola2015-06-061-0/+5
* Omit unused section symbols from the symbol table.Rafael Espindola2015-06-0414-126/+50
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-0312-117/+39
* Don't special case undefined symbol when deciding the symbol order.Rafael Espindola2015-05-283-17/+17
* Don't create an unused _GLOBAL_OFFSET_TABLE_.Rafael Espindola2015-05-282-38/+5
* Produce a single string table in a ELF .oRafael Espindola2015-05-222-19/+6
* Relax these tests a bit.Rafael Espindola2015-05-227-18/+18
* [DWARF] Add CIE header fields address_size and segment_size when generating d...Keith Walker2015-05-122-6/+27
* Respect object format choice on DarwinKeno Fischer2015-05-041-0/+10
* Write sections mostly in one pass.Rafael Espindola2015-04-304-23/+31
* Don't check for offsets in tests where it is not relevant.Rafael Espindola2015-04-303-12/+12
* Write the section header string table directly to the output stream.Rafael Espindola2015-04-298-50/+51
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-7/+7
* Don't constrain the section order in tests that don't depend on it.Rafael Espindola2015-04-2934-169/+143
* Use CIE version 4 for dwarf4.Rafael Espindola2015-04-282-7/+11
* [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha2015-04-281-1/+1
* Use CIE version 1 for .eh_frame.Rafael Espindola2015-04-2719-54/+54
* Look past locals in comdats.Rafael Espindola2015-04-201-0/+2
* Compute A-B when A or B is weak.Rafael Espindola2015-04-172-12/+16
* Compute A-B if both A and B are in the same comdat section.Rafael Espindola2015-04-171-1/+10
* Don't walk aliases from global to local symbols in comdats.Rafael Espindola2015-04-171-0/+18
* Write relocation sections contiguously.Rafael Espindola2015-04-171-2/+2
* Update tests to not be as dependent on section numbers.Rafael Espindola2015-04-1515-51/+19
* Write section and section table entries in the same order.Rafael Espindola2015-04-151-1/+1
* Write the section header in the end.Rafael Espindola2015-04-0819-19/+19
* Use a comma after the unique keyword.Rafael Espindola2015-04-065-7/+12
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-061-0/+10
* Implement unique sections with an unique ID.Rafael Espindola2015-04-044-4/+19
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-04-032-0/+17
* Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...Peter Collingbourne2015-04-022-17/+0
* MC: For variable symbols, maintain MCSymbol::Section as a cache.Peter Collingbourne2015-03-302-0/+17
* Don't be over eager in evaluating a subtraction with a weak symbol.Rafael Espindola2015-03-241-0/+12
* Reset the CFA offset at the start of every FDE.Rafael Espindola2015-03-241-5/+19
* MC: Add more stringent symbol checking to test.Peter Collingbourne2015-03-241-0/+3
* Reorganize the x86 ELF relocation selection logic.Rafael Espindola2015-03-202-0/+9
* Handle X86::reloc_riprel_4byte in 32 bits mode.Rafael Espindola2015-03-181-0/+4
OpenPOWER on IntegriCloud