summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-11
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-11
* Remove unused FindLibrary function.Rafael Espindola2013-06-11
* Remove sys::identifyFileType.Rafael Espindola2013-06-11
* Port r183666 to identify_magic.Rafael Espindola2013-06-11
* Fix variable name.Rafael Espindola2013-06-11
* Add a missing 'e'.Rafael Espindola2013-06-10
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Fix an out of bounds array access.Rafael Espindola2013-06-10
* Update for current naming conventions.Rafael Espindola2013-06-10
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-03
* APInt: Simplify code. No functionality change.Benjamin Kramer2013-06-01
* APFloat: Use isDenormal instead of hand-rolled code to check for denormals.Benjamin Kramer2013-06-01
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-31
* Fix comment.Eric Christopher2013-05-31
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-31
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-30
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-28
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add cmake bits for md5.Eric Christopher2013-05-21
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-21
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-19
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-19
* Fix build on WindowsTimur Iskhodzhanov2013-05-15
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Fix __clear_cache declaration.Rafael Espindola2013-05-14
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-14
* Declare __clear_cache.Rafael Espindola2013-05-14
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-13
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-10
* Add line tracking support to FormattedStream Daniel Malea2013-05-08
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-06
* Support command line option categories.Andrew Trick2013-05-06
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-04
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-03
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-03
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-03
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-01
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-28
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-27
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-23