summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* Make host ARM CPU feature detection independent of the vendorTobias Grosser2013-06-11
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove Path::getBasename.Rafael Espindola2013-06-11
* Remove Path::getLast.Rafael Espindola2013-06-11
* Remove GetDLLSuffix.Rafael Espindola2013-06-11
* Remove GetRootDirectory.Rafael Espindola2013-06-11
* 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