summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Fix inconsistent whitespace.Bob Wilson2014-03-09
* [C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer2014-03-07
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-07
* [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links...Argyrios Kyrtzidis2014-03-06
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/LockFileManager] Make the LockFileManager more robust against races.Argyrios Kyrtzidis2014-03-06
* [Support/LockFileManager] Use symbolic link for the lock file.Argyrios Kyrtzidis2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* Add <cstddef> for use of std::ptrdiff_t.Ahmed Charles2014-03-06
* Fix break by qualifying ptrdiff_t with std::.Ahmed Charles2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-05
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Remove unnecessary variables.Ahmed Charles2014-03-05
* Remove dependence on std::function.Richard Smith2014-03-04
* Add support for arbitrary functors to CrashRecoveryContext.Richard Smith2014-03-04
* APFloat: Add a move ctor and operator=Benjamin Kramer2014-03-04
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [C+11] Add 'override' keyword to methods in the support library.Craig Topper2014-03-04
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-03
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-03
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Fix RWMutex to be thread-safe when pthread_rwlock is not availableMark Seaborn2014-03-01
* CommandLine: Exit successfully for -version and -helpJustin Bogner2014-02-28
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-27
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-27
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-26
* [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LL...NAKAMURA Takumi2014-02-26
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-26
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-26
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-23
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Use simpler form of llvm::sys::fs::remove.Rafael Espindola2014-02-23
* Simplify linking to system librariesNAKAMURA Takumi2014-02-23
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-22