summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.Aaron Ballman2014-02-03
* Rename the non-templated base class of SmallPtrSet toChandler Carruth2014-02-03
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Remove unnecessary call to pthread_mutexattr_setpshared()Mark Seaborn2014-01-29
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-27
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Fix known typosAlp Toker2014-01-24
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* [CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi2014-01-20
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-19
* raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) ...NAKAMURA Takumi2014-01-12
* raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fp...NAKAMURA Takumi2014-01-12
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-10
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* 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