summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Silence g++ 4.9 build issueAlp Toker2013-12-31
* Use two variables here rather than reusing (and abusing) one. This isChandler Carruth2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* Dwarf: Fix a copy-paste bug.Benjamin Kramer2013-12-22
* Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke2013-12-20
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-18
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* [LLVM Diagnostic Capabilities] Remove useless includes fromQuentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* MemoryBuffer: Increase the alignment of small file buffers to 16Reid Kleckner2013-12-16
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-14
* [block-freq] Remove old BlockFrequency entry frequency and printing code.Michael Gottesman2013-12-14
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-13
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-13
* Fix pr18235.Rafael Espindola2013-12-13
* Fix Typo.Rafael Espindola2013-12-12
* Convert the other getHostByName implementations to StringRef.Rafael Espindola2013-12-12
* Return a StringRef from getHostCPUName.Rafael Espindola2013-12-12
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-12
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-12
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-11
* Darwin: update default iOS version to 5.0Tim Northover2013-12-10
* Improve the detection of the pathSylvestre Ledru2013-12-09
* Support: Fix handling of args that begin with @ but aren't filesJustin Bogner2013-12-06
* Correct word hyphenationsAlp Toker2013-12-05
* Return true on success in cl::ExpandResponseFilesReid Kleckner2013-12-03
* Lift self-copy protection up to the header file and add self-moveChandler Carruth2013-11-26
* Fix a self-memcpy which only breaks under Valgrind's memcpyChandler Carruth2013-11-26
* Make helper function static.Benjamin Kramer2013-11-25
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-25
* revert r194655Nick Kledzik2013-11-21
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-20
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-20
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-18
* Fixing a possible memory leak from a failing realloc() call.Aaron Ballman2013-11-18
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-17
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-14