aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis2013-02-281-1/+7
* Add support for autodetection of ADM bdver2.Roman Divacky2013-02-261-1/+4
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-211-0/+1
* Provide a "None" value for convenience when using Optional<T>()David Blaikie2013-02-211-2/+2
* as the allocator is reset zero out the number of bytes allocated, this was justPedro Artigas2013-02-201-0/+1
* Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen2013-02-201-1/+1
* Rewrite comments.Dan Gohman2013-02-201-3/+5
* Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek2013-02-201-0/+7
* SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-201-2/+2
* On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek2013-02-201-0/+4
* Move part of APInt implementation from header to cpp file. These methodsJakub Staszak2013-02-201-0/+40
* Update a portability kludge to keep it in sync with changes in the codeDan Gohman2013-02-191-2/+7
* Whitelist files and block devices instead of blacklisting fifos andDan Gohman2013-02-191-3/+4
* Don't trust st_size of a character device. This fixes usingDan Gohman2013-02-191-3/+3
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-192-3/+9
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-2/+2
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-141-0/+2
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-124-5/+7
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-042-2/+7
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+8
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+7
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-303-0/+649
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-281-1/+5
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-251-0/+6
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-0/+11
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-0/+2
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-16/+32
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-181-20/+1
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-0/+12
* Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...Timur Iskhodzhanov2013-01-141-8/+6
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-132-2/+2
* SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose2013-01-111-9/+12
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-101-32/+158
* Fix a race condition in the lock-file manager: once the lock file isDouglas Gregor2013-01-101-3/+13
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-101-4/+7
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-092-11/+19
* Fix memory leak in YAML I/O.Nick Kledzik2013-01-081-9/+32
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-1/+0
* Split changeset_ty using iterators instead of loops.Lenny Maiorani2013-01-081-6/+8
* Remove what appears to be a dead llvm-specific debug tag.Eric Christopher2013-01-081-1/+0
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-1/+1
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+7
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-051-1/+1
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-051-1/+1
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-043-35/+103
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Remove an unused method on Program.Chandler Carruth2012-12-312-35/+0