summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-021-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-026-20/+20
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-022-5/+5
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-012-27/+12
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-013-8/+0
* Fix RWMutex to be thread-safe when pthread_rwlock is not availableMark Seaborn2014-03-011-6/+14
* CommandLine: Exit successfully for -version and -helpJustin Bogner2014-02-281-3/+3
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-271-7/+13
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-271-2/+3
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-261-2/+2
* [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...NAKAMURA Takumi2014-02-261-1/+9
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-1/+1
OpenPOWER on IntegriCloud