aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2013-11-08Add some temporary diagnostics to GetCurrentDirectory to diagnose mac failuresJan Voung
2013-07-22Unbreak the Windows/Cygwin toolchain build after the 3.3 merge.Eli Bendersky
2013-07-18Some more OS-specific calls were added that are not supported in theEli Bendersky
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick
2013-05-06Support command line option categories.Andrew Trick
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-04AArch64: use __clear_cache under GCCish environmentsTim Northover
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover
2013-05-03[SystemZ] Support System Z as host architectureUlrich Weigand
2013-05-03[SystemZ] Add llvm::Triple::systemzRichard Sandiford
2013-05-03X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer
2013-05-01Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman
2013-04-28Inline variable into the #ifdef block where it's used.Benjamin Kramer
2013-04-27Fix typo. Stupid me.Joerg Sonnenberger
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-04-23Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman
2013-04-23Fixup for r180094: properly use MSan interface functionsAlexey Samsonov
2013-04-23Tell MSan that memory initialized by libz is validAlexey Samsonov
2013-04-23Add llvm_unreachable after fully covered switch to pacify GCCHans Wennborg
2013-04-23Add more guards around zlib-dependent codeAlexey Samsonov
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-04-22[Support] Fix argv string escape bug on WindowsReid Kleckner
2013-04-22Convert windows line endings to linux/unix line endings.Craig Topper
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2013-04-05<rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor
2013-04-05<rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor
2013-04-05[Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer
2013-04-05[Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner
2013-04-03Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman
2013-04-03Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman
2013-04-03Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman
2013-04-03Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman
2013-04-03Attempting to fix the build on older GCC versions.Aaron Ballman
2013-04-03This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman
2013-03-30Put private class into an anonmyous namespace.Benjamin Kramer
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat
2013-03-27Don't try to generate crash diagnostics if we had an I/O failure. It's veryChad Rosier
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier
2013-03-26Add missing file to cmake build.Nick Lewycky
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth
2013-03-21<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky