summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-2246-334/+357
* Use CHECK-LABEL when possible. NFC.Rafael Espindola2015-01-211-6/+6
* Adopt new cl::HideUnrelatedOptions API added r226729.Chris Bieneman2015-01-212-18/+2
* DebugInfo: Remove forced column-info workaround for inlined callsDavid Blaikie2015-01-215-32/+12
* DebugInfo: Remove distinct-call-inlining test case as this is being fixed in ...David Blaikie2015-01-211-64/+0
* Use a CHECK-LABEL. NFCRafael Espindola2015-01-211-1/+1
* Add the "thunk" attribute to MS ABI virtual member pointersReid Kleckner2015-01-212-4/+20
* Add back a FIXME note to lit.cfg.Francisco Lopes da Silva2015-01-211-0/+1
* clang-format: Fix crasher when splitting incomplete escape sequences.Daniel Jasper2015-01-212-1/+7
* Fix isTriviallyCopyableType for arraysSaleem Abdulrasool2015-01-212-1/+4
* clang-format: Fix crasher caused by incorrect resetting of token info.Daniel Jasper2015-01-212-0/+2
* clang-format: Fix bad memory access.Daniel Jasper2015-01-212-0/+2
* clang-format: Fix use-heap-after-free bug.Daniel Jasper2015-01-212-5/+9
* Used CHECK-DAG since the order is not important.Rafael Espindola2015-01-211-70/+70
* Used CHECK-DAG since the order is not important.Rafael Espindola2015-01-211-238/+238
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-2116-145/+1377
* Don't assume variable name.Rafael Espindola2015-01-211-1/+1
* Make the test a bit stricter. NFC.Rafael Espindola2015-01-211-2/+2
* Make the test a bit stricter. NFC.Rafael Espindola2015-01-211-0/+3
* clang-format function. NFC.Rafael Espindola2015-01-211-2/+2
* AST: Don't ignore alignas on EnumDecls when calculating alignmentDavid Majnemer2015-01-214-10/+31
* Revert "Sema: err_after_alias is unreachable, remove it"David Majnemer2015-01-213-4/+9
* MS ABI: Virtual member pointer thunks should be in COMDAT groupsDavid Majnemer2015-01-214-11/+15
* MS ABI: Let guard variables be present in COMDATsDavid Majnemer2015-01-212-2/+5
* CodeGen: Compiler generated __declspec(uuid) objects should be COMDAT'dDavid Majnemer2015-01-212-2/+5
* Sema: err_after_alias is unreachable, remove itDavid Majnemer2015-01-213-7/+5
* Correct all typos in the initialization arguments, even if one could notKaelyn Takata2015-01-212-3/+12
* Link libclang with dl if available.Rafael Espindola2015-01-201-0/+5
* Fix crashes on missing @interface for categoryBen Langmuir2015-01-205-5/+33
* Add the test that was supposed to be included with r223162.Kaelyn Takata2015-01-201-0/+13
* Implement command line options for stack probe spaceHans Wennborg2015-01-207-2/+62
* Patch fixes PR21932 crash on invalid code. UsingFariborz Jahanian2015-01-202-21/+28
* clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0Daniel Jasper2015-01-202-2/+6
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-209-4/+64
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-209-64/+4
* Test commit, no changes.Pavel Labath2015-01-201-1/+1
* [OPENMP] Fixed DSA processing for predetermined shared variables.Alexey Bataev2015-01-202-6/+18
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-209-4/+64
* CodeGen: Update LoopAttributes for LLVM API changeDuncan P. N. Exon Smith2015-01-191-3/+2
* [AVX512] Add sub-vector FP extractsAdam Nemet2015-01-193-0/+34
* Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl2015-01-193-13/+21
* Add comdat to thunks.Rafael Espindola2015-01-192-4/+7
* Make this test a bit stricter. NFC.Rafael Espindola2015-01-191-6/+6
* clang-format: Fix crasher on weird comments.Daniel Jasper2015-01-192-4/+5
* clang-format: Fix crasher on incomplete condition compilation.Daniel Jasper2015-01-192-1/+7
* clang-format: Fix crash on invalid code.Daniel Jasper2015-01-192-1/+4
* clang-format: Fix clang-format crash on invalid code.Daniel Jasper2015-01-192-1/+9
* clang-format: Fix assertion when trying to build a nullptr StringRef.Daniel Jasper2015-01-192-0/+2
* clang-format: Fix endless loop on incomplete try-catch-block.Daniel Jasper2015-01-192-1/+4
* clang-format: Remove assert that isn't helpful.Daniel Jasper2015-01-192-1/+1