[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
[oota-llvm.git] / lib / Support /
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.
2014-10-07 David MajnemerAttempt to calm down buildbots
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-10-06 Yaron KerenMake the MD5 result name consistent between functions...
2014-10-03 Chris BienemanConverting the ErrorHandlerMutex to a ManagedStatic...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-27 Yaron KerenFix llvm::huge_valf multiple initializations with Visua...
2014-09-26 Yaron Kerenclang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
2014-09-26 David MajnemerSupport: Remove undefined behavior from &raw_ostream...
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-24 Chris BienemanAdding #ifdef around TermColorMutex based on feedback...
2014-09-24 NAKAMURA TakumiWindows/Host.inc: Reformat the header to fit 80-col.
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove <cstdlib>. It has been unused...
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Wrap a comment line in 80-col.
2014-09-24 NAKAMURA TakumiUnix/Host.inc: Remove leading whitespace. It had been...
2014-09-23 NAKAMURA TakumiWindows/DynamicLibrary.inc: Remove 'extern "C"' in...
2014-09-22 Chris BienemanConverting terminalHasColors mutex to a global ManagedS...
2014-09-22 Yaron KerenIn this callback ModuleName includes the file path.
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-17 Nick KledzikFix identify_magic() with mach-o stub dylibs.
2014-09-15 David BlaikieFix memory leak in error paths in YAMLTraits by using...
2014-09-12 JF BastienAdd support for le64.
2014-09-12 Evgeniy StepanovAdd CMake check for libatomic.
2014-09-11 Rui UeyamaSupport: Use llvm::COFF::BigObjMagic
2014-09-11 Rui UeyamaSupport: improve identify_magic to recognize COFF bigobj
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-11 Sanjay Pateltypo
2014-09-09 Ed MasteUse armv6k default for FreeBSD/ARM
2014-09-06 Nick LewyckyCheck whether the iterator p == the end iterator before...
2014-09-06 Alexey SamsonovFix right shift by 64 bits detected on CXX/lex/lex...
2014-09-05 Frederic RissReapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-05 Matthew GardinerRemoved white-space
2014-09-05 Matthew GardinerAdding kalimba variants as Triple sub-architectures.
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-09-04 Frederic RissRevert "[dwarfdump] Add missing DW_LANG_Mips_Assembler...
2014-09-04 Frederic Riss[dwarfdump] Add missing DW_LANG_Mips_Assembler case...
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...
next