]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Support
Debug Info: Prepare DebugLocEntry to handle more than a single value per
[opencl/llvm.git] / lib / Support /
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"
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...
next