summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-04
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Add range access to ELFFile's sections collection.Simon Atanasyan2014-05-05
* [mips] Emit all three relocation operations for each relocation entry on Mips...Matheus Almeida2014-04-30
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Fix wrong iterator typeRui Ueyama2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-09
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-08
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-01
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-17
* Don't hide the first ELF symbol.Rafael Espindola2013-06-05
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Fix a couple of typos and 80-col.Eric Christopher2013-05-30
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-30
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Remove dead return.Rafael Espindola2013-05-30
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-18
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-17
* Add missing relocation namesNico Rieck2013-04-12
* Support MIPS64EL relocation type namesNico Rieck2013-04-12
* Remove unused argument.Rafael Espindola2013-04-07
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-03
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-03
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-03
* Mips direct object exception handling regressionJack Carter2013-04-01
* Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer2013-03-30