summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* 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
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-20
* Use mkdir instead of stat+mkdir.Rafael Espindola2014-02-13
* Remove dead code.Rafael Espindola2014-02-13
* Use simpler version of sys::fs::exists when possible.Rafael Espindola2014-02-13
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* _CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!David Fang2014-02-12
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-12
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Using the helper API for random number generation.Aaron Ballman2014-02-11
* Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-11
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-10
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-07
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-07
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-05
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-05
* Fix configure to find arc4random via header files.Todd Fiala2014-02-05
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.Aaron Ballman2014-02-03
* Rename the non-templated base class of SmallPtrSet toChandler Carruth2014-02-03
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Remove unnecessary call to pthread_mutexattr_setpshared()Mark Seaborn2014-01-29
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-27
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Fix known typosAlp Toker2014-01-24
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-20
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-19
* raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...NAKAMURA Takumi2014-01-12
* raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...NAKAMURA Takumi2014-01-12