summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Introduce LLVMParseCommandLineOptions C API function.Peter Collingbourne2014-10-161-0/+6
* Defining a new API for debug options that doesn't rely on static global cl::o...Chris Bieneman2014-10-153-3/+43
* Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'"Hal Finkel2014-10-141-2/+2
* Revert r219638, (r219640 and r219676), "Removing the static destructor from M...NAKAMURA Takumi2014-10-141-17/+6
* Removing the static destructor from ManagedStatic.cpp by controlling the allo...Chris Bieneman2014-10-131-6/+17
* InstCombine: Don't miscompile (x lshr C1) udiv C2David Majnemer2014-10-131-5/+15
* Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...NAKAMURA Takumi2014-10-131-2/+3
* [Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer2014-10-121-0/+3
* Modernize old-style static asserts. NFC.Benjamin Kramer2014-10-122-4/+2
* Guard the definition of the stack tracing function with the same macrosChandler Carruth2014-10-111-0/+2
* Follow-up to r219534 to make symbolization more robust.Alexey Samsonov2014-10-101-2/+7
* Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-101-1/+140
* APInt: Unfold return expressions so RVO can work.Benjamin Kramer2014-10-101-10/+28
* [ADT] Add the scalbn function for APFloat.Chandler Carruth2014-10-101-0/+17
* Add ApplePropertyString dump helper to Dwarf.{h|cpp}.Frederic Riss2014-10-091-0/+33
* 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
OpenPOWER on IntegriCloud