summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF
Commit message (Expand)AuthorAgeFilesLines
* [MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNCFangrui Song2020-01-131-1/+7
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-122-33/+39
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-2/+2
* [llvm-readobj] - Fix letters used for dumping section types in GNU style.Georgii Rymar2019-12-131-1/+1
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-11-082-0/+31
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-0/+65
* Revert "[MC] Emit unused undefined symbol even if its binding is not set"Nico Weber2019-09-302-31/+0
* [MC] Emit unused undefined symbol even if its binding is not setFangrui Song2019-09-292-0/+31
* Remove some unnecessary REQUIRES: shell linesReid Kleckner2019-09-101-1/+3
* [ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNCFangrui Song2019-09-071-0/+32
* Revert r369233.Manoj Gupta2019-08-233-76/+124
* [MC] Delete unnecessary diagnostic: "No relocation available to represent thi...Fangrui Song2019-08-191-1/+1
* [MC] Don't emit .symver redirected symbols to the symbol tableFangrui Song2019-08-193-124/+76
* Revert "Reland [ELF] Loose a condition for relocation with a symbol"Vlad Tsyrklevich2019-07-223-5/+5
* Reland [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-223-5/+5
* Revert "[ELF] Loose a condition for relocation with a symbol"Nikola Prica2019-07-103-5/+5
* [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-103-5/+5
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [MC][ELF] Don't create relocations with section symbols for STB_LOCAL ifuncFangrui Song2019-06-071-13/+26
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+12
* [X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_TLSGOTDESC R_386_T...Fangrui Song2019-05-291-26/+0
* De-Window-ize a testPaul Robinson2019-05-211-2/+2
* [DebugInfo] Handle '# line "file"' correctly for asm source.Paul Robinson2019-05-211-0/+21
* [DebugInfo] Handle -main-file-name correctly for asm source.Paul Robinson2019-05-211-0/+41
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+13
* Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two waysPaul Robinson2019-05-101-1/+1
* [llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song2019-05-014-0/+27
* [llvm-readobj] Change -t to --symbols in tests. NFCFangrui Song2019-05-0148-49/+49
* [llvm-readobj] llvm-readobj --elf-output-style=GNU => llvm-readelf. NFCFangrui Song2019-05-011-1/+1
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-0175-96/+96
* [llvm-mc] - Properly set the the address align field of the compressed sections.George Rimar2019-04-231-3/+15
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-192-6/+3
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-262-3/+6
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-262-6/+3
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-252-3/+6
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-252-6/+3
* [MC] Sort FDEs by the associated CIE before emitting them.Eli Friedman2019-03-142-192/+190
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-1/+1
* [llvm-readobj] Display section names for STT_SECTION symbols.Matt Davis2019-03-015-5/+5
* [MC] Make symbol version errors non-fatalReid Kleckner2019-02-132-2/+2
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
* [AArch64] Adding missing REQUIRES in aarch64 dwarf testLuke Cheeseman2018-12-211-0/+1
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+6
* Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug...George Rimar2018-12-051-0/+5
* Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sec...George Rimar2018-12-041-5/+0
* [llvm-mc] - Do not crash when referencing undefined debug sections.George Rimar2018-12-041-0/+5
* Fix .cfi_restore with register numbers > 64Alexander Richardson2018-11-131-0/+17
* [llvm][test] Update tests using objdumpKristina Brooks2018-11-111-2/+2
* [lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.George Rimar2018-09-221-0/+32
* The initial .text section generated in object files was missing theEric Christopher2018-09-063-1/+56
OpenPOWER on IntegriCloud