[MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
[oota-llvm.git] / lib / Support /
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-09-03 Chris BienemanRemoving static initializer from Debug.cpp by convertin...
2014-09-02 Chris BienemanCleaning up remaining static initializers in Signals.inc
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-09-02 David Blaikieunique_ptrify FileOutputBuffer::FileOutputBuffer
2014-09-02 Andrea Di BiagioRevert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-09-02 Andrea Di Biagio[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-29 Chris BienemanCleaning up static initializers in Signals.inc
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-27 Zachary TurnerRevert "Limit the symbol search in DynamicLibrary to...
2014-08-27 Zachary TurnerLimit the symbol search in DynamicLibrary to the module...
2014-08-27 Benjamin KramerAdd an explicit cast to pacify implicit boolean convers...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-26 Dylan NoblesmithRevert "Support/APFloat: unique_ptr-ify temp arrays"
2014-08-26 Dylan NoblesmithRevert "Support/Path: remove raw delete"
2014-08-25 Rafael EspindolaFix bug in llvm::sys::argumentsFitWithinSystemLimits().
2014-08-25 Rafael EspindolaRefactor argument serialization logic when executing...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-25 Dylan NoblesmithSupport/Path: remove raw delete
2014-08-25 Dylan NoblesmithSupport/APFloat: unique_ptr-ify temp arrays
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-23 Dylan NoblesmithSupport/Unix: use ScopedLock wherever possible
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Craig TopperRemove custom implementations of max/min in StringRef...
2014-08-20 Alexey SamsonovFix undefined behavior (left shift by 64 bits) in Scale...
2014-08-20 Craig TopperFix an off by 1 bug that prevented SmallPtrSet from...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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
next