aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix some Include What You Use warnings; other minor fixes.Eugene Zelenko2016-04-291-3/+14
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+6
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-6/+0
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-0/+6
* Move SimpleDefinedAtom::addReference to DefinedAtom.Pete Cooper2016-02-011-9/+0
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-111-3/+3
* [lld][MachO] Use a std::string rather than a StringRef for the section name inLang Hames2015-10-291-1/+1
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-6/+4
* Remove redundant virtual on member functions marked 'override'.David Blaikie2015-04-081-12/+6
* [mach-o] extract atom alignment information from mach-o filesNick Kledzik2014-11-181-7/+10
* [mach-o] support N_NO_DEAD_STRIP nlist.desc bitNick Kledzik2014-08-211-15/+24
* [mach-o] Support re-exported dylibsNick Kledzik2014-08-131-1/+1
* [mach-o] Add parsing of arm/thumb relocationsNick Kledzik2014-07-041-5/+8
* MachO: support atomization of dylibs.Tim Northover2014-06-301-0/+42
* [mach-o] refactor x86_64 relocation handling.Nick Kledzik2014-06-271-2/+8
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* [mach-o] Add support for custom sectionsNick Kledzik2014-05-301-0/+20
* [mach-o] Support parsing of non-lazy-pointer sectionsNick Kledzik2014-05-281-3/+8
* [mach-o] Add support for initializers and terminators in object filesNick Kledzik2014-05-271-0/+8
* [mach-o] Add support for zero-fill sections.Nick Kledzik2014-05-151-7/+19
* [mach-o] Add support and test cases for parsing tentative definitionsNick Kledzik2014-05-151-0/+31
* [MachO] Remove "virtual" and add "override".Rui Ueyama2014-03-281-5/+5
* [MachO] Add basic support for local symbols.Joey Gouly2014-01-131-3/+4
* [MachO] Begin to add some MachO specific File/Atoms, and add the start ofJoey Gouly2014-01-031-0/+41