summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-0736-182/+184
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-061-6/+10
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-051-12/+6
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-11/+6
* Support: generalise object type handling for WindowsSaleem Abdulrasool2014-03-311-7/+15
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-131/+16
* Don't mark the declarations of the TSan annotation functions as weak.Chandler Carruth2014-03-301-3/+11
* ARM64: remove -m32/-m64 mapping with ARM.Tim Northover2014-03-301-2/+2
* Support: correct Windows normalisationSaleem Abdulrasool2014-03-301-2/+12
* Support: normalize the default triple on UnixSaleem Abdulrasool2014-03-301-1/+1
* ARM64: initial backend importTim Northover2014-03-292-10/+21
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-291-1/+1
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-1/+18
* [Allocator Cleanup] Move generic pointer alignment helper out of anChandler Carruth2014-03-281-15/+3
* [Allocator Cleanup] Make the growth of the "slab" size of theChandler Carruth2014-03-281-17/+17
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-271-1/+23
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-251-13/+0
* remove a bunch of unused private methodsNuno Lopes2014-03-231-39/+0
* [Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis2014-03-211-3/+6
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-211-1/+3
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-212-8/+5
* Remove dead and incorrect code.Rafael Espindola2014-03-201-14/+1
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-131-0/+1
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-112-0/+18
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-113-33/+9
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-105-22/+20
* Fix inconsistent whitespace.Bob Wilson2014-03-091-1/+1
* [C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer2014-03-071-5/+6
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-071-6/+5
* [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links...Argyrios Kyrtzidis2014-03-061-24/+56
* Support: split object format out of environmentSaleem Abdulrasool2014-03-061-7/+45
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-063-64/+24
* [Support/LockFileManager] Make the LockFileManager more robust against races.Argyrios Kyrtzidis2014-03-061-17/+34
* [Support/LockFileManager] Use symbolic link for the lock file.Argyrios Kyrtzidis2014-03-061-13/+4
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-062-0/+32
* Add <cstddef> for use of std::ptrdiff_t.Ahmed Charles2014-03-061-0/+1
* Fix break by qualifying ptrdiff_t with std::.Ahmed Charles2014-03-061-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-069-28/+17
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-051-8/+5
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-052-23/+81
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Remove unnecessary variables.Ahmed Charles2014-03-051-2/+2
* Remove dependence on std::function.Richard Smith2014-03-041-15/+6
* Add support for arbitrary functors to CrashRecoveryContext.Richard Smith2014-03-041-6/+15
* APFloat: Add a move ctor and operator=Benjamin Kramer2014-03-041-0/+18
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-042-735/+0
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-041-1/+1
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-034-7/+8
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-034-8/+7
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-022-2/+2
OpenPOWER on IntegriCloud