platform/upstream/llvm.git
2018-04-12 Gabor Buella[X86] Introduce wbinvd intrinsic
2018-04-12 Gabor Buella[X86] Introduce LLVM wbinvd intrinsic
2018-04-12 George Burgess IVFix a typo in a comment; NFC
2018-04-12 Lang Hames[ORC] Plumb error notifications through the VSO interface.
2018-04-12 Simon Pilgrim[X86] Remove gpr shift/extension schedule itineraries...
2018-04-12 Gabor BuellaNFC - Indentation fixes in predefined-arch-macros.c
2018-04-12 Lei Huang[Power9]Legalize and emit code for converting (Un)Signe...
2018-04-12 Aaron BallmanFix the try_acquire_capability attribute to behave...
2018-04-12 Benjamin Kramer[MCJIT] Remove the anchor from mcjit.
2018-04-12 Joachim ProtzeSet the license header for all OMPT files
2018-04-12 Eugene Zelenko[Documentation] Order of changes in existing checks...
2018-04-12 Petar Jovanovic[MIPS GlobalISel] remove superfluous #includes (NFC)
2018-04-12 Kostya Kortchinsky[scudo] Remove duplicate cmake flags
2018-04-12 Aaron BallmanCorrectly diagnose when a conversion function is declar...
2018-04-12 Krzysztof Parzyszek[Hexagon] Enable auto-vectorization only when -fvectori...
2018-04-12 Jessica Paquette[AArch64] Move AFI->setRedZone(false) to top of emitPro...
2018-04-12 Ben Hamilton[Test Fix] Fix broken test Index/comment-objc-parameter...
2018-04-12 Sanjay Patelrevert r328921 - [DAGCombine] (float)((int) f) -->...
2018-04-12 Ben Hamilton[clang-format] Do not break after ObjC category open...
2018-04-12 Ben Hamilton[clang-format] Improve ObjC guessing heuristic by suppo...
2018-04-12 Ben Hamilton[clang-format] Don't insert space between ObjC class...
2018-04-12 Ben Hamilton[clang-format] Always indent wrapped Objective-C select...
2018-04-12 Krzysztof Parzyszek[Pipeliner] Use std::stable_sort when ordering NodeSets
2018-04-12 Malcolm ParsonsDiagnose cases of "return x" that should be "return...
2018-04-12 Simon Dardis[mips] Correct the predicates of the load/store (double...
2018-04-12 Simon Pilgrim[X86] Remove AES/CLMUL/CRC32/LDDQU/MOVNT/POPCNT/SHA...
2018-04-12 Anastasia Stulova[OpenCL] Added -std/-cl-std=c++
2018-04-12 Benjamin KramerRevert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpTh...
2018-04-12 Sander de Smalen[AArch64][AsmParser] Unify 'addVectorListOperands'...
2018-04-12 Francis Visoiu... [CodeGen] Allow printing MachineMemOperands with less...
2018-04-12 Sam Parker[IRCE] isKnownNonNegative helper function
2018-04-12 Simon Pilgrim[X86] Remove remaining system/special schedule itinerar...
2018-04-12 Simon Dardis[mips] Correct the predicates for special nops, tlb...
2018-04-12 Aaron BallmanAllow [[maybe_unused]] on static data members; these...
2018-04-12 Simon Pilgrim[X86] Remove system/control schedule itineraries (PR37093)
2018-04-12 Roman Lebedev[clang-tidy] readability-function-size: add VariableThr...
2018-04-12 Roman Lebedev[InstCombine][NFC]: Add tests: foldSelectICmpAndAnd...
2018-04-12 Sander de Smalen[AArch64][AsmParser] Make parse function for VectorList...
2018-04-12 Shiva Chen[RISCV] Change function alignment to 4 bytes, and 2...
2018-04-12 Simon Pilgrim[X86] Remove CMOV/SETCC schedule itineraries (PR37093)
2018-04-12 Jonas DevlieghereRevert "Don't assume backing thread shares protocol...
2018-04-12 Simon Pilgrim[X86] Remove MMX/3DNow schedule itineraries (PR37093)
2018-04-12 Andrea Di Biagio[llvm-mca] Removed unused argument from cycleEvent...
2018-04-12 Benjamin Kramer[clang-apply-replacements] Always initialize FormatStyle.
2018-04-12 Simon Pilgrim[X86] Remove X87 schedule itineraries (PR37093)
2018-04-12 Roman Lebedev[clang-apply-replacements] Don't forget to link to...
2018-04-12 Jonas DevlieghereDon't assume backing thread shares protocol ID.
2018-04-12 Jonas Devlieghere[dotest] Fix syntax error and typo.
2018-04-12 Jonas Devlieghere[dotest] Use in-tree dsymutil on Darwin
2018-04-12 Petar Jovanovic[MIPS GlobalISel] minor update to MIR tests added in...
2018-04-12 Jonas Paulsson[SystemZ] Use ResourceCycles=30 for FPd unit (NFC).
2018-04-12 Jonas Paulsson[SystemZ] Remove FullInstRWOverlapCheck from SchedMach...
2018-04-12 Jonas Paulsson[HexagonMachineScheduler] Remove local (copied) getWea...
2018-04-12 Jonas Paulsson[MachineScheduler] NFC refactoring
2018-04-12 Craig Topper[LegalizeTypes] Remove unnecessary type action check...
2018-04-12 David ChisnallObjCGNU: Fix empty v3 protocols being emitted two field...
2018-04-12 Zinovy Nis[clang-tidy] [modernize-use-auto] Fix test modernize...
2018-04-12 Tobias GrosserAdd isl operator overloads for isl::pw_aff (Try II)
2018-04-12 Akira Hatanaka[Sema][ObjC] Ensure that the return type of an ObjC...
2018-04-12 Hiroshi Inoue[NFC] fix trivial typos in documents and comments
2018-04-12 Alex Bradbury[RISCV] Codegen support for RV32D floating point compar...
2018-04-12 Alex Bradbury[RISCV] Codegen support for RV32D floating point conver...
2018-04-12 Zinovy Nis[Documentation] Fix options order for Release Notes...
2018-04-12 Alex Bradbury[RISCV] Add codegen support for RV32D floating point...
2018-04-12 Zinovy Nis[clang-tidy] [modernize-use-auto] Get only a length...
2018-04-12 Alex Bradbury[RISCV] Add tests missed in r329871
2018-04-12 Alex Bradbury[RISCV] Codegen support for RV32D floating point load...
2018-04-12 Yan LuoTest commit access
2018-04-12 Richard Trieu[ODRHash] Skip more types hashing TypedefType
2018-04-12 George Burgess IV[DeadArgElim] Remove allocsize attributes on callsites
2018-04-12 Jake EhrlichRevert "[llvm-objcopy] Switch over to using TableGen...
2018-04-11 Saleem AbdulrasoolLex: make `clang::Preprocessor::macros` work on MSVC
2018-04-11 Michael ZolotukhinReapply "[PR16756] Use SSAUpdaterBulk in JumpThreading...
2018-04-11 Michael Zolotukhin[SSAUpdaterBulk] Fix linux bootstrap/sanitizer failures...
2018-04-11 Jake Ehrlich[llvm-objcopy] Switch over to using TableGen for parsin...
2018-04-11 Simon Pilgrim[X86] Remove unused itinerary argument from FMA3/FMA4...
2018-04-11 Weiming ZhaoAdd missing vtable anchors
2018-04-11 Simon PilgrimX86FoldTableEntry - avoid unnecessary std::string creat...
2018-04-11 whitequark[LLVM-C] Add LLVMGetHostCPU{Name,Features}.
2018-04-11 Tom StellardDriver: Add gcc search path for RHEL devtoolset-7
2018-04-11 Simon PilgrimDon't repeatedly evaluate size() in the for loop. NFCI.
2018-04-11 Nemanja Ivanovic[PowerPC] Fix condition for 64-bit rotate when replacin...
2018-04-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2018-04-11 Puyan LotfiAttempting to work around a non-determinism issue.
2018-04-11 Yonghong Songbpf: signal error instead of silent drop for certain...
2018-04-11 Gabor Buella[x86] wbnoinvd intrinsic
2018-04-11 Gabor Buella[X86] Describe wbnoinvd instruction
2018-04-11 Sam CleggRemove references to old SymbolBody class
2018-04-11 Daniel Neilson[DSE] Add tests for atomic memory intrinsics (NFC)
2018-04-11 Jim InghamFix a thinko in CommandObjectMemoryRegion.
2018-04-11 Alexey Bataev[OPENMP] Code cleanup, NFC.
2018-04-11 Kostya Kortchinsky[sanitizer] Correct name length computation for some...
2018-04-11 David BlaikieRename to match an LLVM change
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-04-11 Daniel Neilson[DSE] Regenerate tests with update_test_checks.py ...
2018-04-11 Peter CollingbourneCodeGen: Don't try to canonicalize Unix-style paths...
2018-04-11 Simon Pilgrim[X86][Atom] Convert Atom scheduler model to SchedRW...
2018-04-11 Shoaib Meenai[CodeGen] Handle __func__ inside __finally
2018-04-11 Andrea Di Biagio[llvm-mca] Let the Scheduler notify dispatch stall...
2018-04-11 Simon Pilgrim[X86] Generalize X86PadShortFunction to work with Targe...
next