summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU/SI: add llvm.amdgcn.image.load/store[.mip] intrinsicsNicolai Haehnle2016-02-185-30/+215
* File missed from r261222Serge Pavlov2016-02-181-0/+61
* Avoid double deletion in Clang driver.Serge Pavlov2016-02-182-21/+10
* Add an AST matcher for real floating-point types. e.g., float, double, long d...Aaron Ballman2016-02-184-18/+63
* [Hexagon] Fix compilation error with GCC 6Krzysztof Parzyszek2016-02-181-66/+68
* [analyzer] dump_ast_matchers.py: fix replacement regexpsYury Gribov2016-02-181-3/+3
* [Hexagon] Implement TLS supportKrzysztof Parzyszek2016-02-187-2/+267
* [Parse] Code complete expressions in bracket declarators.Benjamin Kramer2016-02-184-0/+17
* Add more isl object printing functionHongbin Zheng2016-02-182-0/+26
* Add the missing __isl_give to MemoryAccess::getAccessRelationHongbin Zheng2016-02-181-1/+1
* Fixed comments formatting. NFC.George Rimar2016-02-182-2/+2
* Renamed sh_type -> Type, sh_flags -> Flags in arguments. NFC.George Rimar2016-02-181-4/+4
* Reapply commit r259357 with a fix for PR26629Matthew Simpson2016-02-183-25/+284
* [mips][microMIPS] Implement TLBINV and TLBINVF instructionsZlatko Buljan2016-02-187-2/+38
* [Hexagon] Add support for __builtin_prefetchKrzysztof Parzyszek2016-02-186-0/+108
* [OPENMP] Fix codegen for lastprivate loop counters.Alexey Bataev2016-02-182-73/+35
* [Hexagon] Update the callee-saved register set for EH-aware functionsKrzysztof Parzyszek2016-02-181-3/+15
* Add parentheses around arithmetic in operand of '|'.Benjamin Kramer2016-02-181-1/+1
* [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation f...Bhushan D. Attarde2016-02-183-4/+74
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-1810-150/+149
* [analyzer] Add --force-analyze-debug-code option to scan-buildYury Gribov2016-02-186-7/+62
* [PM] Port the PostOrderFunctionAttrs pass to the new pass manager andChandler Carruth2016-02-1811-51/+156
* [Renderscript] Refactor .rs.info parser.Aidan Dodds2016-02-181-52/+66
* [X86][SSE] Improve PSHUFB shuffle mask decoding.Simon Pilgrim2016-02-182-19/+39
* Minor code cleanup. NFC.Junmo Park2016-02-181-1/+1
* Test commit access.Nikolay Haustov2016-02-181-1/+0
* [AVX512][PRORQ][PRORD] Change imm8 to intMichael Zuckerman2016-02-183-31/+31
* [PM/AA] Teach the new pass manager to use pass-by-lambda for registeringChandler Carruth2016-02-187-32/+124
* [CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d|q}{128|256|512} builtin t...Michael Zuckerman2016-02-189-0/+632
* [MSVC] Turn C++ EH on my defaultDavid Majnemer2016-02-182-11/+14
* Make a stub version of MITests, instead of reverting.NAKAMURA Takumi2016-02-183-0/+14
* [compiler-rt] Return correct size of struct pthread for glibc-2.12.2Jonas Hahnfeld2016-02-181-2/+7
* 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
OpenPOWER on IntegriCloud