aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-10-03[Assembler] Report multiple near misses for invalid instructionsOliver Stannard
2017-10-03[Lint] Avoid failed assertion by fetching the proper pointer typeMikael Holmen
2017-10-03SparseSolver: Rename getOrInitValueState to getValueState, matching what SCCP...Daniel Berlin
2017-10-02[InstSimplify] teach SimplifySelectInst() to fold more vector selectsHaicheng Wu
2017-10-02Template the sparse propagation solver instead of using void pointersDaniel Berlin
2017-10-02Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry
2017-10-02Add ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start using those in llvm-rea...Konstantin Zhuravlyov
2017-10-02Fix two header comments. NFC.Hans Wennborg
2017-10-02Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl
2017-10-02Update getMergedLocation to check the instruction type and merge properly.Dehao Chen
2017-10-02[dwarfdump] Add -show-formJonas Devlieghere
2017-10-01Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...Dehao Chen
2017-09-30Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"Daniel Jasper
2017-09-29fix 80 column violation.Adrian Prantl
2017-09-29Revert "Use the basic cost if a GEP is not used as addressing mode"Alex Shlyapnikov
2017-09-29[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-09-29Use LLVM_ENABLE_ABI_BREAKING_CHECKS correctlySanjoy Das
2017-09-29Fix Wmismatched-tags warning. Simon Pilgrim
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-29[ThinLTO] Use decimal suffix for promoted values to match demanglersTeresa Johnson
2017-09-29[dwarfdump][NFC] Consistent printing of address rangesJonas Devlieghere
2017-09-29Use the basic cost if a GEP is not used as addressing modeJun Bum Lim
2017-09-29[SystemZ] implement shouldCoalesce()Jonas Paulsson
2017-09-29Fix spelling in comments. NFCI.Simon Pilgrim
2017-09-29Fix Wmismatched-tags warning. Simon Pilgrim
2017-09-29[AMDGPU] calling conventions for AMDPAL OS typeTim Renouf
2017-09-29[Triple] Add AMDPAL operating system typeTim Renouf
2017-09-29[dwarfdump][NFC] Consistent errors and warnings with --verifyJonas Devlieghere
2017-09-29[X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree
2017-09-29llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl
2017-09-29llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl
2017-09-28MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun
2017-09-28Address further review feedback. (NFC)Adrian Prantl
2017-09-28llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl
2017-09-28[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyLoadedFtor.Lang Hames
2017-09-28[JumpThreading] Preserve DT and LVI across the passEvandro Menezes
2017-09-28[LoopInfo] Don't poison random memory regions.Benjamin Kramer
2017-09-28[LVI] Move LVILatticeVal class to separate header file (NFC).Florian Hahn
2017-09-28[RISCV] Define RISC-V specific e_flagsAlex Bradbury
2017-09-28Use a BumpPtrAllocator for Loop objectsSanjoy Das
2017-09-28[ORC] Update the GlobalMappingLayer interface to fit the error-ized layerLang Hames
2017-09-27Check for overflows when calculating the offset in GetGEPCost.Justin Lebar
2017-09-27Rename LoopUnrollStatus to LoopUnrollResult; NFCSanjoy Das
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
2017-09-27[MachineOutliner] AArch64: Avoid saving + restoring LR if possibleJessica Paquette
2017-09-27[CodeGen] Emit necessary .note sections for -fsplit-stackThan McIntosh
2017-09-27[Misched] : Fix typo in comment. NFC.Javed Absar
2017-09-27[Support] mapped_file_region: store size as size_tRoman Lebedev
2017-09-27[SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel
2017-09-27[dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere