summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move a test file to the right place.Rui Ueyama2016-09-021-0/+0
* Remove useless file prefix.Rui Ueyama2016-09-0250-12/+12
* Remove link to clang's release notes; keeping it up-to-date is hardHans Wennborg2016-09-021-3/+1
* Decouple the kmp_affin_mask_t type from determining if affinity is capableJonathan Peyton2016-09-022-4/+4
* [Sparc] Mark i128 shift libcalls unavailable in 32-bit mode.James Y Knight2016-09-021-0/+7
* Use od instead of hexdump.Rui Ueyama2016-09-021-3/+3
* AMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_VECTOR if the vectors ...Jan Vesely2016-09-024-1/+156
* Setting fp trapping mode and denormal type: this an improvement ofSjoerd Meijer2016-09-021-16/+24
* Simplify. NFC.Rui Ueyama2016-09-021-9/+3
* Do not consider subreg defs as reads when computing subrange livenessKrzysztof Parzyszek2016-09-028-11/+320
* [InstCombine] auto-generate assertions for tighter checkingSanjay Patel2016-09-021-60/+95
* Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.Jonathan Peyton2016-09-021-1/+1
OpenPOWER on IntegriCloud