aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Merging r195632:Bill Wendling2013-11-261-6/+90
* [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
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-7/+26
* Revert r194865 and r194874.Alexey Samsonov2013-11-184-20/+0
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-38/+60
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-161-1/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-0/+20
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+4
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+3
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-2/+2
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+18
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+1
* Add newline at EOF in DynamicLibrary.cppPeter Zotov2013-11-061-1/+1
* [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-1/+1
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-061-0/+9
* X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-041-3/+5
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-16/+13
* When LLVM is embedded in a larger application, it's not OK for LLVM to interc...Filip Pizlo2013-11-031-0/+5
* [ConstantRange] improve my previous patch per Nick suggestionNuno Lopes2013-10-311-1/+1
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+3
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-311-0/+42
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-5/+24
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-301-0/+5
* simplify ConstantRange::getSetSize()Nuno Lopes2013-10-281-3/+0
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-8/+12
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-11/+0
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+11
* Fix the -Werror -Wpedantic clang selfhost buildAlp Toker2013-10-221-3/+3
* Can we move to C++11 already?Michael J. Spencer2013-10-181-3/+3
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-11/+91
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-181-2/+2
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-181-1/+1
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-171-0/+17
* Fix a bug in Windows resource file detection.Rui Ueyama2013-10-161-1/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-0/+8
* Windows: Fix a typo in an assertDavid Majnemer2013-10-141-6/+3
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-141-3/+1
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-131-2/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Fix build on Solaris 11.Rafael Espindola2013-10-082-0/+7
* Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer2013-10-071-4/+5
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-3/+4
* Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi2013-10-071-1/+1
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-074-15/+33
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-077-82/+155
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-067-156/+83