aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-1/+1
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-041-1/+1
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-041-1/+1
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-031-0/+9
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-031-0/+8
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-031-3/+8
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-011-1/+8
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-281-1/+1
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-271-1/+1
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-2/+8
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-231-1/+1
* Fixup for r180094: properly use MSan interface functionsAlexey Samsonov2013-04-231-2/+2
* Tell MSan that memory initialized by libz is validAlexey Samsonov2013-04-231-2/+9
* Add llvm_unreachable after fully covered switch to pacify GCCHans Wennborg2013-04-231-0/+1
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-231-1/+1
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-232-0/+90
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-4/+42
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-221-13/+13
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-152-3/+3
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-112-0/+40
* <rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor2013-04-051-5/+32
* <rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor2013-04-051-3/+1
* [Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer2013-04-051-2/+5
* [Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner2013-04-051-0/+22
* Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman2013-04-031-1/+2
* Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman2013-04-031-2/+2
* Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+25
* Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman2013-04-031-23/+2
* Attempting to fix the build on older GCC versions.Aaron Ballman2013-04-031-1/+2
* This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-031-2/+22
* Put private class into an anonmyous namespace.Benjamin Kramer2013-03-301-0/+2
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-291-16/+8
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-291-8/+16
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-291-16/+8
* Don't try to generate crash diagnostics if we had an I/O failure. It's veryChad Rosier2013-03-271-1/+1
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-271-8/+8
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-261-4/+7
* Add missing file to cmake build.Nick Lewycky2013-03-261-0/+1
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-265-1/+86
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-222-22/+0
* <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor2013-03-211-0/+24
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-201-4/+4
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-202-0/+22
* Fix AsmPrinter crashes with assertion. Bug 15318 in BugzillaHao Liu2013-03-201-4/+2
* [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer2013-03-151-10/+10
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-141-0/+9
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-144-24/+37
* Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay2013-03-121-1/+6
* [Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer2013-03-121-1/+7
* [Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer2013-03-121-35/+44