platform/upstream/llvm.git
2018-10-24 Craig Topper[X86] Correct a bad isel predicate. Though I don't...
2018-10-24 Richard Trieu[Sema] Fix -Wcomma in dependent context
2018-10-24 Kostya Serebryany[hwasan] when printing a stack-related bugs, also print...
2018-10-24 Adrian PrantlDebug Info (-gmodules): emit full types for non-anchore...
2018-10-24 Sanjin Sijaric[ARM64][Windows] Add unwind support to llvm-readobj
2018-10-24 Saleem AbdulrasoolARM: handle checking aliases with out-of-bounds GEPs
2018-10-23 Jason MolendaSupport nwere versions of the Segger J-Link jtag board...
2018-10-23 Reid KlecknerCommit missing comment edit and use correct cast to...
2018-10-23 Reid Kleckner[hurd] Make getMainExecutable get the real binary path
2018-10-23 Wei Mi[PM] keeping history when original SCC split and then...
2018-10-23 Matthias BraunSelectionDAG: Reuse bigger sized constants in memset...
2018-10-23 George Karpenkov[analyzer] [NFC] Change scanReachableSymbols to use...
2018-10-23 George Karpenkov[analyzer] Do not stop tracking CXX methods touching...
2018-10-23 George Karpenkov[analyzer] Trust summaries for OSObject::retain and...
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Teresa JohnsonRevert "[ThinLTO] Fix a crash in lazy loading of Metadata"
2018-10-23 Teresa Johnson[hot-cold-split] Only perform splitting in ThinLTO...
2018-10-23 Teresa Johnson[ThinLTO] Fix a crash in lazy loading of Metadata
2018-10-23 Rui UeyamaMove forward declarations to the top of the file and...
2018-10-23 Rui UeyamaMove a function out of a class because it doesn't depen...
2018-10-23 Zachary TurnerRemove unused private methods.
2018-10-23 Zachary TurnerFix some comments pointed out by Leonard Mosescu.
2018-10-23 Fangrui SongActually fix test from r345085 REQUIRE: asserts
2018-10-23 Fangrui SongFix test after r345085
2018-10-23 Rui UeyamaFactor out code to a new function. NFC.
2018-10-23 Craig Topper[X86] Autogenerate comple checks. NFC
2018-10-23 Eric ChristopherRemove unused variable.
2018-10-23 Zhizhou YangPrint out DebugCounter info with -print-debug-counter
2018-10-23 Jonas Devlieghere[dwarfdump] Make incompatibility between -diff and...
2018-10-23 Matt ArsenaultFix typo in verifier error message
2018-10-23 Peter CollingbourneCGP: Clear data structures at the end of a loop iterati...
2018-10-23 Rui UeyamaSimplify. NFC.
2018-10-23 Rui UeyamaRemove a global variable that is set but not used.
2018-10-23 Jordan Rupprecht[llvm-objcopy] Fix use-after-move clang-tidy warning
2018-10-23 Reid KlecknerRevert r345077 "[ORC] Change how non-exported symbols...
2018-10-23 Lang Hames[ORC] Change how non-exported symbols are matched durin...
2018-10-23 Marshall ClowOff-by-one errors strike again. Thank goodness for...
2018-10-23 Erik PilkingtonNFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp
2018-10-23 Michael Kruse[test-suite/doc] Add list of programs we might add.
2018-10-23 Aaron BallmanChange getRedeclContext() to support enumerations as...
2018-10-23 Vedant Kumar[HotColdSplitting] Attach MinSize to outlined code
2018-10-23 Adrian PrantlFix doxygen comment.
2018-10-23 Simon Pilgrim[X86][SSE] Revert rL343922 combinePMULDQ AddToWorklist...
2018-10-23 Jason MolendaAdd UdtRecordCompleter.cpp.
2018-10-23 Jordan Rupprecht[llvm-strip] Support -s alias for --strip-all. Make...
2018-10-23 Marshall ClowWhen filling a vector<bool> with stuff, initialize...
2018-10-23 Simon Pilgrim[LegalizeDAG] Share Vector/Scalar CTPOP Expansion
2018-10-23 Roman LebedevX86DAGToDAGISel::matchBitExtract(): lambdas can't have...
2018-10-23 George Karpenkov[analyzer] Rename trackNullOrUndefValue to trackExpress...
2018-10-23 Leonard Chan[Fixed Point Arithmetic] Fixed Point to Boolean Cast
2018-10-23 Rui UeyamaAdd a comment.
2018-10-23 Jonas DevlieghereSkip test with older versions of clang
2018-10-23 Simon Pilgrim[LegalizeDAG] Share Vector/Scalar CTLZ Expansion
2018-10-23 Daniel SandersFix MSVC build by correcting placement of declspec...
2018-10-23 Rui UeyamaRemove a global variable that we can live without.
2018-10-23 Fangrui Song[IR] Fix -Wunused-function after r345052
2018-10-23 Daniel Sanders[tblgen] Allow FixedLenDecoderEmitter to use APInt...
2018-10-23 Zachary TurnerChange two methods from const char* to StringRef [NFC].
2018-10-23 Reid Kleckner[PDB] Fix -Wunused-private-field in DIA
2018-10-23 Stefan Pintilie[Power9] Add __float128 support in the backend for...
2018-10-23 Sanjay Patel[IR] remove fake binop queries for not/neg
2018-10-23 Andrew Savonichev[OpenCL] Remove PIPE_RESERVE_ID_VALID_BIT from opencl-c.h
2018-10-23 Sanjay Patel[InstCombine] use 'match' to simplify code
2018-10-23 Alexander Kornienko[clang-tidy] Add a separate section for NOLINT(NEXTLINE...
2018-10-23 Simon Pilgrim[TTI][X86] Treat SK_Transpose shuffles as SK_PermuteTwo...
2018-10-23 Zachary Turner[NativePDB] Add basic support for tag types to the...
2018-10-23 Jordan Rupprecht[DebugInfo][GlobalOpt] Fix -debugify for globalopt...
2018-10-23 Simon Pilgrim[CostModel][X86] Add transpose shuffle cost tests
2018-10-23 Andrew Savonichev[OpenCL] Add cl_intel_planar_yuv extension
2018-10-23 Sanjay Patel[WebAssembly] use 'match' to simplify code; NFC
2018-10-23 Sanjay Patel[Reassociate] replace fake binop queries with 'match...
2018-10-23 Sanjay Patel[SelectionDAG] use 'match' to simplify code; NFC
2018-10-23 Benjamin Kramer[LegalizeDAG] Remove unused variable
2018-10-23 Simon Pilgrim[LegalizeDAG] Share Vector/Scalar CTTZ Expansion
2018-10-23 Andrew Savonichev[OpenCL][NFC] Unify ZeroToOCL* cast types
2018-10-23 Simon Pilgrim[SLPVectorizer] Add basic support for mul/and/or/xor...
2018-10-23 Sanjay Patel[InstCombine] use 'match' to handle vectors and simplif...
2018-10-23 Samuel BenzaquenAdd benchmark for std::set.
2018-10-23 Sanjay Patel[InstCombine] swap select profile metadata when swappin...
2018-10-23 Sanjay Patel[InstCombine] add/move tests for select with inverted...
2018-10-23 Aleksandr UrakovRevert "[MachinePipeliner] Split MachinePipeliner code...
2018-10-23 Sam McCall[clangd] Lazily create CDB, remove setCompileCommandsDir.
2018-10-23 Sanjay Patel[SLSR] use 'match' to simplify code; NFC
2018-10-23 Kadir Cetinkaya[clang] Fix a null pointer dereference.
2018-10-23 Sanjay Patel[SLSR] auto-generate full test assertions; NFC
2018-10-23 Roman LebedevExperimental re-land of [X86][BMI1] X86DAGToDAGISel...
2018-10-23 Hans WennborgRevert r345009 "[DebugInfo] Generate debug information...
2018-10-23 Simon PilgrimAdd BROADCAST shuffle cost tests.
2018-10-23 Sam McCall[clangd] Remove caching of compilation database commands.
2018-10-23 Simon PilgrimAdd BROADCAST shuffle cost tests.
2018-10-23 Sam McCall[clangd] Support passing a relative path to -compile...
2018-10-23 Dorit NuzmanLeftover bits from https://reviews.llvm.org/D53420...
2018-10-23 Sam McCallFix range length comparison in DraftStore::UpdateDraft...
2018-10-23 Greg Bedwell[lit] Only return a found bash executable on Windows...
2018-10-23 Simon Pilgrim[X86][SSE] Update raw mask shuffle decoders to handle...
2018-10-23 Roman LebedevRevert "[X86][BMI1] X86DAGToDAGISel: select BEXTR from...
2018-10-23 George Rimar[LLDB] - Implement the support for the .debug_loclists...
2018-10-23 Simon Pilgrim[TTI] Add generic cost handling of SK_Reverse shuffles
2018-10-23 Roman Lebedev[X86][BMI1] X86DAGToDAGISel: select BEXTR from x <...
2018-10-23 Aleksandr Urakov[PDB] Improve performance of the PDB DIA plugin
next