]> granicus.if.org Git - llvm/history - include
Reverted r375254 as it has broken some build bots for a long time.
[llvm] / include /
2019-10-20 Vladimir VereschakaReverted r375254 as it has broken some build bots for...
2019-10-20 George Rimar[yaml2obj][obj2yaml] - Do not create a symbol table...
2019-10-19 Sanjay Patel[TargetLowering][DAGCombine][MSP430] add/use hook for...
2019-10-19 Reid KlecknerAvoid including CodeView/SymbolRecord.h from MCStreamer.h
2019-10-19 Reid KlecknerPrune a LegacyDivergenceAnalysis and MachineLoopInfo...
2019-10-19 Reid KlecknerPrune Analysis includes from SelectionDAG.h
2019-10-19 Reid KlecknerMove endian constant from Host.h to SwapByteOrder.h...
2019-10-19 Reid KlecknerPrune two MachineInstr.h includes, fix up deps
2019-10-18 Wei Mi[SampleFDO] Add profile remapping support for profile...
2019-10-18 Vedant KumarDisable exit-on-SIGPIPE in lldb
2019-10-18 Thomas Lively[WebAssembly] Allow multivalue signatures in object...
2019-10-18 Quentin Colombet[GISel][CallLowering] Make isIncomingArgumentHandler...
2019-10-18 Hiroshi Yamauchi[PGO][PGSO] SizeOpts changes.
2019-10-18 Jay Foad[IR] Reimplement FPMathOperator::classof as a whitelist.
2019-10-18 Joseph TremouletUpdate MinidumpYAML to use minidump::Exception for...
2019-10-18 James Molloy[DFAPacketizer] Fix large compile-time regression for...
2019-10-18 Joseph TremouletAdd ExceptionStream to llvm::Object::minidump
2019-10-18 Graham Hunter[AArch64][SVE] Add SPLAT_VECTOR ISD Node
2019-10-18 Kerry McLaughlin[AArch64][SVE] Implement unpack intrinsics
2019-10-17 Don Hinton[Error] Make llvm::cantFail include the original error...
2019-10-17 Alexander Shaposhnikov[Object] Fix the return type of getOffset/getSize
2019-10-17 Jordan RupprechtReapply r375051: [support] GlobPattern: add support...
2019-10-17 Haojian Wu[clangd] Use our own relation kind.
2019-10-17 Xiangling Liao[AIX] TOC pseudo expansion for 64bit large + 64bit...
2019-10-17 Fangrui Song[llvm-ar] Implement the O modifier: display member...
2019-10-17 Oliver StannardReland: Dead Virtual Function Elimination
2019-10-17 Hans WennborgTry to fix the assert in Alignment::alignAddr to work...
2019-10-17 Mikhail Maltsev[Analysis] Don't assume that unsigned overflow can...
2019-10-17 James Molloy[DFAPacketizer] Use DFAEmitter. NFC.
2019-10-17 Guillaume Chatelet[Alignment][NFC] Use Align for TargetFrameLowering...
2019-10-17 Marcello MaggioniClang-formatting of some files in LiveRangeCalc header...
2019-10-17 Marcello MaggioniMove LiveRangeCalc header to publicily available positi...
2019-10-17 Daniel Sanders[gicombiner] Add the run-time rule disable option
2019-10-17 Quentin Colombet[GISel][CombinerHelper] Add concat_vectors(build_vector...
2019-10-16 Daniel Sanders[gicombiner] Hoist pure C++ combine into the tablegen...
2019-10-16 Jordan RupprechtRevert [support] GlobPattern: add support for `\` and...
2019-10-16 Jordan Rupprecht[support] GlobPattern: add support for `\` and `[!...
2019-10-16 Alina Sbirlea[Utils] Cleanup similar cases to MergeBlockIntoPredecessor.
2019-10-16 Matt ArsenaultGlobalISel: Implement lower for G_SADDO/G_SSUBO
2019-10-16 Graham Hunter[SVE][IR] Small TypeSize improvements left out of initi...
2019-10-16 Francis Visoiu Mistrih[Remarks] Add support for prepending a path to external...
2019-10-16 Guillaume Chatelet[Alignment][NFC] Optimize alignTo
2019-10-15 Jonas Devlieghere[Reland][VirtualFileSystem] Support virtual working...
2019-10-15 Lang Hames[Orc] Add a method for ObjectLinkingLayer to return...
2019-10-15 Digger Lin[XCOFF]implement parsing relocation information for...
2019-10-15 Jonas DevlieghereRevert "[VirtualFileSystem] Support virtual working...
2019-10-15 Dmitry MikulinAdded support for "#pragma clang section relro=<name>"
2019-10-15 Digger Lin[XCOFF] Output object text section header and symbol...
2019-10-15 Jonas Devlieghere[VirtualFileSystem] Support virtual working directory...
2019-10-15 Guillaume Chatelet[Alignment][NFC] Value::getPointerAlignment returns...
2019-10-15 Guillaume Chatelet[Alignment] Migrate Attribute::getWith(Stack)Alignment
2019-10-15 David Stenberg[DebugInfo] Add a DW_OP_LLVM_entry_value operation
2019-10-15 Guillaume Chatelet[Alignment][NFC] Remove dependency on GlobalObject...
2019-10-15 David Stenberg[DebugInfo] Add interface for pre-calculating the size...
2019-10-15 Martin Storsjo[Demangle] Add a few more options to the microsoft...
2019-10-15 Thomas Lively[WebAssembly] Trapping fptoint builtins and intrinsics
2019-10-14 Jorge Gorbe MoyaRevert "Dead Virtual Function Elimination"
2019-10-14 Artem Belevich[NVPTX] Restructure shfl instrinsics and add variants...
2019-10-14 Joerg SonnenbergerReapply r374743 with a fix for the ocaml binding
2019-10-14 Cameron McInally[IRBuilder] Update IRBuilder::CreateFNeg(...) to return...
2019-10-14 Guillaume Chatelet[Alignment][NFC] Move and type functions from MathExtra...
2019-10-14 Dmitri GribenkoRevert "Add a pass to lower is.constant and objectsize...
2019-10-14 Victor CamposFixing typo in llvm/IR/Intrinsics.td
2019-10-14 Sam Parker[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
2019-10-14 Guillaume ChateletFix D68936
2019-10-14 Guillaume Chatelet[Alignment][NFC] Support compile time constants
2019-10-13 Joerg SonnenbergerAdd a pass to lower is.constant and objectsize intrinsics
2019-10-13 Johannes Doerfert[Attributor][MemBehavior] Fallback to the function...
2019-10-13 Johannes Doerfert[Attributor][NFC] Expose call site traversal without...
2019-10-13 Johannes Doerfert[Attributor][FIX] Avoid modifying naked/optnone functions
2019-10-12 Simon PilgrimSymbolRecord - consistently use explicit for single...
2019-10-12 Simon PilgrimSymbolRecord - fix uninitialized variable warnings...
2019-10-12 Zi Xuan Wurecommit: [LoopVectorize][PowerPC] Estimate int and...
2019-10-11 David Blaikiellvm-dwarfdump: Add verbose printing for debug_loclists
2019-10-11 Kerry McLaughlin[AArch64][SVE] Implement sdot and udot (lane) intrinsics
2019-10-11 Oliver StannardDead Virtual Function Elimination
2019-10-11 Kai Nacke[FileCheck] Implement --ignore-case option.
2019-10-11 Aleksandr Urakov[Windows] Use information from the PE32 exceptions...
2019-10-11 Vitaly BukaInsert module constructors in a module pass
2019-10-11 Pavel LabathFix modules build for r374337
2019-10-11 Chen Zheng[InstCombine] recognize popcount.
2019-10-11 Nico WeberRevert 374481 "[tsan,msan] Insert module constructors...
2019-10-11 Volodymyr Sapsai[Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless...
2019-10-10 Vitaly Buka[tsan,msan] Insert module constructors in a module...
2019-10-10 Vitaly Buka[msan, NFC] Move option parsing into constructor
2019-10-10 Lang Hames[JITLink] Add an initial implementation of JITLink...
2019-10-10 Marcello Maggioni[GISel] Allow getConstantVRegVal() to return G_FCONSTAN...
2019-10-10 David Greene[System Model] [TTI] Move default cache/prefetch implem...
2019-10-10 Greg ClaytonFix a documentation warning from GSYM commit.
2019-10-10 Zachary Turner[PDB] Fix bug when using multiple PCH header objects...
2019-10-10 Jordan RoseADT: Save a word in every StringSet entry
2019-10-10 Nico Weberwin: Move Parallel.h off concrt to cross-platform code
2019-10-10 Greg ClaytonAdd GsymCreator and GsymReader.
2019-10-10 Guillaume Chatelet[Alignment][NFC] Use llv::Align in GISelKnownBits
2019-10-10 Dmitri GribenkoRevert "[FileCheck] Implement --ignore-case option."
2019-10-10 Dmitri GribenkoRevert "[IRBuilder] Update IRBuilder::CreateFNeg(....
2019-10-10 Kai Nacke[FileCheck] Implement --ignore-case option.
2019-10-10 Pavel LabathMinidumpYAML: Add support for the memory info list...
2019-10-10 Guillaume Chatelet[Alignment][NFC] Make VectorUtils uas llvm::Align
2019-10-10 Oliver Stannard[IfCvt][ARM] Optimise diamond if-conversion for code...
next