summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Add missing file to cmake build.Nick Lewycky2013-03-26
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* Revert r177543: Add timing of the IR parsing code with a newChandler Carruth2013-03-22
* <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_...Douglas Gregor2013-03-21
* Use pre-inc, pre-dec when possible.Jakub Staszak2013-03-20
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-20
* Fix AsmPrinter crashes with assertion. Bug 15318 in BugzillaHao Liu2013-03-20
* [Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...Michael J. Spencer2013-03-15
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-14
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay2013-03-12
* [Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer2013-03-12
* [Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer2013-03-12
* Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper2013-03-09
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check.Argyrios Kyrtzidis2013-03-01
* [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis2013-02-28
* Add support for autodetection of ADM bdver2.Roman Divacky2013-02-26
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-21
* Provide a "None" value for convenience when using Optional<T>()David Blaikie2013-02-21
* as the allocator is reset zero out the number of bytes allocated, this was justPedro Artigas2013-02-20
* Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen2013-02-20
* Rewrite comments.Dan Gohman2013-02-20
* Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek2013-02-20
* SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-20
* On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek2013-02-20
* Move part of APInt implementation from header to cpp file. These methodsJakub Staszak2013-02-20
* Update a portability kludge to keep it in sync with changes in the codeDan Gohman2013-02-19
* Whitelist files and block devices instead of blacklisting fifos andDan Gohman2013-02-19
* Don't trust st_size of a character device. This fixes usingDan Gohman2013-02-19
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-19
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-14
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-04
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-31
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-28
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-25
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-25
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-18
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov2013-01-14
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose2013-01-11
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-10