platform/upstream/llvm.git
2016-09-03 Matt ArsenaultAMDGPU: Set sizes of spill pseudos
2016-09-03 Matt ArsenaultAMDGPU: Fix adding duplicate implicit exec uses
2016-09-03 Craig Topper[AVX-512] Add integer ADD/SUB instructions to load...
2016-09-03 Craig Topper[AVX-512] Mark EVEX encoded vpcmpeq as commutable just...
2016-09-03 Aaron BallmanFix the attribute documentation build.
2016-09-03 Nicolai HaehnleAMDGPU: Reduce the duration of whole-quad-mode
2016-09-03 Nicolai HaehnleAMDGPU: Fix an interaction between WQM and polygon...
2016-09-03 Eric FiselierFix PR30202 - notify_all_at_thread_exit seg faults...
2016-09-03 Niels Ole SalscheiderReplace the Radeon GCN GPU family names by more descrip...
2016-09-03 Matt ArsenaultAMDGPU: Do basic folding of class intrinsic
2016-09-03 Eric Fiseliermemory_resource still needs init_priority when built...
2016-09-03 Matt ArsenaultAMDGPU: Fix spilling of m0
2016-09-03 Matt ArsenaultImprove debug error message with register name
2016-09-03 Craig Topper[AVX-512] Add EVEX encoded VPCMPEQ and VPCMPGT to the...
2016-09-03 Nico WeberAdd a test Aaron asked for that I forgot to add before...
2016-09-03 NAKAMURA TakumiMake lit/util.py py3-compatible.
2016-09-03 Nico Weber[ms] Add support for parsing uuid as a Microsoft attribute.
2016-09-03 Nico WeberRevert r280549.
2016-09-03 Nico WeberLet Microsoft attributes apply to the type, not the...
2016-09-03 Nico WeberAdd plumbing for new attribute type "Microsoft".
2016-09-03 Nico WeberMove calls of MaybeParseMicrosoftAttributes() before...
2016-09-03 Duncan P. N... ADT: Use std::list in SparseBitVector, NFC
2016-09-03 Nico WeberRemove function name from comment.
2016-09-03 Hal Finkel[PowerPC] Support asm parsing for bc[l][a][+-] mnemonics
2016-09-03 Duncan P. N... ADT: Do not inherit from std::iterator in ilist_iterator
2016-09-03 Duncan P. N... ADT: Split out iplist_impl from iplist, NFC
2016-09-03 Wei MiFix buildbot error.
2016-09-03 Duncan P. N... ADT: Rename NodeTy to T in iplist/ilist template parameters
2016-09-03 Duncan P. N... ReaderWriter: Use ilist_noalloc_traits for TrieEdge...
2016-09-03 Duncan P. N... ADT: Remove external uses of ilist_iterator, NFC
2016-09-03 Duncan P. N... ADT: Fix up IListTest.privateNode and get it passing
2016-09-03 Jason Henline[SE] Add getByteCount methods for device memory
2016-09-03 George Burgess IV[Sema] Fix how we set implicit conversion kinds.
2016-09-03 Eric FiselierDefine _LIBCPP_SAFE_STATIC __attribute__((require_cons...
2016-09-02 Hal Finkel[PowerPC] Add asm parser/disassembler support for hrfid...
2016-09-02 Hal Finkel[PowerPC] Add support for the extended dcbf form and...
2016-09-02 Tobias GrosserDependences: Only create flat StmtSchedule in presence...
2016-09-02 Tobias GrosserDependences: Exit early, if no reduction dependences...
2016-09-02 Yunzhong Gao(clang part) Implement MASM-flavor intel syntax behavio...
2016-09-02 Yunzhong Gao(LLVM part) Implement MASM-flavor intel syntax behavior...
2016-09-02 Tobias GrosserIntroduce option to run isl AST generation, but no...
2016-09-02 George Burgess IV[Sema] Relax overloading restrictions in C.
2016-09-02 Ron LiebermanMake sure to maintain register liveness when generating...
2016-09-02 Gor Nishanovgitignore: ignore VS Code editor files
2016-09-02 Ivan Krasinlit: print process output, if getting the list of googl...
2016-09-02 Zachary Turner[codeview] Make FieldList records print as a yaml sequence.
2016-09-02 Rui UeyamaUpdate comments.
2016-09-02 Xinliang David Li[Profile] handle select instruction in 'expect' lowering
2016-09-02 Simon Atanasyan[ELF] PR30221 - linker script expression parser does...
2016-09-02 Hal Finkel[PowerPC] For larger offsets, when possible, fold offse...
2016-09-02 George Rimar[ELF] - Use std::regex instead of hand written logic...
2016-09-02 Dimitry AndricAvoid narrowing warnings in __bitset constructor
2016-09-02 Jonathan PeytonMove function into cpp file under KMP_AFFINITY_SUPPORTE...
2016-09-02 Rui UeyamaMove a test file to the right place.
2016-09-02 Rui UeyamaRemove useless file prefix.
2016-09-02 Hans WennborgRemove link to clang's release notes; keeping it up...
2016-09-02 Jonathan PeytonDecouple the kmp_affin_mask_t type from determining...
2016-09-02 James Y Knight[Sparc] Mark i128 shift libcalls unavailable in 32...
2016-09-02 Rui UeyamaUse od instead of hexdump.
2016-09-02 Jan VeselyAMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_...
2016-09-02 Sjoerd MeijerSetting fp trapping mode and denormal type: this an...
2016-09-02 Rui UeyamaSimplify. NFC.
2016-09-02 Krzysztof ParzyszekDo not consider subreg defs as reads when computing...
2016-09-02 Sanjay Patel[InstCombine] auto-generate assertions for tighter...
2016-09-02 Jonathan PeytonReplace a bad instance of __kmp_free() with KMP_CPU_FRE...
2016-09-02 Rui UeyamaRename UnresolvedPolicy::Error -> UnresolvedPolicy...
2016-09-02 Rui UeyamaAdd -nostdlib.
2016-09-02 Chad Rosier[SLP] Don't pass a global CL option as an argument...
2016-09-02 Jan VeselyAMDGPU/R600: Expand unaligned writes to local and global AS
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Rui UeyamaDispatch without hash table lookup.
2016-09-02 Jan VeselyAMDGPU: Reorganize store tests
2016-09-02 Reid Kleckner[codeview] Use the correct max CV record length of...
2016-09-02 Eric FiselierRevert r280516 since it contained accidental changes.
2016-09-02 Aaron BallmanBased on post-commit feedback over IRC with dblaikie...
2016-09-02 Jonathan PeytonUse 'critical' reduction method when 'atomic' is not...
2016-09-02 Kyle ButtIfConversion: Add assertions that both sides of a diamo...
2016-09-02 Kyle ButtIfConversion: Fix bug introduced by rescanning diamonds.
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Rui UeyamaAdd comments.
2016-09-02 Enrico GranataCheck for null
2016-09-02 Jason Henline[SE] Remove broken doc ref
2016-09-02 Jason Henline[SE] Doc tweaks
2016-09-02 Rui UeyamaRemove temoprary files.
2016-09-02 Jason Henline[SE] GlobalDeviceMemory owns its handle
2016-09-02 Adam NemetFix up comment from r280442, noticed by Justin.
2016-09-02 Rui UeyamaFix potential test failures.
2016-09-02 Jason Henline[SE] Add "install" actions to cmake build
2016-09-02 Wei MiSplit the store of a wide value merged from an int...
2016-09-02 Sanjay Patel[InsttCombine] fold insertelement of constant into...
2016-09-02 Davide Italiano[lib/LTO] Simplify. No functional change intended.
2016-09-02 Reid KlecknerQuick fix to make LIT_PRESERVES_TMP work again
2016-09-02 Reid Kleckner[lit] Clean up temporary files created by tests
2016-09-02 Derek Schuff[WebAssembly] Update known test failures
2016-09-02 Matthew Simpson[LV] Ensure reverse interleaved group GEPs remain uniform
2016-09-02 Jason Henline[SE] Don't pack raw device mem args
2016-09-02 George Rimar[ELF] - Linkerscript: add support for suffixes in numbers.
2016-09-02 Tamas BerghammerFix build breakage caused by r280490
2016-09-02 Andrea Di BiagioSimplify code a bit. No functional change intended.
2016-09-02 Tamas BerghammerFix 2 waring in the OCaml AST context
next