Fixed issue with microMIPS JAL instruction.
[oota-llvm.git] / lib / Support /
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
2014-03-30 Tim NorthoverARM64: remove -m32/-m64 mapping with ARM.
2014-03-30 Saleem AbdulrasoolSupport: correct Windows normalisation
2014-03-30 Saleem AbdulrasoolSupport: normalize the default triple on Unix
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-28 Chandler Carruth[Allocator Cleanup] Move generic pointer alignment...
2014-03-28 Chandler Carruth[Allocator Cleanup] Make the growth of the "slab" size...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-25 Yaron KerenDisable Visual C++ warning 4722 about aborting a destru...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-21 Argyrios Kyrtzidis[Support] Follow up to r204426, for LockFileManager...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure LockFileManager works correctly...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-09 Bob WilsonFix inconsistent whitespace.
2014-03-07 Benjamin Kramer[C++11] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Re-apply r203137 and r203138...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Make the LockFileManager...
2014-03-06 Argyrios Kyrtzidis[Support/LockFileManager] Use symbolic link for the...
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Ahmed CharlesAdd <cstddef> for use of std::ptrdiff_t.
2014-03-06 Ahmed CharlesFix break by qualifying ptrdiff_t with std::.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Ahmed CharlesRemove unnecessary variables.
2014-03-04 Richard SmithRemove dependence on std::function.
2014-03-04 Richard SmithAdd support for arbitrary functors to CrashRecoveryContext.
2014-03-04 Benjamin KramerAPFloat: Add a move ctor and operator=
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Mark SeabornFix RWMutex to be thread-safe when pthread_rwlock is...
2014-02-28 Justin BognerCommandLine: Exit successfully for -version and -help
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-27 Ben LangmuirRevert "Use StringRef in raw_fd_ostream constructor"
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 NAKAMURA Takumi[CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 Ben LangmuirUse StringRef in raw_fd_ostream constructor
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-23 Rafael EspindolaUse simpler form of llvm::sys::fs::remove.
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-20 Michael J. Spencer[Support] Correctly handle zero length inputs to UTF...
2014-02-13 Rafael EspindolaUse mkdir instead of stat+mkdir.
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-13 Rafael EspindolaUse simpler version of sys::fs::exists when possible.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2014-02-12 David Fang_CS_DARWIN_USER macros available on darwin>=9. Thanks...
2014-02-12 NAKAMURA TakumiWindows/Path.inc: Move <shlobj.h> after "Windows.h...
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-02-11 Aaron BallmanHopefully fixing the MinGW 32 build, which was broken...
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-07 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-02-03 Aaron BallmanUndef'ing _WIN32_IE to silence an MSVC warning about...
2014-02-03 Chandler CarruthRename the non-templated base class of SmallPtrSet to
2014-02-01 Peter CollingbourneHopefully fix mingw32 bots.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-29 Mark SeabornRemove unnecessary call to pthread_mutexattr_setpshared()
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-24 Alp TokerFix known typos
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 NAKAMURA Takumi[CMake] llvm_process_sources: Introduce a parameter...
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-12 NAKAMURA Takumiraw_fd_ostream: Don't change STDERR to O_BINARY, or...
2014-01-12 NAKAMURA Takumiraw_stream formatter: [Win32] Use std::signbit() if...
next