platform/upstream/llvm.git
2019-03-29 Akira Hatanaka[CodeGen][ObjC] Adjust the addresses passed to calls...
2019-03-29 Akira HatanakaFix typos and formatting. NFC.
2019-03-29 Florian HahnRevert Recommit "[DSE] Preserve basic block ordering...
2019-03-29 Thomas Lively[WebAssembly] Merge used feature sets, update atomics...
2019-03-29 Derek SchuffRevert "[WebAssembly] Improve invalid relocation error...
2019-03-29 Derek SchuffRevert "[WebAssembly] Improve invalid relocation error...
2019-03-28 Rui UeyamaRemove a duplicate assignment. NFC.
2019-03-28 Florian HahnRecommit "[DSE] Preserve basic block ordering using...
2019-03-28 Jordan Rupprecht[llvm-readobj] Fix formatting of unknown note types
2019-03-28 Reid Kleckner[MS] Make __iso_volatile_* available on all targets
2019-03-28 Puyan Lotfi[yaml2obj] Fixing opening empty yaml files.
2019-03-28 Rumeet DhindsaUpdate lit config for ld.lld command to match "ld\...
2019-03-28 Florian Hahn[LSR] Fix signed overflow in GenerateCrossUseConstantOf...
2019-03-28 Rumeet DhindsaFixed the lld test using ld-lld command to use ld.lld...
2019-03-28 Yonghong Song[BPF] add proper multi-dimensional array support
2019-03-28 Eli Friedman[MC] Fix floating-point literal lexing.
2019-03-28 Craig Topper[SelectionDAGBuilder] Fix 80 column violation. NFC
2019-03-28 Eli Friedman[InterleavedAccessPass] Don't increase the number of...
2019-03-28 Florian HahnRevert [DSE] Preserve basic block ordering using Ordere...
2019-03-28 Shafik YaghmourFix for regression test, since we rely on the formatter...
2019-03-28 Michael KruseApply include-what-you-use #include removal suggestions...
2019-03-28 Florian Hahn[DSE] Preserve basic block ordering using OrderedBasicB...
2019-03-28 Jim InghamFix the swig typemap for "uint32_t *versions, uint32_t...
2019-03-28 Florian Hahn[MemDepAnalysis] Allow caller to pass in an OrderedBasi...
2019-03-28 Alexey Bataev[OPENMP]Add check for undefined behavior with thread...
2019-03-28 Simon Pilgrim[SLP][X86] Add tests showing failure to commute icmp...
2019-03-28 Louis Dionne[pstl] Uglify internal names of the library
2019-03-28 Simon Pilgrim[SLP][X86] Add tests showing failure to commute icmp...
2019-03-28 Adrian PrantlTemporarily revert "SafepointIRVerifier port to new...
2019-03-28 Reid Kleckner[COFF] Optimize range extension thunk insertion memory...
2019-03-28 Jordan Rupprecht[llvm-objcopy][NFC] Move ELF-specific logic into /ELF...
2019-03-28 Jonas Devlieghere[NFC] find_first_of/find_last_of -> find/rfind for...
2019-03-28 Dan Albert[Driver] Default Android toolchains to noexecstack.
2019-03-28 Craig Topper[X86] Teach the isel optimization for (x << C1) op...
2019-03-28 Sam Clegg[WebAssembly] Reland of rL356953 (4dcf3acce6)
2019-03-28 Rui UeyamaCreate an instance of Target after reading all input...
2019-03-28 Rui UeyamaMake a member function a non-member function.
2019-03-28 Reid KlecknerDelay initialization of three static global maps, NFC
2019-03-28 Rui UeyamaDe-template X86_64TargetInfo. NFC.
2019-03-28 Marshall ClowFix PR#35967: '<regex> syntax_option_type is not a...
2019-03-28 Louis Dionne[pstl] Introduce forward declarations
2019-03-28 Shafik YaghmourRegression test to ensure that we handling importing...
2019-03-28 Benjamin KramerMake helper functions static. NFC.
2019-03-28 Sam McCallDisable warnings when indexing as a standalone action.
2019-03-28 Rui UeyamaMake TargetInfo const. NFC.
2019-03-28 Shoaib Meenai[CodeGen] Add additional mangling for struct members...
2019-03-28 Petar Avramovic[MIPS GlobalISel] Select float constants
2019-03-28 Nico Webergn build: Add some build files for clangd
2019-03-28 Louis Dionne[libc++] Remove unnecessary <iostream> #includes in...
2019-03-28 Jordan RupprechtAdd "git llvm revert" and "git llvm svn-lookup" subcommands
2019-03-28 Nirav Dave[DAG] Fix Lifetime Node ID hashing.
2019-03-28 Sanjay Patel[DAGCombiner] fold sext into negation
2019-03-28 Sanjay Patel[x86] add vector test for sext of negate; NFC
2019-03-28 Scott Linder[AMDGPU] Clarify Code Object V2/V3 differences in AMDGP...
2019-03-28 Sam McCall[clangd] Update error message to fix tests after r357173
2019-03-28 Michael Platings[Documentation] Proposal to change variable names
2019-03-28 Sam McCall[clangd] Support UTF-32 (i.e. codepoint) offsets.
2019-03-28 Sanjay Patel[x86] avoid cmov in movmsk reduction
2019-03-28 Clement Courbet[X86MacroFusion] Handle branch fusion (AMD CPUs).
2019-03-28 Matt ArsenaultAMDGPU: Make exec mask optimzations more resistant...
2019-03-28 Roman Lebedev[X86] AMD Piledriver (BdVer2): fine-tune some latencies
2019-03-28 Clement Courbet[NFC] Format InlineFeatureIgnoreList.
2019-03-28 Adam Balogh[Analyzer] Constraint Manager - Calculate Effective...
2019-03-28 Xing GUO- Addressed comments
2019-03-28 Xing GUO- Addressed @jhenderson 's comments
2019-03-28 Xing GUO[llvm-readobj] Add new helper function `getSymbolVersio...
2019-03-28 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-03-28 Anastasia Stulova[PR41247] Fixed parsing of private keyword in C++.
2019-03-28 Simon Pilgrim[DAGCombiner] Fold truncate(build_vector(x,y)) -> build...
2019-03-28 Peter Smith[ELF][ARM] Recommit Redesign of .ARM.exidx handling...
2019-03-28 Diana Picus[ARM GlobalISel] Run regbankselect test for Thumb....
2019-03-28 George Rimar[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools...
2019-03-28 Pierre Gousseau[asan] Add options -asan-detect-invalid-pointer-cmp...
2019-03-28 Florian Hahn[VPlan] Determine Vector Width programmatically.
2019-03-28 Simon Pilgrim[X85][AVX] Add missing vXi16 broadcast fold patterns
2019-03-28 Diana Picus[ARM GlobalISel] Fix G_STORE with s1
2019-03-28 Diana Picus[ARM GlobalISel] Fix selection of G_SELECT
2019-03-28 Roman Lebedev[llvm-exegesis] Introduce a 'naive' clustering algorith...
2019-03-28 Fangrui SongFix tests after rC357150
2019-03-28 Fangrui Song[Driver] Allow -gsplit-dwarf on ELF OSes other than...
2019-03-28 Piotr Sobczak[SelectionDAG] Add 2 tests for selection across basic...
2019-03-28 Serguei KatkovSafepointIRVerifier port to new Pass Manager
2019-03-28 Serguei KatkovSafepointIRVerifier port to new Pass Manager
2019-03-28 Marshall ClowReworked all the utilities/meta tests to use ASSERT_SAM...
2019-03-28 Sam Clegg[WebAssembly] Rename wasm fixup kinds
2019-03-28 Sam Clegg[WebAssembly] Fix typo from rL357143
2019-03-28 Sam Clegg[WebAssembly] Improve invalid relocation error message
2019-03-28 Eric ChristopherAdd reproduction instructions to llvm-objdump's embedde...
2019-03-28 Jim InghamCopy the breakpoint site owner's collection so we can...
2019-03-28 Rui UeyamaInline a trivial function. NFC.
2019-03-28 Louis Dionne[libc++] Rename span's as_writeable_bytes to as_writabl...
2019-03-28 Eric ChristopherFix typoed variable name.
2019-03-28 Chandler Carruth[NewPM] Fix a nasty bug with analysis invalidation...
2019-03-28 Davide Italiano[Process] Reorder declarations and document ReadMemoryF...
2019-03-28 Davide Italiano[ObjectFileMachO] Remove another debugging aid.
2019-03-28 Davide Italiano[ObjectFileMachO] Disable memory caching for savecore.
2019-03-27 Rui Ueyama[ELF] Dump symbols ordered by profiled guided section...
2019-03-27 Craig Topper[X86] Add test cases from PR27202.
2019-03-27 Nathan LanzaTeach TypeSystem about PDBASTParser
2019-03-27 Sam Clegg[ARM] Remove dead function ARMMCCodeEmitter::getSOImmOp...
next