summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: simplify and extend byval handlingTim Northover2015-03-1116-295/+252
* [dsymutil] Add missing headers.Frederic Riss2015-03-111-0/+2
* [dsymutil] Gather function ranges during DIE selection.Frederic Riss2015-03-111-4/+47
* [dsymutil] Small clang-format patch.Frederic Riss2015-03-111-2/+2
* [dsymutil] Correctly clone address attributes.Frederic Riss2015-03-113-14/+85
* Remove the need to cache the subtarget in the R600 TargetRegisterInfoEric Christopher2015-03-1112-66/+64
* MS ABI: Mark 'throw' as implemented in the compatibility docDavid Majnemer2015-03-111-2/+2
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-1114-36/+363
* Have getRegPressureSetLimit take a MachineFunction so that aEric Christopher2015-03-115-7/+11
* [modules] When merging the pattern of a class template definition into a priorRichard Smith2015-03-115-0/+33
* Pass a process full executable path within "name" response field.Oleksiy Vyalov2015-03-111-1/+1
* InstCombine: Don't fold call bitcast into args if callee is byvalDavid Majnemer2015-03-112-1/+19
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-112-0/+101
* Updated with list of possible improvements we are tracking internallyKit Barton2015-03-112-0/+40
* Add the "vbroadcasti128" instruction back.Juergen Ributzka2015-03-112-0/+9
* Reverted OpenCL2.0 atomic type commits r231932, r231935Anastasia Stulova2015-03-118-146/+6
* [clang-tidy] Static Analyzer checker configuration options pass-through.Gabor Horvath2015-03-112-0/+31
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-113-30/+95
* revert r231700 (designated initializer patch) which brokeFariborz Jahanian2015-03-116-62/+10
* [clang-tidy] Clean up misc-use-override warning. NFCAlexander Kornienko2015-03-111-1/+1
* Disable cat*() on CloudABI. Also make tiny cleanups.Ed Schouten2015-03-112-11/+17
* Add a CODE_OWNERS.txt file to LLDB.Zachary Turner2015-03-111-0/+54
* OpenCL: CL2.0 atomic type diagnosticsAnastasia Stulova2015-03-113-0/+37
* Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff2015-03-114-6/+15
* Wrap in __MINGW32__ to avoid warnings from msvc.Benjamin Kramer2015-03-111-1/+3
* OpenCL: CL2.0 atomic typesAnastasia Stulova2015-03-117-6/+109
* Add builtins for the 64-bit vector integer arithmetic instructions added in P...Kit Barton2015-03-118-18/+1416
* Add missing namespace specifier for MSVC.Benjamin Kramer2015-03-111-1/+1
* RtlCaptureContext is absent from the mingw32 headers, provide a prototype.Benjamin Kramer2015-03-111-1/+4
* LinkerScript: Add parsing of the MEMORY commandMeador Inge2015-03-118-0/+370
* Inliner should not add callgraph edges for intrinsic calls (PR22857)Sanjay Patel2015-03-112-1/+38
* clang-format: Recognize the .ts (TypeScript) extension as JavaScript.Daniel Jasper2015-03-112-2/+3
* Revert "[CMake] Don't pass in MSVC warning flags as definitions"Greg Bedwell2015-03-111-11/+4
* [CMake] Don't pass in MSVC warning flags as definitionsGreg Bedwell2015-03-111-4/+11
* Prefer pipes over temporary files in a feeble attempt to stabilize this test ...Benjamin Kramer2015-03-111-3/+2
* Refactor GdbRemote test cases to support remote platformsTamas Berghammer2015-03-117-118/+164
* Fix too short title underline reported by build-bot.Dan Liew2015-03-111-1/+1
* clang-format: Fix incorrect && recognition.Daniel Jasper2015-03-112-0/+3
* Relax CHECK to match mips syntax.Rafael Espindola2015-03-112-2/+59
* Move MiInterpreterExecTestCase to test/tools/lldb-mi/interpreter folder (MI)Ilia K2015-03-113-0/+26
* Fix build on Windows (PATH_MAX was undefined) after r231858Ilia K2015-03-111-1/+2
* AVX-512: Added SKX forms of shift instructions.Elena Demikhovsky2015-03-115-39/+2266
* Fix bug in ProcessGDBRemotePavel Labath2015-03-111-1/+1
* Enable security checks for arc4random() on CloudABI as well.Ed Schouten2015-03-112-0/+5
* Fix up default header paths for CloudABI.Ed Schouten2015-03-111-1/+16
* Add target information for CloudABI on x86-64.Ed Schouten2015-03-112-0/+329
* Now that r231902's test is executed, make it actually passJustin Bogner2015-03-112-2/+2
* Fix another verifier crash where a GC intrinsic would look at the internals o...Owen Anderson2015-03-112-0/+24
* Sema: Properly track mangling number/name for linkage for using declsDavid Majnemer2015-03-115-53/+101
* Make test added in r231902 actually be executed.Daniel Jasper2015-03-112-3/+3
OpenPOWER on IntegriCloud