summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Make a test case more rigorous; NFCSanjoy Das2016-10-311-21/+8
* [SCEV] Try to order n-ary expressions in CompareValueComplexitySanjoy Das2016-10-312-30/+72
* [SCEV] Reduce boilerplate in unit testsSanjoy Das2016-10-311-32/+27
* [SCEV] In CompareValueComplexity, order global values by their nameSanjoy Das2016-10-302-1/+41
* [SCEV] Use auto for consistency with an upcoming change; NFCSanjoy Das2016-10-301-4/+4
* Clean up test a little bit; NFCSanjoy Das2016-10-301-16/+16
* [DAG] x | x --> xSanjay Patel2016-10-302-2/+4
* [DAG] x & x --> xSanjay Patel2016-10-302-2/+4
* [x86] add tests for basic logic op foldsSanjay Patel2016-10-302-0/+37
* Revert r285517 due to build failures.Dorit Nuzman2016-10-307-255/+4
* [LoopVectorize] Make interleaved-accesses analysis less conservative aboutDorit Nuzman2016-10-307-4/+255
* [X86] Use intrinsics table for PMADDUBSW and PMADDWD so that we can use the l...Craig Topper2016-10-303-86/+57
* [Polly] Remove the unused POLLY_LINK_LIBS for linking polly intoHongbin Zheng2016-10-302-10/+0
* [ThinLTO] Use per-summary flag to prevent exporting locals used in inline asmTeresa Johnson2016-10-304-59/+34
* [ThinLTO] Correctly resolve linkonce when importing aliaseeTeresa Johnson2016-10-306-23/+107
* [X86] Don't use loadv2i64 on SSE version of PMULHRSW. Use memopv2i64 instead.Craig Topper2016-10-301-1/+1
* NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?NAKAMURA Takumi2016-10-291-1/+0
* [ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)Teresa Johnson2016-10-292-4/+4
* [ThinLTO] Use NoPromote flag in summary during promotionTeresa Johnson2016-10-292-17/+25
* IR: Remove a no longer needed assert.Peter Collingbourne2016-10-291-5/+0
* [X86] Use intrinsics table for VPMULHRSW intrincis so that the legacy intrins...Craig Topper2016-10-293-12/+13
* [ValueTracking] recognize more variants of smin/smaxSanjay Patel2016-10-294-49/+33
* [x86] add tests for smin/smax matchSelPattern (D26091)Sanjay Patel2016-10-292-59/+127
* [InstCombine] re-use bitcasted compare operands in selects (PR28001)Sanjay Patel2016-10-292-9/+56
* [DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnow...Simon Pilgrim2016-10-294-59/+137
* Fixed FMA + FNEG combine.Elena Demikhovsky2016-10-292-3/+119
* AMDGPU: Use 1/2pi inline imm on VIMatt Arsenault2016-10-299-24/+113
* AArch64DeadRegisterDefinitionsPass: Cleanup; NFCMatthias Braun2016-10-291-54/+53
* Define calculateDbgStreamSize for consistency.Rui Ueyama2016-10-292-1/+6
* [APFloat] Remove the redundent function body of uninitialized ctor, which sho...Tim Shen2016-10-291-4/+1
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-295-104/+369
* Do not print out Flags field twice.Rui Ueyama2016-10-282-11/+26
* [DAGCombiner] Fix a crash visiting `AND` nodes.Davide Italiano2016-10-282-1/+26
* AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Flat instructionsTom Stellard2016-10-284-2/+86
* AMDGPU: Fix instruction flags for s_endpgmMatt Arsenault2016-10-281-2/+1
* Refactor DW_LNE_* into Dwarf.defAdrian Prantl2016-10-283-22/+29
* Refactor DW_LNS_* into Dwarf.defAdrian Prantl2016-10-283-34/+37
* Refactor DW_APPLE_PROPERTY_* into Dwarf.defAdrian Prantl2016-10-283-54/+40
* Refactor DW_CFA_* into Dwarf.defAdrian Prantl2016-10-283-68/+52
* Remove whitespaceAdrian Prantl2016-10-281-1/+1
* Refactor all DW_FORM_* constants into Dwarf.defAdrian Prantl2016-10-283-81/+61
* [APFloat] Fix memory bugs revealed by MSanTim Shen2016-10-282-3/+9
* SDAG: Make sure we use an allocatable reg class when we create this vregJustin Bogner2016-10-281-0/+2
* [libFuzzer] mention one more trophieKostya Serebryany2016-10-281-0/+2
* Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrepare/NVPTX.Justin Lebar2016-10-281-0/+2
* AMDGPU: Add definitions for scalar store instructionsMatt Arsenault2016-10-2811-35/+183
* AMDGPU: Rename glc operand typeMatt Arsenault2016-10-284-12/+12
* [NVPTX] Compute 'rem' using the result of 'div', if possible.Justin Lebar2016-10-282-0/+148
* Don't leave unused divs/rems sitting around in BypassSlowDivision.Justin Lebar2016-10-282-0/+37
* Don't claim the udiv created in BypassSlowDivision is exact.Justin Lebar2016-10-282-2/+17
OpenPOWER on IntegriCloud