summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-201-0/+2
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-201-0/+2
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-191-4/+4
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-192-0/+96
* raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...NAKAMURA Takumi2014-01-121-2/+3
* raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...NAKAMURA Takumi2014-01-121-0/+6
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-104-18/+10
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-101-39/+0
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-072-7/+8
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-077-10/+14
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-021-2/+4
* Silence g++ 4.9 build issueAlp Toker2013-12-311-2/+3
* Use two variables here rather than reusing (and abusing) one. This isChandler Carruth2013-12-271-6/+6
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-272-0/+69
* Dwarf: Fix a copy-paste bug.Benjamin Kramer2013-12-221-1/+1
* Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke2013-12-201-0/+11
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-192-2/+2
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-181-0/+21
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-173-157/+0
* [LLVM Diagnostic Capabilities] Remove useless includes fromQuentin Colombet2013-12-171-2/+0
* Add warning capabilities in LLVM.Quentin Colombet2013-12-163-0/+159
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-161-0/+2
* MemoryBuffer: Increase the alignment of small file buffers to 16Reid Kleckner2013-12-161-2/+3
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-141-0/+12
* [block-freq] Remove old BlockFrequency entry frequency and printing code.Michael Gottesman2013-12-141-21/+0
* Remove APInt::extractBit since it is already implemented via operator[]. Chan...Michael Gottesman2013-12-131-8/+0
* [block-freq] Add the APInt method extractBit.Michael Gottesman2013-12-131-0/+8
* Fix pr18235.Rafael Espindola2013-12-131-22/+14
* Fix Typo.Rafael Espindola2013-12-121-1/+1
* Convert the other getHostByName implementations to StringRef.Rafael Espindola2013-12-121-5/+5
* Return a StringRef from getHostCPUName.Rafael Espindola2013-12-121-1/+1
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-121-21/+6
* Expose FileCheck's AddFixedStringToRegEx as Regex::escapeHans Wennborg2013-12-121-0/+29
* Build fix for Android NDK which has neither futimes nor futimensAlp Toker2013-12-111-3/+6
* Darwin: update default iOS version to 5.0Tim Northover2013-12-101-3/+3
* Improve the detection of the pathSylvestre Ledru2013-12-091-11/+12
* Support: Fix handling of args that begin with @ but aren't filesJustin Bogner2013-12-061-0/+3
* Correct word hyphenationsAlp Toker2013-12-053-3/+3
* Return true on success in cl::ExpandResponseFilesReid Kleckner2013-12-031-1/+1
* Lift self-copy protection up to the header file and add self-moveChandler Carruth2013-11-261-2/+3
* Fix a self-memcpy which only breaks under Valgrind's memcpyChandler Carruth2013-11-261-0/+3
* Make helper function static.Benjamin Kramer2013-11-251-2/+3
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-251-6/+90
* revert r194655Nick Kledzik2013-11-211-2/+2
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-201-1/+13
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-201-0/+44
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-191-0/+11
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-0/+17
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-181-4/+9
* Fixing a possible memory leak from a failing realloc() call.Aaron Ballman2013-11-181-2/+7
OpenPOWER on IntegriCloud