]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Support
Add a couple of convenience accessors to DebugLocEntry::Value to further
[opencl/llvm.git] / lib / Support /
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-08-09 Eric ChristopherFix typo.
2014-08-08 Rafael EspindolaFix the windows build.
2014-08-08 Eric ChristopherReword comment slightly.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-08-08 Rafael EspindolaConvert from Windows to Unix paths in sys::path::native.
2014-08-08 Rafael EspindolaFix bug 20125 - clang-format segfaults on bad config.
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-08-04 NAKAMURA TakumiMemoryBuffer: Don't use mmap when FileSize is multiple...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-25 Rafael EspindolaRemove dead code.
2014-07-24 Hans WennborgWindows: Don't wildcard expand /? or -?
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-07-23 Tim NorthoverAArch64: remove arm64 triple enumerator.
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Hans WennborgTypo: exists -> exits
2014-07-17 Yi KongFix the prefix for arm64 triple
2014-07-16 Hans WennborgPerform wildcard expansion in Process::GetArgumentVecto...
2014-07-14 Alp TokerFix a -Wunused-local-typedefs warning
2014-07-14 Justin BognerSupport: Use a range-based for
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-11 Alp TokerSimplify the raw_svector_ostream tweak from r212816
2014-07-11 Alp Tokerraw_svector_ostream: grow and reserve atomically
2014-07-10 Eric ChristopherAdd the CSR company and the Kalimba DSP processor to...
2014-07-10 Peter CollingbourneRemove move assignment operator to appease older GCCs.
2014-07-10 Peter CollingbourneExplicitly define move constructor and move assignment...
2014-07-10 Peter CollingbourneSpecialCaseList: use std::unique_ptr.
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Daniel SandersAdd Imagination Technologies to the vendors in llvm...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-08 Benjamin KramerFix some Twine locals.
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-27 Julien Lerougelldb can interrupt waitpid, so EINTR shouldn't be an...
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Will SchmidtAdd support for ppc64/power8 as a host
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-25 Rafael EspindolaDon't leak a file descriptor.
2014-06-25 Logan ChienCode cleanup.
2014-06-25 Alp TokerUse SourceMgr::getMemoryBuffer() in a couple of places
2014-06-24 Daniel SandersRevert: r211588 - [mips] Use __clear_cache builtin...
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-24 Daniel Sanders[mips] Use __clear_cache builtin instead of cacheflush...
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-21 Zachary TurnerFix the MinGW builder. Apparently std::call_once and
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David BlaikieRemove use of removed function, llvm_stop_multithreading
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-19 Alp TokerCommandLine: bail out when options get multiply registered
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-17 Rafael EspindolaMerge lib/Support/WindowsError.cpp into ib/Support...
2014-06-17 Justin BognerSupport: Inject LLVM_VERSION_INFO into the Support...
2014-06-17 Justin Bognertools: Add a space between package version and LLVM_VER...
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some code churn.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: restore compatibility with MSVC...
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Zachary TurnerMake the error-handling functions thread-safe.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaFix build on windows.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaTry to fix the windows build.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaTrying to fix the windows build.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Artyom Skrobovadding re-include guards into lib/Support/reg*.h
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-12 Rafael EspindolaPrefix generic_category with std::.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-12 Rafael EspindolaUsed mapWindowsError. I missed these in the initial...
next