platform/upstream/llvm.git
2018-09-20 Aditya NandakumarAdd the ability to register callbacks for removal and...
2018-09-20 Rui UeyamaMake a member function non-member. NFC.
2018-09-20 David BlaikieRemove an unused function
2018-09-20 Zachary TurnerRemove failing test.
2018-09-20 Yonghong Songbpf: check illegal usage of XADD insn return value
2018-09-20 Thomas Lively[WebAssembly][NFC] Add missing tests for indirect calls
2018-09-20 Thomas Lively[WebAssembly] Add v128 value type
2018-09-20 Thomas Lively[WebAssembly] Add V128 value type to binary format
2018-09-20 Jessica Paquette[MachineOutliner][NFC] Don't add MBBs with a size ...
2018-09-20 Rui UeyamaRename a function. NFC.
2018-09-20 Rui UeyamaMake variable names shorter. NFC.
2018-09-20 Rui UeyamaSimplify. NFC.
2018-09-20 Xin Tong[GlobalDCE] AvailableExternal linkage is checked in...
2018-09-20 Sanjay Patel[InstCombine] rename test file, simplify tests, regener...
2018-09-20 Walter Lee[RegAllocGreedy] Fix crash in tryLocalSplit
2018-09-20 Zachary Turner[PDB] Fix -Wcovered-switch-default warning.
2018-09-20 David Carlier[Hwasan] interceptor macro / extra comma removal
2018-09-20 Erik PilkingtonFix an assert in -Wquoted-include-in-framework-header
2018-09-20 Vedant Kumar[Bitcode] Address backwards compat bug in r342631
2018-09-20 Jessica Paquette[MachineOutliner][NFC] Move debug info emission to...
2018-09-20 Sameer AbuAsal[inline Cost] Don't mark functions accessing varargs...
2018-09-20 Rui UeyamaFix -Wtrigraphs.
2018-09-20 Rui UeyamaAdd paretntheses around a C macro parameter.
2018-09-20 Erik Pilkington[Sema] Retain __restrict qualifiers when substituting...
2018-09-20 Tatyana KrasnukhaReplace boolean parameter with enum value according...
2018-09-20 Zachary TurnerFix warnings.
2018-09-20 Sanjay Patel[SelectionDAG] replace duplicated peekThroughBitcast...
2018-09-20 Eric ChristopherAdd testcases for r342667.
2018-09-20 Eric Christopherr342177 introduced a hint in cases where an #included...
2018-09-20 Mike Rice[OPENMP] Fix spelling of getLoopCounter (NFC)
2018-09-20 Sanjay Patel[InstCombine] add tests for vector concat with binop...
2018-09-20 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-20 Shafik YaghmourRefactor FindVariable() core functionality into StackFr...
2018-09-20 Sid Manning[ELF][HEXAGON] Set DefaultMaxPageSize to 64K
2018-09-20 Calixte Denizet[profile] Fix tests in compiler-rt for patch in gcov...
2018-09-20 Zachary TurnerFix one more test failure.
2018-09-20 Zachary Turner[PDB] Fix failing test.
2018-09-20 Zachary Turner[PDB] Better printing of builtin types when using DIA...
2018-09-20 Calixte Denizet[gcov] Fix wrong line hit counts when multiple blocks...
2018-09-20 Zachary Turner[PDB] Add the ability to map forward references to...
2018-09-20 Andrea Di Biagio[llvm-mca][BtVer2] Modify ANDN tests in zero-idioms...
2018-09-20 David MajorFix test after r342652
2018-09-20 Sanjay Patel[IR] add shuffle query for vector concatenation
2018-09-20 David Major[winasan] Unpoison the stack in NtTerminateThread
2018-09-20 Kostya Kortchinsky[sanitizer] Make __sanitizer::CheckFailed not public
2018-09-20 Sanjay Patel[IR] reduce duplication in unittest for shuffles; NFC
2018-09-20 David Major[winasan] Reduce hotpatch prefix check to 8 bytes
2018-09-20 Alexey Bataev[OPENMP] Add support for mapping memory pointed by...
2018-09-20 Jesper Antonsson[InstCombine] Handle vector compares in foldGEPIcmp()
2018-09-20 Guillaume Chatelet[llvm-exegesis] Fix broken build bots.
2018-09-20 Simon Pilgrim[X86][SSE] Remove UNPCKL(SHUFFLE)->UNPCKH custom combine
2018-09-20 Guillaume Chatelet[llvm-exegesis] Improve Register Setup (roll forward...
2018-09-20 Benjamin Kramer[ADT] Bring back memmove to make GCC 5.4 happy
2018-09-20 Simon Pilgrim[X86][SSE] Remove PSHUFLW/PSHUFHW combineRedundantHalfS...
2018-09-20 Alex Bradbury[RISCV][MC] Modify evaluateConstantImm interface to...
2018-09-20 Andrea Di BiagioFix -Wdocumentation warnings introduced by r342555...
2018-09-20 Simon PilgrimFix line-endings. NFCI.
2018-09-20 Sven van Haastregt[OpenCL] Diagnose redundant address space conversion
2018-09-20 Benjamin Kramer[ADT] Try again to use the same version of llvm::Option...
2018-09-20 Hans WennborgFileCheckify test/Driver/Xarch.c
2018-09-20 George Rimar[DWARF] - Emit the correct value for DW_AT_addr_base.
2018-09-20 Jonas Devlieghere[target] Change target create's behavior wrt loading...
2018-09-20 Jonas Devlieghere[NFC] Turn "load dependent files" boolean into an enum
2018-09-20 Bjorn Pettersson[IPSCCP] Fix a problem with removing labels in a switch...
2018-09-20 Calixte Denizet[IR] Add a boolean field in DILocation to know if a...
2018-09-20 Alex Bradbury[RISCV][MC] Improve parsing of jal/j operands
2018-09-20 Sylvestre Ledrufix some typos in the doc
2018-09-20 Sylvestre Ledruadd a quick link to libc++
2018-09-20 Sylvestre Ledruadd a quick link to libc++abi
2018-09-20 Sylvestre Ledrurefresh the libc++ homepage
2018-09-20 Roman Lebedev[NFC][x86][AArch64] Add BEXTR-like test patterns.
2018-09-20 Sylvestre LedruImprove the doc about the initial commit email sent...
2018-09-20 Bjorn Pettersson[MachineVerifier] Relax checkLivenessAtDef regarding...
2018-09-20 Dean Michael... [XRay][compiler-rt] FDRLogWriter Abstraction
2018-09-20 Eric ChristopherTemporarily Revert "[New PM] Introducing PassInstrument...
2018-09-20 Maya MadhavanFix for bug 34002 - label generated before it block...
2018-09-20 QingShan Zhang[PowerPC] [Clang] Add vector int128 pack/unpack builtins
2018-09-20 Dean Michael... [unittests] Do not use llvm::sort in googlemock
2018-09-20 QingShan Zhang[PowerPC] Fix the assert of combineBVOfConsecutiveLoads...
2018-09-20 Thomas Lively[WebAssembly] Renumber SIMD ops
2018-09-20 Eric FiselierFix diagnostic regex in variant tests to tolerate older...
2018-09-20 Yi Kong[builtins] Add __emutls_unregister_key function
2018-09-20 Aaron PuchertThread Safety Analysis: warnings for attributes without...
2018-09-20 Sean Fertile[PPC64] Handle ppc64le triple in getBitcodeMachineKind.
2018-09-20 Sean Fertile[PPC64] Helper for offset from a function's global...
2018-09-20 Sean Fertile[PPC64] Optimize redundant instructions in global acces...
2018-09-20 Eugene Zelenko[Clang-tidy] Alphabetical sort of files/checks. Add...
2018-09-19 Aaron PuchertThread safety analysis: Handle ObjCIvarRefExpr in SExpr...
2018-09-19 Volodymyr SapsaiRevert "Implement LWG 2221 - No formatted output operat...
2018-09-19 Michael Berg[WEB] add new flags to a DebugInfo lit test
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-19 Evgeniy StepanovRevert "[XRay][compiler-rt] FDRLogWriter Abstraction...
2018-09-19 Sanjay Patel[x86] add test for 256-bit andn (PR37749); NFC
2018-09-19 Sanjay Patel[SelectionDAG] allow vector types with isBitwiseNot()
2018-09-19 Juergen RibutzkaFix the build when LLVM_TARGETS_TO_BUILD is empty.
2018-09-19 Sanjay Patel[x86] add test for add+not vector fold; NFC
2018-09-19 Matthias BraunAArch64: Add FuseCryptoEOR fusion rules
2018-09-19 Matthias BraunMachineScheduler: Add -misched-print-dags flag
2018-09-19 Chandler CarruthWorkaround a limitation of llvm::Any when used with...
2018-09-19 Shuai Wang[NFC] Declare instead of define non-void functions...
next