summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sema: provide an extension warning for enable_ifSaleem Abdulrasool2016-02-183-0/+54
* [Parse] Make sure we don't forget to diagnose typos in exprsDavid Majnemer2016-02-182-3/+12
* [WebAssembly] Don't use setRequiresStructuredCFG(true).Dan Gohman2016-02-182-40/+32
* Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...Matthias Braun2016-02-186-324/+7
* [TableGen,X86] Add NDEBUG check to a variable initialization that's only used...Craig Topper2016-02-181-0/+2
* [TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immed...Craig Topper2016-02-181-3/+1
* [AMDGPU] Disassembler: Added basic disassembler for AMDGPU targetTom Stellard2016-02-1815-49/+588
* [libFuzzer] fix the libFuzzer bot Kostya Serebryany2016-02-182-2/+2
* Add usage instructions for TypeSystemMap::AddToMap.Jim Ingham2016-02-181-0/+2
* [sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany2016-02-183-57/+70
* Commit tests missing from r261180.Eric Fiselier2016-02-182-0/+42
* Get <ext/hash_map> working againEric Fiselier2016-02-181-3/+5
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-1812-265/+183
* [sanitizer-coverage] add a deprecation warning for -fsanitize-coverage=[1234]Kostya Serebryany2016-02-172-20/+25
* Add upport for bitcast in the C API echo testAmaury Sechet2016-02-171-1/+18
* [WebAssembly] Disable register stackification and coloring when not optimizingDerek Schuff2016-02-173-11/+23
* AArch64: always clear kill flags up to last eliminated copyTim Northover2016-02-172-8/+8
* Add support for memory operations (load/store/gep) in C API echo testAmaury Sechet2016-02-174-0/+98
* [DebugInfoPDB] A few cleanups on PDB Variant class.Zachary Turner2016-02-172-4/+6
* Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFCAmaury Sechet2016-02-172-8/+8
* Don't crash w/ a diagnostic range containing a null byteDavid Majnemer2016-02-172-3/+11
* [readobj] Remove uneeded braces in case statement.Michael J. Spencer2016-02-171-2/+1
* Make sure functions are generated even there is no global in the C API echo testAmaury Sechet2016-02-171-6/+10
* DwarfDebug: Don't drop the DIExpression just because a variable isAdrian Prantl2016-02-172-3/+71
* DbgVariable: Add an accessor for the common case of a single expressionAdrian Prantl2016-02-172-2/+5
* Apple simulator platforms don't have a shared cache to load Objective-C class...Enrico Granata2016-02-171-8/+2
* Add support for global variables in the C API echo testAmaury Sechet2016-02-172-32/+147
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-1715-29/+124
* [modules] Cache 'acceptable decl' lookups for namespaces. In projects withRichard Smith2016-02-173-0/+28
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-1712-9/+101
* PR26606: Make abort_on_error.cc test more portable.Alexey Samsonov2016-02-172-2/+2
* NFC: Fix formatingAmaury Sechet2016-02-171-4/+4
* Fix warning on build without assertsTim Northover2016-02-171-4/+5
* AArch64: improve redundant copy elimination.Tim Northover2016-02-172-44/+69
* [DebugInfoPDB] Raise getSymIndexId() up to PDBSymbolZachary Turner2016-02-1732-30/+3
* [DebugInfoPDB] Teach Variant to support string types.Zachary Turner2016-02-173-24/+64
* [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilogAkira Hatanaka2016-02-172-1/+54
* Fix PR26608: Make sanitizer_common tests more portable.Alexey Samsonov2016-02-173-5/+6
* [LIR] Avoid turning non-temporal stores into memsetHaicheng Wu2016-02-172-0/+35
* [TSan] PR26609: Fix two test cases.Alexey Samsonov2016-02-172-4/+4
* Debug Info: Teach LdStHasDebugValue() (Local.cpp) about DIExpressions.Adrian Prantl2016-02-172-17/+76
* Add static/const qualifiers to methods. NFC.George Burgess IV2016-02-171-3/+3
* [libFuzzer] don't timeout when loading the corpus. Be a bit more verbose when...Kostya Serebryany2016-02-172-1/+7
* [tests] Slightly improve a fix in r260669.Alexey Samsonov2016-02-172-2/+4
* Mention 'notail' attribute in 3.9 release notes.Akira Hatanaka2016-02-171-0/+6
* Create masked gather and scatter intrinsics in Loop Vectorizer.Elena Demikhovsky2016-02-175-112/+500
* Fix load alignement when unpacking aggregates structsAmaury Sechet2016-02-172-12/+53
* Revert "Reapply commit r258404 with fix."David Majnemer2016-02-172-249/+24
* Enable SafeStack for CloudABI.Ed Schouten2016-02-173-0/+12
* [ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndividualCalls.Frederic Riss2016-02-172-0/+48
OpenPOWER on IntegriCloud