aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add a missing 'e'.Rafael Espindola2013-06-101-1/+1
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-6/+6
* Fix an out of bounds array access.Rafael Espindola2013-06-101-2/+3
* Update for current naming conventions.Rafael Espindola2013-06-101-30/+31
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-1/+1
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-031-1/+1
* APInt: Simplify code. No functionality change.Benjamin Kramer2013-06-011-36/+2
* APFloat: Use isDenormal instead of hand-rolled code to check for denormals.Benjamin Kramer2013-06-011-1/+1
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-311-0/+8
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-311-1/+1
* Fix comment.Eric Christopher2013-05-311-1/+1
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-311-8/+8
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-20/+228
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+14
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-20/+32
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-5/+5
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-243-21/+7
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-242-0/+35
* Add cmake bits for md5.Eric Christopher2013-05-211-0/+1
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-211-0/+266
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-191-0/+3
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-191-0/+3
* Fix build on WindowsTimur Iskhodzhanov2013-05-151-0/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-152-2/+2
* Fix __clear_cache declaration.Rafael Espindola2013-05-141-1/+1
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-141-1/+1
* Declare __clear_cache.Rafael Espindola2013-05-141-0/+1
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-131-2/+27
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-101-8/+16
* Add line tracking support to FormattedStream Daniel Malea2013-05-081-20/+25
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-0/+10
* Support command line option categories.Andrew Trick2013-05-061-20/+198
* 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