[Orc] Add some missing headers to the CompileOnDemandLayer.h
[oota-llvm.git] / lib / Support /
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.
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-11-03 Rafael EspindolaAdd CRLF support to LineIterator.
2014-11-03 Peter CollingbourneCMake: Add libm to list of system libs printed by llvm...
2014-10-31 David BlaikieUpdate the non-pthreads fallback for RWMutex on Unix
2014-10-30 Hans WennborgSpeculative fix for Windows build after r220932
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-27 Rafael EspindolaFix bug where sys::Wait could wait on wrong pid.
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-22 Benjamin KramerStrength reduce constant-sized vectors into arrays...
2014-10-21 David BlaikiePR21202: Memory leak in Windows RWMutexImpl when using...
2014-10-16 Peter CollingbourneIntroduce LLVMParseCommandLineOptions C API function.
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-14 Hal FinkelRevert "r216914 - Revert: [APFloat] Fixed a bug in...
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-10-13 David MajnemerInstCombine: Don't miscompile (x lshr C1) udiv C2
2014-10-13 NAKAMURA TakumiUnix/Signals.inc: Let findModulesAndOffsets() built...
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-12 Benjamin KramerModernize old-style static asserts. NFC.
2014-10-11 Chandler CarruthGuard the definition of the stack tracing function...
2014-10-10 Alexey SamsonovFollow-up to r219534 to make symbolization more robust.
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-10 Benjamin KramerAPInt: Unfold return expressions so RVO can work.
2014-10-10 Chandler Carruth[ADT] Add the scalbn function for APFloat.
2014-10-09 Frederic RissAdd ApplePropertyString dump helper to Dwarf.{h|cpp}.
2014-10-08 Alexey SamsonovRevert r219354. It seems to break some buildbots.
2014-10-08 Alexey SamsonovUse llvm-symbolizer to symbolize LLVM/Clang crash dumps.
2014-10-08 David MajnemerUnix/Process: Don't use pthread_sigmask if we aren...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-10-07 Rafael EspindolaRemove the IsVolatileSize parameter of getOpenFileSlice.
2014-10-07 Rafael EspindolaBe consistent about using "const Twine &" for filenames.
next