OSDN Git Service

[cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARGETS_TO_BUILD is set
[android-x86/external-llvm.git] / include /
2017-12-13 Mohammad Shahid[SLP] Vectorize jumbled memory loads.
2017-12-13 Matthias BraunRename LiveIntervalAnalysis.h to LiveIntervals.h
2017-12-13 Matthias BraunRemove unnecessary includes; NFC
2017-12-13 Michael Trentreverting out -r320532 because a warning is breaking...
2017-12-12 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-12 Fiona GlaserReassociate: add global reassociation algorithm
2017-12-12 Hiroshi YamauchiSplit IndirectBr critical edges before PGO gen/use...
2017-12-12 Geoff Berry[MachineOperand][MIR] Add isRenamable to MachineOperand.
2017-12-12 Igor LaevskyRevert r320049, r320014 and r319894
2017-12-11 George Burgess IVEnsure moved-from container is cleared on move
2017-12-11 Krzysztof Parzyszek[Hexagon] Add support for Hexagon V65
2017-12-11 Jonas Devlieghere[dwarfdump] Fix off-by-one bug in accelerator table...
2017-12-11 Alex Bradbury[RISCV] Add custom CC_RISCV calling convention and...
2017-12-11 Alex Bradbury[RISCV] Support lowering FrameIndex
2017-12-09 Dylan McKayRevert and accidentally committed revert commit
2017-12-09 Dylan McKayRevert "[AVR] Override ParseDirective"
2017-12-09 Dylan McKayRelax unaligned access assertion when type is byte...
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-12-08 Adrian Prantldwarfdump: Add support for the --diff option.
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_Immediate operands to Machin...
2017-12-08 Duncan P. N. Exon... Revert part of "Cleanup some GraphTraits iteration...
2017-12-08 Adrian PrantlGeneralize llvm::replaceDbgDeclare and actually support...
2017-12-08 Matt ArsenaultAMDGPU: Set IntrReadMem on memtime intrinsics
2017-12-08 Matt ArsenaultAMDGPU: image_getlod and image_getresinfo do not read...
2017-12-08 Xinliang David LiRevert r320104: infinite loop profiling bug fix
2017-12-08 Michael TrentReverting r320166 to fix test failures.
2017-12-08 Michael TrentUpdated llvm-objdump to display local relocations in...
2017-12-08 Alexey Bataev[PatternMatch] Add matcher for LoadInst, NFC.
2017-12-07 Lang Hames[ORC] Mark SymbolStringPool methods as inline to avoid...
2017-12-07 Don Hinton[dump] Make LLVM_ENABLE_DUMP independent, and move...
2017-12-07 Alina Sbirlea[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
2017-12-07 Xinliang David Li[PGO] detect infinite loop and form MST properly
2017-12-07 Igor Laevsky[FuzzMutate] Allow only sized pointers for the GEP...
2017-12-07 Pavel Labath[Testing/Support] Make matchers work with Expected<T&>
2017-12-07 Francis Visoiu Mistrih[CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-12-07 Alex Bradbury[TableGen] Give the option of tolerating duplicate...
2017-12-07 Leslie Zhai[AVR] Override ParseDirective
2017-12-06 Alina Sbirlea[ModRefInfo] Use ModRefInfo wrappers in FunctionModRefB...
2017-12-06 Florian Hahn[AArch64] Add patterns to replace fsub fmul with fma...
2017-12-06 Matthew Simpson[PGO] Make indirect call promotion a utility
2017-12-06 Dan Gohman[WebAssembly] Remove WASM_STACK_POINTER.
2017-12-06 Zachary TurnerUpdate obj2yaml and yaml2obj for .debug$H section.
2017-12-06 Artem Belevich[NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching...
2017-12-06 Jonas Paulsson[SystemZ] Add IntrWriteMem flag to int_s390_tabort...
2017-12-06 Igor Laevsky[InstSimplify] Fold insertelement into undef if index...
2017-12-06 Hans WennborgRevert r319482 and r319483 "[memcpyopt] Teach memcpyopt...
2017-12-05 Zachary TurnerTeach llvm-pdbutil to dump types from object files.
2017-12-05 Zachary Turner[CodeView] Add support for content hashing CodeView...
2017-12-05 Lang Hames[Orc] (Hopefully) Fix a missing typedef.
2017-12-05 Lang Hames[Orc] Add a SymbolStringPool data structure for efficie...
2017-12-05 Hans WennborgRe-commit r319490 "XOR the frame pointer with the stack...
2017-12-05 Alina SbirleaModify ModRefInfo values using static inline method...
2017-12-05 Joel Galenson[ConstantRange] Support subtraction in makeGuaranteedNo...
2017-12-05 Jina Nahias[x86][AVX512] Lowering kunpack intrinsics to LLVM IR
2017-12-05 Bjorn Pettersson[DAGCombine] Handle big endian correctly in CombineCons...
2017-12-05 Jonas Paulsson[SystemZ] set 'guessInstructionProperties = 0' and...
2017-12-05 Jonas Paulsson[Regalloc] Generate and store multiple regalloc hints.
2017-12-05 George Rimar[Support/TarWriter] - Don't allow TarWriter to add...
2017-12-05 Daniel SandersRevert r319691: [globalisel][tablegen] Split atomic...
2017-12-05 Matthias BraunMachineFrameInfo: Cleanup some parameter naming inconsi...
2017-12-04 Hans WennborgRevert r319490 "XOR the frame pointer with the stack...
2017-12-04 Daniel SandersAllow similar TargetOpcodes to use inheritance to facto...
2017-12-04 Daniel Sanders[globalisel][tablegen] Split atomic load/store into...
2017-12-04 Hiroshi YamauchiMove splitIndirectCriticalEdges() to BasicBlockUtils.h.
2017-12-04 Sanjoy Das[SCEV] A different fix for PR33494
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-12-04 Oliver StannardRevert r319649 - [Asm, ARM] Add fallback diag for multi...
2017-12-04 Oliver Stannard[Asm, ARM] Add fallback diag for multiple invalid operands
2017-12-03 Sam CleggReland "[WebAssembly] Add visibility flag to Wasm symbo...
2017-12-02 Yaxun LiuCodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_...
2017-12-02 Heejin Ahn[WebAssembly] Revert r319488 "Add visibility flag to...
2017-12-01 Matt MorehouseRevert "[X86] Improvement in CodeGen instruction select...
2017-12-01 Jake Ehrlich[MC] Handle unknown literal register numbers in .cfi_...
2017-12-01 Fedor SergeevIR printing improvement for function passes - introduci...
2017-12-01 Jatin Bhateja[X86] Improvement in CodeGen instruction selection...
2017-12-01 Volkan KelesGlobalISel: Enable the legalization of G_MERGE_VALUES...
2017-11-30 Zachary TurnerSimplify the DenseSet used for hashing CodeView records.
2017-11-30 Reid KlecknerXOR the frame pointer with the stack cookie when protec...
2017-11-30 Sam CleggAdd visibility flag to Wasm symbol flags
2017-11-30 Dan Gohman[memcpyopt] Commit file missed in r319482.
2017-11-30 Daniel Sanders[globalisel][tablegen] Add support for relative AtomicO...
2017-11-30 Daniel Sanders[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SU...
2017-11-30 Zachary TurnerSplit TypeTableBuilder into two classes.
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Sean EvesonRevert r319423: [MC] Function stack size section.
2017-11-30 Francis Visoiu Mistrih[CodeGen] Print "%vreg0" as "%0" in both MIR and debug...
2017-11-30 Sean Eveson[MC] Function stack size section.
2017-11-30 Graham YiuWith PGO information, we can do more aggressive outlini...
2017-11-30 Rafael EspindolaCheck alignment in getSectionContentsAsArray.
2017-11-29 Zachary Turner[CodeView] Factor some code out of TypeTableBuilder.
2017-11-29 Zachary TurnerMake TypeTableBuilder inherit from TypeCollection.
2017-11-29 Jonas PaulssonComment fix in SelectionDAG.h
2017-11-29 Bruno Cardoso Lopes[Modules] Add textual headers for recently added .def...
2017-11-29 Matt ArsenaultDAG: Add nuw when splitting loads and stores
2017-11-28 Zachary Turner[NFC] Minor cleanups in CodeView TypeTableBuilder.
2017-11-28 Daniel Sanders[globalisel][tablegen] Fix PR35375 by sign-extending...
2017-11-28 Daniel Sanders[globalisel][tablegen] Add support for importing G_ATOM...
2017-11-28 Daniel Sanders[aarch64][globalisel] Define G_ATOMIC_CMPXCHG and G_ATO...
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-28 Francis Visoiu Mistrih[CodeGen] Cleanup MachineOperand
next