aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Add support for unicode command linesDavid Majnemer2013-10-067-83/+156
* raw_fd_ostream: Be more verbose about the reason when opening a file fails.Benjamin Kramer2013-10-031-1/+2
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-013-128/+145
* Remove several unused variables.Rafael Espindola2013-10-011-0/+3
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-271-1/+1
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-271-3/+8
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+3
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-201-2/+2
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-191-0/+34
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-191-23/+0
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-182-28/+10
* Revert r190921. It broke Windows.Filip Pizlo2013-09-181-7/+25
* Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ...Filip Pizlo2013-09-181-25/+7
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-131-8/+20
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-131-1/+2
* This switches CrashRecoveryContext to using ManagedStatic for its global Mute...Filip Pizlo2013-09-121-16/+17