platform/upstream/llvm.git
2019-02-04 Matt ArsenaultMachineVerifier: Move verification of G_* instructions...
2019-02-04 Vitaly Buka[tsan] Disable fgetpwent_r to work around performance...
2019-02-04 Sam Clegg[WebAssembly] MC: Mark more function aliases as functions
2019-02-04 Jonathan Metzman[libFuzzer][Windows] Clean up RawPrint
2019-02-04 Matt ArsenaultMIR: Validate LLT types when parsing
2019-02-04 Sanjay Patel[CGP] fix bogus test names/comments; NFC
2019-02-04 Sam Clegg[WebAssembly] Update test to match new readobj output...
2019-02-04 Sam Clegg[llvm-readobj] Report more WebAssembly symbol info
2019-02-04 Sanjay Patel[CGP] add tests for usubo; NFC
2019-02-04 Matt ArsenaultGlobalISel: Fix not calling observer when legalizing...
2019-02-04 Matt ArsenaultAMDGPU: Don't rematerialize mov with implicit operands
2019-02-04 Julian Lettner[SanitizerCoverage] Clang crashes if user declares...
2019-02-04 David Majorgn build: Windows: use a more standard format for PDB...
2019-02-04 David Majorgn build: Revert r353094 (bad merge)
2019-02-04 Nicolai Haehnle[InstCombine] Cleanup the TFE/LWE check in AMDGPU Simpl...
2019-02-04 Craig Topper[X86] Add test case for report_fatal_error added in...
2019-02-04 Craig Topper[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr...
2019-02-04 David Majorgn build: Windows: use a more standard format for PDB...
2019-02-04 David Majorgn build: Windows: write PDBs when is_debug
2019-02-04 Malcolm Parsons[clang-tidy] Handle unions with existing default-member...
2019-02-04 Aditya Nandakumar[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DA...
2019-02-04 Philip Pfaffe[NewPM][MSan] Add Options Handling
2019-02-04 Wolfgang Pieb[DEBUGINFO] Reposting r352642: Handle restore instructi...
2019-02-04 Johannes DoerfertGeneralize pthread callback test case
2019-02-04 Jonas DevlieghereUpdate stale comment in lang/c/struct_types/main.c
2019-02-04 JF BastienSupport tests in freestanding
2019-02-04 Petr Hosek[CMake] Support CMake variables for setting target...
2019-02-04 Scott Linder[AMDGPU] Support emitting GOT relocations for function...
2019-02-04 Michael Kruse[WarnMissedTransforms] Do not warn about already vector...
2019-02-04 Matt ArsenaultGlobalISel: Fix CheckMachineFunction passing if ReadChe...
2019-02-04 Matt ArsenaultGlobalISel: Allow constructing SrcOp/DstOp from Machine...
2019-02-04 Hyrum Wright[clang-tidy] Add the abseil-duration-unnecessary-conver...
2019-02-04 Matt ArsenaultGlobalISel: Fix parameter name in documentation
2019-02-04 Matt ArsenaultGlobalISel: Fix CSE handling of buildConstant
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Jordan Rupprecht[llvm-objcopy][NFC] simplify an error return
2019-02-04 Roman Lebedev[X86] X86DAGToDAGISel::matchBitExtract(): prepare ...
2019-02-04 Matt ArsenaultGlobalISel: Improve gtest usage
2019-02-04 David CallahanAdjust cardinality of internal inliner thresholds
2019-02-04 Craig Topper[X86] Add ST0 as an implicit def/use of x87 load/store...
2019-02-04 Matt ArsenaultGlobalISel: Fix moreElementsToNextPow2
2019-02-04 Jordan Rupprecht[llvm-objcopy][NFC] Use StringSaver for --keep-global...
2019-02-04 Wouter van... [WebAssembly] Make segment/size/type directives optiona...
2019-02-04 Sam Clegg[WebAssembly] Update relocation naming to match llvm...
2019-02-04 Jessica PaquetteRevert "[GlobalISel] Introduce a generic floating point...
2019-02-04 Jessica PaquetteRevert "[GlobalISel] Add IRTranslator support for G_FFLOOR"
2019-02-04 Nico Webergn build: Merge r352944
2019-02-04 Sam Clegg[WebAssembly] Rename relocations from R_WEBASSEMBLY_...
2019-02-04 Craig Topper[X86] Print all register forms of x87 fadd/fsub/fdiv...
2019-02-04 Sam Clegg[WebAssembly] Remove redundant namespaces qualifiers...
2019-02-04 Leonard Chan[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
2019-02-04 Jessica Paquette[GlobalISel] Add IRTranslator support for G_FFLOOR
2019-02-04 Jessica Paquette[GlobalISel] Introduce a generic floating point floor...
2019-02-04 Sanjay Patel[CGP] use IRBuilder to simplify code
2019-02-04 Kostya Kortchinsky[scudo] Initial standalone skeleton check-in
2019-02-04 Kadir Cetinkaya[clangd] Enable include insertion for static index
2019-02-04 James Henderson[CommandLine] Don't print empty sentinel values from...
2019-02-04 Joachim Protze[OMPT] Make sure that OMPT is enabled when accessing...
2019-02-04 Simon Pilgrim[X86][SSE] SimplifyDemandedBitsForTargetNode - PCMPGT...
2019-02-04 James HendersonRevert r353048.
2019-02-04 Pavel LabathFixes for the ProcessLaunchInfo move
2019-02-04 James Henderson[CommandLine] Don't print empty sentinel values from...
2019-02-04 Pavel LabathMove FileAction, ProcessInfo and ProcessLaunchInfo...
2019-02-04 Matt ArsenaultGlobalISel: Fix formatting of debug output
2019-02-04 Matt ArsenaultAMDGPU/GlobalISel: Legalize select for v4s16
2019-02-04 Simon Pilgrim[DAGCombine] Add ADD(SUB,SUB) combines
2019-02-04 Andrea Di Biagio[AsmPrinter] Remove hidden flag -print-schedule.
2019-02-04 Simon Pilgrim[X86] Add a couple of missed ADD combine tests
2019-02-04 Simon PilgrimUse auto for dyn_cast case to save a line. NFCI.
2019-02-04 David Green[ARM] Mark 255 and 65535 as cheap for Thumb1 "And"
2019-02-04 David Green[ARM] Add testcases for D57671. NFC
2019-02-04 Max Kazantsev[NFC] Make a check in GuardWidening more obvious
2019-02-04 Dmitry VenikovCommit tests for changes in revision D41608
2019-02-04 Max Kazantsev[NFC] Rename variables to reflect the actual status...
2019-02-04 Clement Courbet[llvm-objcopy][NFC] Fix trailing semicolon warning.
2019-02-04 Max Kazantsev[NFC] Remove redundant parameters for better readability
2019-02-04 Krasimir Georgiev[clang-format] Fix breaking of qualified operator
2019-02-04 Max Kazantsev[NFC] Replace equivalent condition for better readability
2019-02-04 Kadir Cetinkaya[clang] Add getCommentHandler to PreambleCallbacks
2019-02-04 Clement Courbet[SelectionDAG] Add a BaseIndexOffset::print() method...
2019-02-04 Haojian Wu[clangd] Bump vscode-clangd v0.0.10
2019-02-04 Haojian Wu[clangd] Update vscode dependencies
2019-02-04 Roman Lebedev[llvm-exegesis] Cut run time of analysis mode by anothe...
2019-02-04 Roman Lebedev[llvm-exegesis] Cut run time of analysis mode by -84...
2019-02-04 Roman Lebedev[llvm-exegesis] Throughput support in analysis mode
2019-02-04 Roman Lebedev[llvm-exegesis] deserializeMCInst(): bump SmallVector...
2019-02-04 Roman Lebedev[llvm-exegesis] Don't default to running&dumping all...
2019-02-04 Sergi Mateo... [OpenMP] Adding support to the mutexinoutset dep-type
2019-02-04 Max Kazantsev[SCEV] Do not bother creating separate SCEVUnknown...
2019-02-04 Craig TopperRecommit r352660 "[X86] Mark EMMS and FEMMS as clobberi...
2019-02-04 Craig Topper[X86] Print %st(0) as %st when its implicit to the...
2019-02-04 Craig Topper[X86] Regenerate test to drop 'End function' comments...
2019-02-04 Craig TopperRevert r352985 "[X86] Print %st(0) as %st to match...
2019-02-04 Saleem Abdulrasooltests: loosen restriction
2019-02-03 Sunil SrivastavaCompute the correct symbol size in llvm-nm even without...
2019-02-03 Martin StorsjoProvide a placement new definition for the SEH version...
2019-02-03 James Y Knight[opaque pointer types] Trivial changes towards CallInst...
2019-02-03 Davide Italiano[docs] Recommend assertions when testing.
2019-02-03 Davide Italiano[LoopIdiomRecognize] @llvm.dbg values shouldn't affect...
next