summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-08dwarfdump: Add support for the --diff option.Adrian Prantl
2017-12-08[CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-08Revert part of "Cleanup some GraphTraits iteration code"Duncan P. N. Exon Smith
2017-12-08Generalize llvm::replaceDbgDeclare and actually support the use-case thatAdrian Prantl
2017-12-08AMDGPU: Set IntrReadMem on memtime intrinsicsMatt Arsenault
2017-12-08AMDGPU: image_getlod and image_getresinfo do not read memoryMatt Arsenault
2017-12-08Revert r320104: infinite loop profiling bug fixXinliang David Li
2017-12-08Reverting r320166 to fix test failures.Michael Trent
2017-12-08Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-08[PatternMatch] Add matcher for LoadInst, NFC.Alexey Bataev
2017-12-07[ORC] Mark SymbolStringPool methods as inline to avoid linkage errors, add aLang Hames
2017-12-07[dump] Make LLVM_ENABLE_DUMP independent, and move to llvm-config.hDon Hinton
2017-12-07[ModRefInfo] Make enum ModRefInfo an enum class [NFC].Alina Sbirlea
2017-12-07[PGO] detect infinite loop and form MST properlyXinliang David Li
2017-12-07[FuzzMutate] Allow only sized pointers for the GEP instructionIgor Laevsky
2017-12-07[Testing/Support] Make matchers work with Expected<T&>Pavel Labath
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-07[TableGen] Give the option of tolerating duplicate register namesAlex Bradbury
2017-12-07[AVR] Override ParseDirectiveLeslie Zhai
2017-12-06[ModRefInfo] Use ModRefInfo wrappers in FunctionModRefBehaviorAlina Sbirlea
2017-12-06[AArch64] Add patterns to replace fsub fmul with fma fneg.Florian Hahn
2017-12-06[PGO] Make indirect call promotion a utilityMatthew Simpson
2017-12-06[WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman
2017-12-06Update obj2yaml and yaml2obj for .debug$H section.Zachary Turner
2017-12-06[NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nvvm_fns builtin in...Artem Belevich
2017-12-06[SystemZ] Add IntrWriteMem flag to int_s390_tabort intrinsicJonas Paulsson
2017-12-06[InstSimplify] Fold insertelement into undef if index is out of boundsIgor Laevsky
2017-12-06Revert r319482 and r319483 "[memcpyopt] Teach memcpyopt to optimize across ba...Hans Wennborg
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-12-05[CodeView] Add support for content hashing CodeView type records.Zachary Turner
2017-12-05[Orc] (Hopefully) Fix a missing typedef.Lang Hames
2017-12-05[Orc] Add a SymbolStringPool data structure for efficient storage and fastLang Hames
2017-12-05Re-commit r319490 "XOR the frame pointer with the stack cookie when protectin...Hans Wennborg
2017-12-05Modify ModRefInfo values using static inline method abstractions [NFC].Alina Sbirlea
2017-12-05[ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion.Joel Galenson
2017-12-05[x86][AVX512] Lowering kunpack intrinsics to LLVM IRJina Nahias
2017-12-05[DAGCombine] Handle big endian correctly in CombineConsecutiveLoadsBjorn Pettersson
2017-12-05[SystemZ] set 'guessInstructionProperties = 0' and set flags as needed.Jonas Paulsson
2017-12-05[Regalloc] Generate and store multiple regalloc hints.Jonas Paulsson
2017-12-05[Support/TarWriter] - Don't allow TarWriter to add the same file more than once.George Rimar
2017-12-05Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...Daniel Sanders
2017-12-05MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFCMatthias Braun
2017-12-04Revert r319490 "XOR the frame pointer with the stack cookie when protecting t...Hans Wennborg
2017-12-04Allow similar TargetOpcodes to use inheritance to factor out commonality. NFC.Daniel Sanders
2017-12-04[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...Daniel Sanders
2017-12-04Move splitIndirectCriticalEdges() to BasicBlockUtils.h.Hiroshi Yamauchi
2017-12-04[SCEV] A different fix for PR33494Sanjoy Das
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-04Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-04[Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard