summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/BareMetal.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+4
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-1/+1
* [Driver] Allow drivers to add multiple libc++ include pathsPetr Hosek2018-04-101-19/+14
* Fix ARM bare metal driver to support atomicsJonathan Roelofs2017-09-061-8/+0
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-3/+2
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* Appease more buildbots about r303873Jonathan Roelofs2017-05-251-0/+1
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-251-0/+209