summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Fix description of LangOption for coroutines.Richard Smith2015-10-221-1/+1
* clang-tools-extra/test/clang-tidy/modernize-use-default.cpp: Appease MS mode.NAKAMURA Takumi2015-10-221-1/+1
* [coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith2015-10-222-0/+7
* Move the launch-as-root xpc service from lldb to xcode, toJason Molenda2015-10-229-900/+36
* [coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith2015-10-225-1/+16
* Change ModuleList::GetSharedModule so that it will reject "stubJason Molenda2015-10-221-12/+43
* Add some verbose lldb host logging so lldb will show what SDKJason Molenda2015-10-221-1/+23
* Fix a couple places where InsertText was being called with a pointer and size...Craig Topper2015-10-222-5/+5
* Pass an ArrayRef instead of pointer and size. NFCCraig Topper2015-10-222-68/+38
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-223-0/+116
* [OperandBundles] Teach AliasAnalysis about operand bundlesSanjoy Das2015-10-223-4/+39
* [OperandBundles] Make function attributes conservatively correctSanjoy Das2015-10-226-0/+176
* WebAssembly: fix more syntaxJF Bastien2015-10-225-14/+14
* Change SortAndUniqueProtocols to operate directly on a SmallVector rather tha...Craig Topper2015-10-221-16/+11
* Use front() instead of [0] to make code more consistent with the next line th...Craig Topper2015-10-221-1/+1
* Add missing load/store flags to thumb2 instructions.Pete Cooper2015-10-222-2/+5
* Attempt to fix formatting for operand bundlesDavid Majnemer2015-10-221-10/+9
* Update LangRef for changes to the alias textual IR format to support typeless...David Blaikie2015-10-221-1/+1
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-2210-425/+363
* Fix libstdc++ data formatters on Ubuntu 15.10 x86_64Todd Fiala2015-10-227-29/+195
* [WinEH] Remove extraneous call to emitEHRegistrationOffsetLabelDavid Majnemer2015-10-211-1/+0
* Fix use-after-free in ModuleManagerBen Langmuir2015-10-211-0/+3
* [PM]: Fix a doc typo. NFCJustin Bogner2015-10-211-1/+1
* AMDGPU: Fix adding redundant m0 usesMatt Arsenault2015-10-211-2/+0
* AMDGPU: Fix verifier error in SIFoldOperandsMatt Arsenault2015-10-212-2/+5
* AMDGPU: Split DiagnosticInfoUnsupported into its own fileMatt Arsenault2015-10-214-41/+76
* [FIX] Do not hoist nested variant base pointersJohannes Doerfert2015-10-212-7/+45
* [msan] Build unit test shared library code with -fPIC.Evgeniy Stepanov2015-10-211-5/+1
* [JIT] Towards a working small memory model.Davide Italiano2015-10-211-0/+55
* Enable ARC on the fragile runtime.John McCall2015-10-213-4/+149
* [Driver] Alias -fvisibility=internal to -fvisibility=hiddenReid Kleckner2015-10-212-1/+4
* Fix lldb-server - write null terminating symbol along with port number.Oleksiy Vyalov2015-10-211-1/+1
* Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --res...Greg Clayton2015-10-211-1/+1
* AMDGPU: Simplify VOP3 operand legalization.Matt Arsenault2015-10-213-42/+58
* [InstCombine] Revise the test case to match full sequeneMichael Liao2015-10-211-4/+4
* MemorySanitizer does not require PIE.Evgeniy Stepanov2015-10-213-17/+23
* AMDGPU: Fix not checking implicit operands in verifyInstructionMatt Arsenault2015-10-211-15/+29
* ELF2: Remove FIXMEs.Rui Ueyama2015-10-211-6/+1
* Use numeric_limits instead of LLONG_MAXMatt Arsenault2015-10-211-2/+2
* LegalizeDAG: Implement promote for build_vectorMatt Arsenault2015-10-211-0/+30
* Revert "MemorySanitizer does not require PIE."Evgeniy Stepanov2015-10-212-4/+3
* [Verifier] Minor comment update, NFCVedant Kumar2015-10-211-2/+1
* [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTableKeno Fischer2015-10-214-1/+21
* MemorySanitizer does not require PIE.Evgeniy Stepanov2015-10-212-3/+4
* [Orc] Clean up a comment.Lang Hames2015-10-211-4/+4
* [clang-tidy] add check cppcoreguidelines-pro-type-varargMatthias Gehre2015-10-217-4/+178
* Drop assert that a call with struct return goes to a function with sretJoerg Sonnenberger2015-10-212-2/+11
* Revert r250925 in source/Plugins/OperatingSystem/Go to fix MSVC builds failures.Eugene Zelenko2015-10-212-51/+54
* [WinEH] Add test for llvm.va.start in catchpadReid Kleckner2015-10-211-0/+103
* [Sema] Remove an unreachable llvm_unreachableDavid Majnemer2015-10-211-1/+0
OpenPOWER on IntegriCloud