summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-182-2/+2
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-5/+2
* Drop an unnecessary use of writev.Rafael Espindola2015-12-161-16/+2
* Simplify memory management with std::unique_ptr.Rafael Espindola2015-12-162-27/+18
* [SectionMemoryManager] Make better use of virtual memoryKeno Fischer2015-12-161-2/+3
* [x86] adding PKU feature flagAsaf Badouh2015-12-151-0/+2
* Fix MSVC build with LLVM_ENABLE_THREADS=OFFMehdi Amini2015-12-151-1/+10
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-152-0/+147
* Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2015-12-152-147/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-152-0/+147
* Reordering fields to reduce padding in LLVM. NFCBen Craig2015-12-141-4/+4
* Revert r255444.Nico Weber2015-12-132-144/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-122-0/+144
* Avoid buffered reads of /dev/urandomRafael Espindola2015-12-111-4/+9
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-0/+10
* Revert "raw_ostream: << operator for callables with raw_stream argument"Matthias Braun2015-12-031-4/+0
* raw_ostream: << operator for callables with raw_stream argumentMatthias Braun2015-12-031-0/+4
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-012-0/+5
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-3/+2
* [Windows] Partially revert r254363 until I can test the right fix.Davide Italiano2015-12-011-2/+6
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+18
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-18/+2
* [Windows] Follow-up r254363, remove return.Davide Italiano2015-12-011-3/+1
* [Windows] Simplify assertion code. NFC.Davide Italiano2015-12-012-8/+3
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+18
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-234-11/+15
* Avoid duplicate entry for cortex-a7 in the TargetParser (NFC)Artyom Skrobov2015-11-201-0/+6
* Handle ARMv6-J as an alias, instead of fake architectureArtyom Skrobov2015-11-202-2/+1
* TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC.NAKAMURA Takumi2015-11-191-1/+1
* llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM::getArchExtFeature() to a...NAKAMURA Takumi2015-11-191-3/+7
* [ARM] Add +feature names to TargetParser extensions tableBradley Smith2015-11-181-1/+17
* StringRef-ify some Option APIsDavid Blaikie2015-11-171-26/+25
* [Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica2015-11-171-16/+15
* [JIT/Memory] Fix up semantic of setExecutable().Davide Italiano2015-11-171-4/+1
* Add isInteger() to APFloat.Stephen Canon2015-11-161-0/+9
* Handle ARMv6KZ namingArtyom Skrobov2015-11-162-4/+3
* NFC refactorings in lib/Support/TargetParser.cppArtyom Skrobov2015-11-161-16/+16
* [ARM] Allow TargetParser to accurately target architecturesBradley Smith2015-11-161-5/+14
* Cull non-standard variants of ARM architectures (NFC)Artyom Skrobov2015-11-122-20/+5
* dwarfdump: Added macro support to llvm-dwarfdump tool.Amjad Aboud2015-11-121-0/+1
* Report Windows error code in a fatal error after a system call.Paul Robinson2015-11-111-2/+9
* Support: Recognize Borland DWARF extensions.Dawn Perchik2015-11-111-0/+25
* Emit discriminator for inlined callsites.Dehao Chen2015-11-111-0/+1
* Combine ifdefs around dl_iterate_phdr in Unix/Signals.incReid Kleckner2015-11-091-13/+8
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-0/+35
* Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.NAKAMURA Takumi2015-11-082-0/+11
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-10/+37
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-37/+10
* Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman2015-11-051-1/+1
* Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())Mehdi Amini2015-11-051-1/+2
OpenPOWER on IntegriCloud