summaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola2-3/+3
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola2-0/+40
2013-04-05<rdar://problem/13551789> Fix a race in the LockFileManager.Douglas Gregor1-5/+32
2013-04-05<rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor1-3/+1
2013-04-05[Support][FileSystem] Fix identify_magic for big endian ELF.Michael J. Spencer1-2/+5
2013-04-05[Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner1-0/+22
2013-04-03Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman1-1/+2
2013-04-03Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman1-2/+2
2013-04-03Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman1-2/+25
2013-04-03Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman1-23/+2
2013-04-03Attempting to fix the build on older GCC versions.Aaron Ballman1-1/+2
2013-04-03This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman1-2/+22
2013-03-30Put private class into an anonmyous namespace.Benjamin Kramer1-0/+2
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat1-16/+8
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola1-8/+16
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat1-16/+8
2013-03-27Don't try to generate crash diagnostics if we had an I/O failure. It's veryChad Rosier1-1/+1
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier1-8/+8
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier1-4/+7
2013-03-26Add missing file to cmake build.Nick Lewycky1-0/+1
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky5-1/+86
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2-22/+0
2013-03-21<rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor1-0/+24
2013-03-20Use pre-inc, pre-dec when possible.Jakub Staszak1-4/+4
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2-0/+22
2013-03-20Fix AsmPrinter crashes with assertion. Bug 15318 in BugzillaHao Liu1-4/+2
2013-03-15[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer1-10/+10
2013-03-14Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka1-0/+9
2013-03-14[Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer4-24/+37
2013-03-12Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay1-1/+6
2013-03-12[Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer1-1/+7
2013-03-12[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer1-35/+44
2013-03-09Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper1-6/+2
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung1-1/+17
2013-03-01In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.Argyrios Kyrtzidis1-0/+3
2013-02-28[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis1-1/+7
2013-02-26Add support for autodetection of ADM bdver2.Roman Divacky1-1/+4
2013-02-21Previously, parsing capability of the .debug_frame section was addedEli Bendersky1-0/+1
2013-02-21Provide a "None" value for convenience when using Optional<T>()David Blaikie1-2/+2
2013-02-20as the allocator is reset zero out the number of bytes allocated, this was justPedro Artigas1-0/+1
2013-02-20Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen1-1/+1
2013-02-20Rewrite comments.Dan Gohman1-3/+5
2013-02-20Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek1-0/+7
2013-02-20SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman1-2/+2
2013-02-20On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek1-0/+4
2013-02-20Move part of APInt implementation from header to cpp file. These methodsJakub Staszak1-0/+40
2013-02-19Update a portability kludge to keep it in sync with changes in the codeDan Gohman1-2/+7
2013-02-19Whitelist files and block devices instead of blacklisting fifos andDan Gohman1-3/+4
2013-02-19Don't trust st_size of a character device. This fixes usingDan Gohman1-3/+3
2013-02-19Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2-3/+9