OK, NAKAMURA Takumi beat me to this change. So backing out my addition of
[oota-llvm.git] / lib / Support /
2014-05-19 Alp TokerMemoryBuffer: Use GetNativeSystemInfo()
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-09 Alp TokerMemoryBuffer: don't force mmap when stat fails
2014-05-09 Alp TokerMemoryBuffer: remove unusued definitions
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Remove the assertion that the...
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileS...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-05-06 Reid KlecknerInclude intrin.h before windows.h as a workaround for...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Move the IsVolatile check inside...
2014-05-05 Argyrios Kyrtzidis[Support/MemoryBuffer] Introduce a boolean parameter...
2014-05-05 Kaelyn TakataSelect bdver2 instead of bdver1 if TBM support is prese...
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... Support: remove unnecessary namespace
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-28 Chandler CarruthUse raw_ostream and Format.h on Windows so that we...
2014-04-28 Chandler CarruthUpdate the Windows TimeValue formatting to match the...
2014-04-27 Chandler CarruthTeach the pass manager's execution dump to print the...
2014-04-23 NAKAMURA Takumicl::ParseCommandLineOptions(): Use StringRef to receive...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Followup to r206822 to add a DEBUG_TYPE which...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-17 David BlaikieManagedStatic is never built with a null constructor...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-14 Chandler Carruth[Allocator] Hoist the external helper function into...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Simon AtanasyanUse range-based for loops. No functionality change.
2014-04-09 David MajnemerRevert "Revert "YAMLIO: Encode ambiguous hex strings...
2014-04-09 Filipe CabecinhasRevert "YAMLIO: Encode ambiguous hex strings explicitly"
2014-04-09 David MajnemerYAMLIO: Encode ambiguous hex strings explicitly
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-06 Argyrios Kyrtzidis[Support] Modify LockFileManager::waitForUnlock() to...
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-31 Saleem AbdulrasoolSupport: generalise object type handling for Windows
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"
next