summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AVX-512] Mark EVEX encoded vpcmpeq as commutable just like its AVX and SSE e...Craig Topper2016-09-031-21/+23
* Fix the attribute documentation build.Aaron Ballman2016-09-031-0/+1
* AMDGPU: Reduce the duration of whole-quad-modeNicolai Haehnle2016-09-032-82/+145
* AMDGPU: Fix an interaction between WQM and polygon stipplingNicolai Haehnle2016-09-033-11/+46
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-033-16/+88
* Replace the Radeon GCN GPU family names by more descriptive onesNiels Ole Salscheider2016-09-031-25/+25
* AMDGPU: Do basic folding of class intrinsicMatt Arsenault2016-09-032-0/+316
* memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier2016-09-031-3/+1
* AMDGPU: Fix spilling of m0Matt Arsenault2016-09-035-55/+122
* Improve debug error message with register nameMatt Arsenault2016-09-031-1/+2
* [AVX-512] Add EVEX encoded VPCMPEQ and VPCMPGT to the load folding tables.Craig Topper2016-09-032-0/+72
* Add a test Aaron asked for that I forgot to add before landing r280578.Nico Weber2016-09-031-0/+2
* Make lit/util.py py3-compatible.NAKAMURA Takumi2016-09-031-1/+1
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-037-2/+261
* Revert r280549.Nico Weber2016-09-033-536/+483
* Let Microsoft attributes apply to the type, not the variable.Nico Weber2016-09-033-11/+15
* Add plumbing for new attribute type "Microsoft".Nico Weber2016-09-033-7/+28
* Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()Nico Weber2016-09-034-8/+1
* ADT: Use std::list in SparseBitVector, NFCDuncan P. N. Exon Smith2016-09-031-34/+13
* Remove function name from comment.Nico Weber2016-09-031-6/+5
* [PowerPC] Support asm parsing for bc[l][a][+-] mnemonicsHal Finkel2016-09-036-0/+111
* ADT: Do not inherit from std::iterator in ilist_iteratorDuncan P. N. Exon Smith2016-09-033-19/+13
* ADT: Split out iplist_impl from iplist, NFCDuncan P. N. Exon Smith2016-09-032-21/+37
* Fix buildbot error.Wei Mi2016-09-031-4/+1
* ADT: Rename NodeTy to T in iplist/ilist template parametersDuncan P. N. Exon Smith2016-09-031-54/+59
* ReaderWriter: Use ilist_noalloc_traits for TrieEdge, NFCDuncan P. N. Exon Smith2016-09-031-8/+3
* ADT: Remove external uses of ilist_iterator, NFCDuncan P. N. Exon Smith2016-09-034-12/+4
* ADT: Fix up IListTest.privateNode and get it passingDuncan P. N. Exon Smith2016-09-033-6/+14
* [SE] Add getByteCount methods for device memoryJason Henline2016-09-032-13/+22
* [Sema] Fix how we set implicit conversion kinds.George Burgess IV2016-09-031-9/+15
* Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier2016-09-032-4/+15
* [PowerPC] Add asm parser/disassembler support for hrfid,nap,slbmfevHal Finkel2016-09-025-0/+47
* [PowerPC] Add support for the extended dcbf form and mnemonicsHal Finkel2016-09-025-5/+64
* Dependences: Only create flat StmtSchedule in presence of reductionsTobias Grosser2016-09-021-1/+1
* Dependences: Exit early, if no reduction dependences are needed.Tobias Grosser2016-09-021-1/+12
* (clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao2016-09-023-21/+21
* (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:Yunzhong Gao2016-09-023-3/+48
* Introduce option to run isl AST generation, but no IR generation.Tobias Grosser2016-09-021-8/+12
* [Sema] Relax overloading restrictions in C.George Burgess IV2016-09-029-43/+109
* Make sure to maintain register liveness when generating predicated instructions.Ron Lieberman2016-09-021-22/+56
* gitignore: ignore VS Code editor filesGor Nishanov2016-09-021-0/+2
* lit: print process output, if getting the list of google-tests failed.Ivan Krasin2016-09-022-6/+11
* [codeview] Make FieldList records print as a yaml sequence.Zachary Turner2016-09-023-483/+536
* Update comments.Rui Ueyama2016-09-022-25/+33
* [Profile] handle select instruction in 'expect' loweringXinliang David Li2016-09-022-11/+35
* [ELF] PR30221 - linker script expression parser does not accept '~'Simon Atanasyan2016-09-023-0/+51
* [PowerPC] For larger offsets, when possible, fold offset into addis toc@haHal Finkel2016-09-023-6/+36
* [ELF] - Use std::regex instead of hand written logic in elf::globMatch()George Rimar2016-09-027-67/+93
* Avoid narrowing warnings in __bitset constructorDimitry Andric2016-09-021-1/+1
* Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.Jonathan Peyton2016-09-022-28/+25
OpenPOWER on IntegriCloud