summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build on FreeBSD after r259741.Dimitry Andric2016-02-071-0/+4
* Separate invariant equivalence classes by typeJohannes Doerfert2016-02-077-56/+47
* Make -fno-math-builtin a cc1 optionMatthew Simpson2016-02-072-2/+2
* [analyzer] Invalidate destination of std::copy() and std::copy_backward().Devin Coughlin2016-02-078-37/+241
* [docs] Remove now confusing references to cofigure/autoconfPhilip Reames2016-02-071-10/+1
* Add coverage tests (defaulted constructors/destructor)Xinliang David Li2016-02-072-0/+59
* [docs] Wordsmithing to program layout descriptio in GettingStartedPhilip Reames2016-02-071-97/+63
* [docs] Clarify disk space usage of debug buildsPhilip Reames2016-02-071-8/+9
* Fix a typo.Roman Divacky2016-02-071-1/+1
* [docs] Remove a stale and confusing section from GettingStartedPhilip Reames2016-02-071-19/+2
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-077-92/+3
* [docs] Update the docs to describe how to build the docs with cmakePhilip Reames2016-02-072-14/+18
* [X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim2016-02-0710-40/+114
* [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding...Asaf Badouh2016-02-078-50/+236
* [X86][SSE] Pulled out repeated target shuffle decodes into helper functions. ...Simon Pilgrim2016-02-071-136/+89
* [FIX] Two "off-by-one" error in constant range usageJohannes Doerfert2016-02-0714-20/+179
* Simplify code [NFC]Johannes Doerfert2016-02-072-5/+6
* Use CodeGenModule::addReplacement() instead of directly accessing Replacement...Yaron Keren2016-02-071-1/+1
* [ELF][MIPS] Add comments to describe __gnu_local_gp magic symbolSimon Atanasyan2016-02-072-4/+8
* Fix typo in default getNoPreservedMask implementationJeroen Ketema2016-02-071-1/+1
* Make memory accesses with different element types optionalTobias Grosser2016-02-0713-10/+69
* AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics implementation.Igor Breger2016-02-0711-134/+505
* Do not yet consider loads with non-canonical element size for load hoisting.Tobias Grosser2016-02-073-0/+47
* Fix test case problem(caused by clang-formatXinliang David Li2016-02-072-12/+4
* [PGO] add profile/coverage test cases for defaulted ctor/ctorsXinliang David Li2016-02-072-0/+88
* Fix typo in comment. NFCCraig Topper2016-02-071-1/+1
* Driver: adjust linker invocation for GNUToolsSaleem Abdulrasool2016-02-072-7/+42
* LangRef: Fix example code for cmpxchgDuncan P. N. Exon Smith2016-02-071-2/+2
* Sema: handle typo correction on ARC'ed ivarSaleem Abdulrasool2016-02-072-0/+12
* Sema: handle typo correction with ARC'ed objc propertiesSaleem Abdulrasool2016-02-072-0/+28
* Don't use module context here. It's unnecessary and makes it harder to write ...Daniel Berlin2016-02-071-2/+2
* Compute live-in for MemorySSADaniel Berlin2016-02-071-1/+41
* Only insert into definingblocks once per blockDaniel Berlin2016-02-071-1/+4
* Cleanup node-type handling in the unordered containersEric Fiselier2016-02-079-71/+558
* Index: provide adjustment thunk information for C++ manglingsSaleem Abdulrasool2016-02-062-0/+69
* [X86][AVX2] Regenerated broadcast domain testsSimon Pilgrim2016-02-061-44/+54
* IslNodeBuilder: Invariant load hoisting of elements with differing sizesTobias Grosser2016-02-067-34/+75
* [X86][SSE] Add tests for MOVHLPS/MOVLHPS shuffle lowering.Simon Pilgrim2016-02-062-0/+46
* [X86][AVX512] Added support for VPMOVZX shuffle decoding.Simon Pilgrim2016-02-068-184/+170
* [docs] Warn against slow serial buildsPhilip Reames2016-02-061-0/+3
* [NVPTX] Mark nvvm synchronizing intrinsics as convergent.Justin Lebar2016-02-062-7/+11
* [docs] Redirect new contributors to the right starting pointPhilip Reames2016-02-061-0/+4
* [docs] Clarify a couple of getting started issues identified during SprintPhilip Reames2016-02-061-2/+9
* Add a missing call to MDNode::deleteTemporary().Adrian Prantl2016-02-061-3/+4
* Introduce NetBSD supportKamil Rytarowski2016-02-061-2/+3
* [X86][AVX512] Fixed prefix ordering for lzcnt tests.Simon Pilgrim2016-02-063-159/+117
* [X86][SSE] Regenerate vector shift testsSimon Pilgrim2016-02-066-6/+6
* [analyzer] DeallocChecker: Don't warn on release of readonly assign property ...Devin Coughlin2016-02-062-1/+7
* [X86][SSE] Moved shuffle decode CASE macros earlier. NFC.Simon Pilgrim2016-02-061-48/+48
* [X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input typesSimon Pilgrim2016-02-063-75/+47
OpenPOWER on IntegriCloud