[Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to the
[oota-llvm.git] / lib / Support /
2015-01-30 Chris BienemanNFC. Making printOptionValues an API on the parser...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-30 Chris BienemaniOS doesn't have crt_externs.h available, so we fall...
2015-01-29 Aaron BallmanAll signal handlers are required to have C language...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-29 NAKAMURA TakumiCommandLineParser: Avoid non-static member nitializer(s).
2015-01-29 Owen AndersonFix the preprocessor checks used to determine if backtr...
2015-01-29 Owen AndersonUse the existing build configuration parameter ENABLE_B...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2015-01-28 Chandler Carruth[LPM] Fix the PPC attribute to be spelled 'global-dynam...
2015-01-28 Chris BienemanBuild fix for Visual Studio. NFC.
2015-01-28 Chandler Carruth[LPM] Try to work around a bug with local-dynamic TLS...
2015-01-28 Chris BienemanRefactoring llvm command line parsing and option regist...
2015-01-28 Colin LeMahieu[Hexagon] Replacing intrinsics for halfword adds and...
2015-01-28 Chandler Carruth[LPM] Rip all of ManagedStatic and ThreadLocal out...
2015-01-27 Petar Jovanovic[mips] Use __clear_cache builtin instead of cacheflush()
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Zachary TurnerHave the UTF conversion wrappers append a null terminator.
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-26 Reid KlecknerAdd a UTF8 to UTF16 conversion wrapper for use in the...
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-26 Alex RosenbergRemove trailing whitespace. NFC ®
2015-01-26 Michael J. Spencer[Support][Windows] Disable error dialog boxes when...
2015-01-26 Chris BienemanPutting all the standard tool options into a "Generic...
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2015-01-25 Alex RosenbergAdd the triple for the Sony Playstation®4.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Yunzhong GaoIf we see UTF-8 BOM sequence at the beginning of a...
2015-01-23 Michael J. Spencer[Object][ELF] Test unknown type.
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-21 Yaron KerenAdd missing include guards to WindowsSupport.h.
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-13 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2015-01-06 Tom StellardTriple: Add amdgcn triple
2015-01-04 Lang Hames[APFloat][ADT] Fix sign handling logic for FMA results...
2014-12-29 Alexey SamsonovRemove unnecessary StringRef->std::string conversion.
2014-12-18 Juergen RibutzkaAdd missing implementation of 'sys::path::is_other...
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-17 Rafael EspindolaRemove a debugging assert.
2014-12-17 Rafael EspindolaFix the windows build.
2014-12-17 Rafael EspindolaRefactor and simplify the code reading /proc/cpuinfo...
2014-12-16 Rafael EspindolaRemove the last unnecessary member variable of mapped_f...
2014-12-16 Rafael EspindolaConvert a member variable to a local variable. NFC.
2014-12-16 Rafael EspindolaRemove unused member and simplify. NFC.
2014-12-15 David MajnemerThreadLocal: Move Unix-specific code out of Support...
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-14 David MajnemerAPInt: udivrem should use machine instructions for...
2014-12-12 Yaron KerenPass EC by reference to MemoryBufferMMapFile to return...
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Rafael EspindolaMAP_FILE is the default. We don't need to add it.
2014-12-12 Rafael EspindolaRemove silly left over from the Windows resize_file...
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Michael IlsemanSilence static analyzer warnings in LLVMSupport.
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Yaron KerenSilence warning: variable 'buffer' set but not used.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-12-02 Tom StellardTriple: Add AMDHSA operating system type
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-11-25 Evgeniy Stepanov[msan] Annotate zlib functions for MemorySanitizer.
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-21 Matthias BraunAllow multiple -debug-only args
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-11-19 Lang Hames[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-11-17 Renato GolinFix ARM triple parsing
2014-11-17 Yaron Kerensilence gcc 4.9.1 warning in /llvm/lib/Support/Windows...
2014-11-14 NAKAMURA TakumiSearchForAddressOfSymbol(): Disable 3 symbols, copysign...
2014-11-13 Reid KlecknerFix the VS 2012 build
2014-11-13 Reid KlecknerFix symbol resolution of floating point libc builtins...
2014-11-13 Reid KlecknerAvoid usage of char16_t as MSVC "14" doesn't appear...
2014-11-13 Aaron BallmanFixing -Wtype-limits warnings with the asserts (the...
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 Paul RobinsonImprove long path name support on Windows.
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaMake readBytes pure virtual. Every real implementation...
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-07 Michael J. SpencerFix style.
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-11-06 Matt ArsenaultRemove unnecessary .c_str() when implicitly converting...
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-11-05 Jiangning LiuRevert 220932.
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Yaron KerenFix Visual C++ warning, Program.inc(85): warning C4018...
2014-11-04 NAKAMURA Takumisys::findProgramByName(): [Win32] Tweak to pass lowerca...
2014-11-04 Yaron Keren#include <winbase.h> is not enough for Visual C++ 2013...
2014-11-04 Michael J. SpencerUse findProgramByName.
next