summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for Clang API change.David Blaikie2014-08-272-4/+3
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-279-12/+16
* [FastISel] Fix a potential bug in FastEmitInst_riJuergen Ributzka2014-08-271-2/+1
* Fix linker error due to missing static variable instantiation.Zachary Turner2014-08-271-0/+2
* Use local variable to improve readability. Sanjay Patel2014-08-271-15/+10
* Objective-C. Change to method lookup rules to lookFariborz Jahanian2014-08-272-12/+32
* typo in commentSanjay Patel2014-08-271-1/+1
* Don't create a MemoryBuffer just to get the MemoryBufferRef. NFC.Rafael Espindola2014-08-271-6/+6
* Create a HostProcess class.Zachary Turner2014-08-277-0/+351
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-2712-296/+43
* Convert a few more cases of direct intialization of unique_ptrs from MemoryBu...David Blaikie2014-08-273-12/+12
* X86 MC: Handle instructions like fxsave that match multiple operand sizesReid Kleckner2014-08-273-10/+44
* Update for LLVM API change.Rafael Espindola2014-08-271-2/+2
* InstCombine: Combine gep X, (Y-X) to YDavid Majnemer2014-08-272-14/+38
* InstSimplify: Don't simplify gep X, (Y-X) to Y if types differDavid Majnemer2014-08-272-1/+16
* Reland r216439 215441, majnemer has a real fix for PR20771.Nico Weber2014-08-273-11/+142
* Update for LLVM api change.Rafael Espindola2014-08-2729-95/+103
* Update for LLVM api change.Rafael Espindola2014-08-272-4/+6
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-2716-89/+81
* Revert r216439 (and r216441, else the former doesn't revert cleanly).Nico Weber2014-08-273-142/+11
* llgs: remove all Initialize() calls except for Debugger::Initialize().Todd Fiala2014-08-271-18/+2
* Remove unused argument.Rafael Espindola2014-08-271-9/+6
* Use BitVector instead of int in R600 SIISelLowering.Alexey Samsonov2014-08-271-3/+4
* Add tests for variadic functions versus attribute nonnull in the static analy...Richard Smith2014-08-271-0/+20
* Update for llvm API change.Rafael Espindola2014-08-272-2/+2
* yaml::Stream doesn't need to take ownership of the buffer.Rafael Espindola2014-08-273-28/+29
* Fix regression in r216520: don't apply nonnull to non-pointer functionRichard Smith2014-08-272-2/+31
* Fix PR20773 which I introduced with a silly edit mistake in r216531.Chandler Carruth2014-08-273-1/+1
* Fix some semantic usability issues with DynamicLibrary.Zachary Turner2014-08-271-2/+3
* InstSimplify: Compute comparison ranges for left shift instructionsDavid Majnemer2014-08-272-0/+43
* Revert "Limit the symbol search in DynamicLibrary to the module that was open...Zachary Turner2014-08-271-9/+2
* [MCJIT] Replace a C-style cast in RuntimeDyldImpl.h.Lang Hames2014-08-271-1/+1
* [MCJIT] More endianness fixes for RuntimeDyldMachO.Lang Hames2014-08-272-12/+28
* clang-format: Address review comments of r216501.Daniel Jasper2014-08-271-2/+1
* NativeThreadLinux: remove translation of some Linux signals to gdb signals.Todd Fiala2014-08-271-26/+14
* Limit the symbol search in DynamicLibrary to the module that was opened.Zachary Turner2014-08-271-2/+9
* Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber2014-08-273-7/+16
* Mark test types for <atomic> nothrow default constructible. Patch from Steve ...Eric Fiselier2014-08-2715-15/+15
* Objective-C. When multiple nullary selectors are found inFariborz Jahanian2014-08-272-1/+32
* lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.Todd Fiala2014-08-271-0/+6
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-2710-30/+66
* Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, ...NAKAMURA Takumi2014-08-271-1/+1
* lldb AArch64 should be listed as yet another 64-bit architecture in HostInfoB...Todd Fiala2014-08-271-0/+1
* Teach the AArch64 backend about v4f16 and v8f16Oliver Stannard2014-08-2715-132/+1893
* lldb Missing break statement added.Todd Fiala2014-08-271-0/+1
* Add Linux support for get thread area on ARM64 using ProcessMonitor debugging.Todd Fiala2014-08-271-5/+14
* Use unique_ptr instead of OwningPtr. I'm not certain how this compiled.Ted Kremenek2014-08-271-2/+1
* Adjust call 'CreateAnalysisConsumer' due to API tweak.Ted Kremenek2014-08-271-3/+1
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-2728-42/+803
* [SLP] Re-enable vectorization of GEP expressions (re-apply r210342 with a fix).Michael Zolotukhin2014-08-272-0/+142
OpenPOWER on IntegriCloud