summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/File.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-051-3/+2
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-1/+1
* Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."Pete Cooper2016-03-221-1/+1
* Use owning pointers instead of raw pointers for Atom's to fix leaks.Pete Cooper2016-03-221-1/+1
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-4/+4
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-4/+4
* Remove atom_collection_empty class.Rui Ueyama2015-04-081-4/+4
* Run the resolver in parallel with the reader.Rui Ueyama2015-01-161-0/+8
* Partially roll back r217324.Rui Ueyama2014-09-081-0/+2
* Remove dead code.Rui Ueyama2014-09-071-6/+0
* Remove extraneous curly braces and blank lines.Rui Ueyama2013-11-191-4/+0
* Fix spelling error. s/Libary/Library/g.Rui Ueyama2013-08-091-1/+1
* Add SectionPosition and OrderPassNick Kledzik2013-01-231-1/+4
* fix typoNick Kledzik2013-01-081-1/+1
* Removes files for separate ReaderYAML.cpp and WriterYAML.cpp Nick Kledzik2013-01-051-0/+6
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-4/+0
* First implementation of Darwin Platform. It is rich enough to generateNick Kledzik2012-04-071-0/+3
* Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/SupportMichael J. Spencer2012-04-031-2/+3
* Sources now require C++11 to build.Nick Kledzik2012-03-081-2/+2
* Cleaned up Atom attribues some more. Added lots of doxygen commentsNick Kledzik2011-12-211-0/+5
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-181-0/+16
OpenPOWER on IntegriCloud