| Commit message (Expand) | Author | Age | Files | Lines |
* | Make lit/util.py py3-compatible. | NAKAMURA Takumi | 2016-09-03 | 1 | -1/+1 |
* | [ms] Add support for parsing uuid as a Microsoft attribute. | Nico Weber | 2016-09-03 | 7 | -2/+261 |
* | Revert r280549. | Nico Weber | 2016-09-03 | 3 | -536/+483 |
* | Let Microsoft attributes apply to the type, not the variable. | Nico Weber | 2016-09-03 | 3 | -11/+15 |
* | Add plumbing for new attribute type "Microsoft". | Nico Weber | 2016-09-03 | 3 | -7/+28 |
* | Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration() | Nico Weber | 2016-09-03 | 4 | -8/+1 |
* | ADT: Use std::list in SparseBitVector, NFC | Duncan P. N. Exon Smith | 2016-09-03 | 1 | -34/+13 |
* | Remove function name from comment. | Nico Weber | 2016-09-03 | 1 | -6/+5 |
* | [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics | Hal Finkel | 2016-09-03 | 6 | -0/+111 |
* | ADT: Do not inherit from std::iterator in ilist_iterator | Duncan P. N. Exon Smith | 2016-09-03 | 3 | -19/+13 |
* | ADT: Split out iplist_impl from iplist, NFC | Duncan P. N. Exon Smith | 2016-09-03 | 2 | -21/+37 |
* | Fix buildbot error. | Wei Mi | 2016-09-03 | 1 | -4/+1 |
* | ADT: Rename NodeTy to T in iplist/ilist template parameters | Duncan P. N. Exon Smith | 2016-09-03 | 1 | -54/+59 |
* | ReaderWriter: Use ilist_noalloc_traits for TrieEdge, NFC | Duncan P. N. Exon Smith | 2016-09-03 | 1 | -8/+3 |
* | ADT: Remove external uses of ilist_iterator, NFC | Duncan P. N. Exon Smith | 2016-09-03 | 4 | -12/+4 |
* | ADT: Fix up IListTest.privateNode and get it passing | Duncan P. N. Exon Smith | 2016-09-03 | 3 | -6/+14 |
* | [SE] Add getByteCount methods for device memory | Jason Henline | 2016-09-03 | 2 | -13/+22 |
* | [Sema] Fix how we set implicit conversion kinds. | George Burgess IV | 2016-09-03 | 1 | -9/+15 |
* | Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),... | Eric Fiselier | 2016-09-03 | 2 | -4/+15 |
* | [PowerPC] Add asm parser/disassembler support for hrfid,nap,slbmfev | Hal Finkel | 2016-09-02 | 5 | -0/+47 |
* | [PowerPC] Add support for the extended dcbf form and mnemonics | Hal Finkel | 2016-09-02 | 5 | -5/+64 |
* | Dependences: Only create flat StmtSchedule in presence of reductions | Tobias Grosser | 2016-09-02 | 1 | -1/+1 |
* | Dependences: Exit early, if no reduction dependences are needed. | Tobias Grosser | 2016-09-02 | 1 | -1/+12 |
* | (clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl... | Yunzhong Gao | 2016-09-02 | 3 | -21/+21 |
* | (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block: | Yunzhong Gao | 2016-09-02 | 3 | -3/+48 |
* | Introduce option to run isl AST generation, but no IR generation. | Tobias Grosser | 2016-09-02 | 1 | -8/+12 |
* | [Sema] Relax overloading restrictions in C. | George Burgess IV | 2016-09-02 | 9 | -43/+109 |
* | Make sure to maintain register liveness when generating predicated instructions. | Ron Lieberman | 2016-09-02 | 1 | -22/+56 |
* | gitignore: ignore VS Code editor files | Gor Nishanov | 2016-09-02 | 1 | -0/+2 |
* | lit: print process output, if getting the list of google-tests failed. | Ivan Krasin | 2016-09-02 | 2 | -6/+11 |
* | [codeview] Make FieldList records print as a yaml sequence. | Zachary Turner | 2016-09-02 | 3 | -483/+536 |
* | Update comments. | Rui Ueyama | 2016-09-02 | 2 | -25/+33 |
* | [Profile] handle select instruction in 'expect' lowering | Xinliang David Li | 2016-09-02 | 2 | -11/+35 |
* | [ELF] PR30221 - linker script expression parser does not accept '~' | Simon Atanasyan | 2016-09-02 | 3 | -0/+51 |
* | [PowerPC] For larger offsets, when possible, fold offset into addis toc@ha | Hal Finkel | 2016-09-02 | 3 | -6/+36 |
* | [ELF] - Use std::regex instead of hand written logic in elf::globMatch() | George Rimar | 2016-09-02 | 7 | -67/+93 |
* | Avoid narrowing warnings in __bitset constructor | Dimitry Andric | 2016-09-02 | 1 | -1/+1 |
* | Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. | Jonathan Peyton | 2016-09-02 | 2 | -28/+25 |
* | Move a test file to the right place. | Rui Ueyama | 2016-09-02 | 1 | -0/+0 |
* | Remove useless file prefix. | Rui Ueyama | 2016-09-02 | 50 | -12/+12 |
* | Remove link to clang's release notes; keeping it up-to-date is hard | Hans Wennborg | 2016-09-02 | 1 | -3/+1 |
* | Decouple the kmp_affin_mask_t type from determining if affinity is capable | Jonathan Peyton | 2016-09-02 | 2 | -4/+4 |
* | [Sparc] Mark i128 shift libcalls unavailable in 32-bit mode. | James Y Knight | 2016-09-02 | 1 | -0/+7 |
* | Use od instead of hexdump. | Rui Ueyama | 2016-09-02 | 1 | -3/+3 |
* | AMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_VECTOR if the vectors ... | Jan Vesely | 2016-09-02 | 4 | -1/+156 |
* | Setting fp trapping mode and denormal type: this an improvement of | Sjoerd Meijer | 2016-09-02 | 1 | -16/+24 |
* | Simplify. NFC. | Rui Ueyama | 2016-09-02 | 1 | -9/+3 |
* | Do not consider subreg defs as reads when computing subrange liveness | Krzysztof Parzyszek | 2016-09-02 | 8 | -11/+320 |
* | [InstCombine] auto-generate assertions for tighter checking | Sanjay Patel | 2016-09-02 | 1 | -60/+95 |
* | Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro. | Jonathan Peyton | 2016-09-02 | 1 | -1/+1 |