summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Remove custom implementations of max/min in StringRef that was originally add...Craig Topper2014-08-211-9/+9
* Fix undefined behavior (left shift by 64 bits) in ScaledNumber::toString().Alexey Samsonov2014-08-201-0/+3
* Fix an off by 1 bug that prevented SmallPtrSet from using all of its 'small' ...Craig Topper2014-08-201-6/+5
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-0/+6
* Convert an ownership comment with std::uinque_ptr.Rafael Espindola2014-08-171-16/+9
* Revert "[Support] Promote cl::StringSaver to a separate utility"Sean Silva2014-08-151-7/+27
* [Support] Promote cl::StringSaver to a separate utilitySean Silva2014-08-151-27/+7
* Delete support for AuroraUX.Rafael Espindola2014-08-141-2/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-091-9/+13
* Fix typo.Eric Christopher2014-08-091-1/+1
* Fix the windows build.Rafael Espindola2014-08-081-1/+1
* Reword comment slightly.Eric Christopher2014-08-081-4/+3
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-082-18/+0
* Convert from Windows to Unix paths in sys::path::native.Rafael Espindola2014-08-081-1/+11
* Fix bug 20125 - clang-format segfaults on bad config.Rafael Espindola2014-08-081-1/+6
* Remove Support/IncludeFile.h and its only user. This is actively harmful, sinceRichard Smith2014-08-072-21/+0
* getNewMemBuffer memsets the buffer to zeros,Yaron Keren2014-08-061-1/+1
* Path: Stop claiming path::const_iterator is bidirectionalJustin Bogner2014-08-041-12/+27
* MemoryBuffer: Don't use mmap when FileSize is multiple of 4k on Cygwin.NAKAMURA Takumi2014-08-041-0/+8
* Remove some calls to std::move.Rafael Espindola2014-08-013-13/+13
* Remove dead code.Rafael Espindola2014-07-251-28/+0
* Windows: Don't wildcard expand /? or -?Hans Wennborg2014-07-241-0/+5
* AArch64: remove "arm64_be" support in favour of "aarch64_be".Tim Northover2014-07-231-2/+0
* AArch64: remove arm64 triple enumerator.Tim Northover2014-07-231-16/+5
* Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie2014-07-191-1/+1
* Add MIPS Technologies to the vendors in llvm::Triple.Daniel Sanders2014-07-181-0/+2
* Refactor ARM subarchitecture parsingRenato Golin2014-07-181-0/+25
* Drop the udis86 wrapper from llvm::sysAlp Toker2014-07-172-75/+0
* Typo: exists -> exitsHans Wennborg2014-07-171-1/+1
* Fix the prefix for arm64 tripleYi Kong2014-07-171-3/+2
* Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)Hans Wennborg2014-07-161-19/+71
* Fix a -Wunused-local-typedefs warningAlp Toker2014-07-141-1/+1
* Support: Use a range-based forJustin Bogner2014-07-141-5/+4
* Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...Argyrios Kyrtzidis2014-07-111-0/+82
* Simplify the raw_svector_ostream tweak from r212816Alp Toker2014-07-111-13/+4
* raw_svector_ostream: grow and reserve atomicallyAlp Toker2014-07-111-15/+17
* Add the CSR company and the Kalimba DSP processor to Triple.Eric Christopher2014-07-101-0/+9
* Remove move assignment operator to appease older GCCs.Peter Collingbourne2014-07-101-5/+0
* Explicitly define move constructor and move assignment operator to appease MSVC.Peter Collingbourne2014-07-101-0/+9
* SpecialCaseList: use std::unique_ptr.Peter Collingbourne2014-07-101-15/+3
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-092-0/+179
* Add Imagination Technologies to the vendors in llvm::TripleDaniel Sanders2014-07-091-0/+2
* SourceMgr: consistently use 'unsigned' for the memory buffer ID typeDmitri Gribenko2014-07-091-3/+3
* Fix some Twine locals.Benjamin Kramer2014-07-081-3/+2
* Revert "Refactor ARM subarchitecture parsing"Renato Golin2014-07-081-23/+0
* Refactor ARM subarchitecture parsingRenato Golin2014-07-071-0/+23
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-065-86/+74
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-15/+16
* Remove obsolete function TargetRegistry::getClosestTargetForJIT()Alp Toker2014-07-011-11/+0
OpenPOWER on IntegriCloud