summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
...
* [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
* Whitespace.NAKAMURA Takumi2013-11-14
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-13
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-06
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-04
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-04
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-03
* [ConstantRange] improve my previous patch per Nick suggestionNuno Lopes2013-10-31
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-31
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-30
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-30
* simplify ConstantRange::getSetSize()Nuno Lopes2013-10-28