summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Revert r219354. It seems to break some buildbots.Alexey Samsonov2014-10-081-139/+1
* Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-081-1/+139
* Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer2014-10-081-1/+12
* [Support] Add MemoryBuffer::getFileSlice()Nick Kledzik2014-10-081-8/+15
* Remove the IsVolatileSize parameter of getOpenFileSlice.Rafael Espindola2014-10-071-2/+3
* Be consistent about using "const Twine &" for filenames.Rafael Espindola2014-10-071-22/+27
* Attempt to calm down buildbotsDavid Majnemer2014-10-071-0/+3
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-073-11/+34
* Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer2014-10-062-0/+63
* Make the MD5 result name consistent between functions, header and source.Yaron Keren2014-10-061-19/+19
* Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static const...Chris Bieneman2014-10-031-4/+5
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-0/+1
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-2/+0
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-0/+2
* Fix llvm::huge_valf multiple initializations with Visual C++.Yaron Keren2014-09-272-0/+33
* clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.Yaron Keren2014-09-261-4/+4
* Support: Remove undefined behavior from &raw_ostream::operator<<David Majnemer2014-09-261-1/+1
* [Support] Add type-safe alternative to llvm::format()Nick Kledzik2014-09-251-0/+57
* Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman2014-09-241-0/+2
* Windows/Host.inc: Reformat the header to fit 80-col.NAKAMURA Takumi2014-09-241-1/+1
* Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.NAKAMURA Takumi2014-09-241-1/+0
* Unix/Host.inc: Wrap a comment line in 80-col.NAKAMURA Takumi2014-09-241-1/+2
* Unix/Host.inc: Remove leading whitespace. It had been here since r56942!NAKAMURA Takumi2014-09-241-1/+1
* Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.NAKAMURA Takumi2014-09-231-1/+1
* Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman2014-09-221-2/+4
* In this callback ModuleName includes the file path.Yaron Keren2014-09-221-26/+5
* Add hsail and amdil64 to TripleMatt Arsenault2014-09-191-5/+29
* LineIterator: Provide a variant that keeps blank linesJustin Bogner2014-09-171-6/+17
* Fix identify_magic() with mach-o stub dylibs.Nick Kledzik2014-09-171-1/+1
* Fix memory leak in error paths in YAMLTraits by using unique_ptrDavid Blaikie2014-09-151-31/+21
* Add support for le64.JF Bastien2014-09-121-2/+9
* Add CMake check for libatomic.Evgeniy Stepanov2014-09-121-0/+3
* Support: Use llvm::COFF::BigObjMagicRui Ueyama2014-09-111-7/+15
* Support: improve identify_magic to recognize COFF bigobjRui Ueyama2014-09-111-3/+9
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-114-66/+43
* typoSanjay Patel2014-09-111-1/+1
* Use armv6k default for FreeBSD/ARMEd Maste2014-09-091-0/+1
* Check whether the iterator p == the end iterator before trying to dereference...Nick Lewycky2014-09-061-3/+3
* Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cppAlexey Samsonov2014-09-061-1/+3
* Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageStrin...Frederic Riss2014-09-051-0/+1
* Removed white-spaceMatthew Gardiner2014-09-051-2/+0
* Adding kalimba variants as Triple sub-architectures.Matthew Gardiner2014-09-051-1/+6
* [ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss2014-09-041-0/+31
* Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"Frederic Riss2014-09-041-1/+0
* [dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()Frederic Riss2014-09-041-0/+1
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-034-4/+83
* Removing static initializer from Debug.cpp by converting to a ManagedStatic.Chris Bieneman2014-09-031-4/+5
* Cleaning up remaining static initializers in Signals.incChris Bieneman2014-09-021-24/+31
* unique_ptrify the result of SpecialCaseList::createDavid Blaikie2014-09-021-7/+8
* unique_ptrify FileOutputBuffer::FileOutputBufferDavid Blaikie2014-09-021-10/+7
OpenPOWER on IntegriCloud