summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-12-11[X86] Remove masking from 512-bit VPERMIL intrinsics in preparation for being...Craig Topper
2016-12-10[X86] Remove masking from 512-bit PSHUFB intrinsics in preparation for being ...Craig Topper
2016-12-10[AVX-512] Remove 128/256 masked vpermil instrinsics and autoupgrade to a sele...Craig Topper
2016-12-10[PM] Support invalidation of inner analysis managers from a pass over the out...Chandler Carruth
2016-12-09Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.Adrian Prantl
2016-12-09[PPC] Add intrinsics for vector extract word and vector insert word.Sean Fertile
2016-12-09[SCEVExpander] Remove \brief, reflow comments; NFCSanjoy Das
2016-12-09[SCEVExpander] Use llvm data structures; NFCSanjoy Das
2016-12-09Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.Benjamin Kramer
2016-12-09Update Doxygen comment in StringSaver (NFC)Malcolm Parsons
2016-12-09Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne
2016-12-09[LCG] Minor cleanup to the LCG walk over a function, NFC.Chandler Carruth
2016-12-09[ObjectYAML] Support for DWARF debug_arangesChris Bieneman
2016-12-08GlobalISel: factor overflow handling into separate function. NFC.Tim Northover
2016-12-08IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne
2016-12-08[ObjectYAML] Remove DWARF from class namesChris Bieneman
2016-12-08Prune unused \param(s) in r289050. [-Wdocumentation]NAKAMURA Takumi
2016-12-08[SelectionDAG] Add expansion and promotion of [US]MUL_LOHINicolai Haehnle
2016-12-08Improve format member detection in llvm::formatvPavel Labath
2016-12-08Wdocumentation fixSimon Pilgrim
2016-12-08Add a comment consumer mechanism to MCAsmLexerOliver Stannard
2016-12-08LTO: Hash the parts of the LTO configuration that affect code generation.Peter Collingbourne
2016-12-08Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer
2016-12-08[CodeGen] Fix invalid DWARF info on Win64Keno Fischer
2016-12-08Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton
2016-12-08LTO: Remove the unused Config::Features field.Peter Collingbourne
2016-12-08LivePhysReg: Use reference instead of pointer in init(); NFCMatthias Braun
2016-12-07[ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and Include What Yo...Eugene Zelenko
2016-12-07[BDCE] Skip metadata while replacing uses.Davide Italiano
2016-12-07GlobalISel: use correct builder for ConstantExprs.Tim Northover
2016-12-07[ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman
2016-12-07GlobalISel: store the current MachineFunction as direct state. NFC.Tim Northover
2016-12-07GlobalISel: simplify MachineIRBuilder interface.Tim Northover
2016-12-07[CMake] Add check for HAVE_CRASHREPORTER_INFOChris Bieneman
2016-12-07Revert "[CMake] Use cmakedefine01 instead of cmakedefine"Chris Bieneman
2016-12-07[CMake] Use cmakedefine01 instead of cmakedefineChris Bieneman
2016-12-07[CMake] Add a check for HAVE_CRASHREPORTERCLIENT_HChris Bieneman
2016-12-07[ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman
2016-12-07[PM] Add some more logging to make it more clear when the CGSCCChandler Carruth
2016-12-06AMDGPU: Add llvm.amdgcn.interp.mov intrinsicTom Stellard
2016-12-06[IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use...Eugene Zelenko
2016-12-06GlobalISel: allow G_SELECT instructions for pointers.Tim Northover
2016-12-06Removed trailing whitespaces. NFC.George Rimar
2016-12-06[Support/ELF] - Add OpenBSD PT_OPENBSD_BOOTDATA constant.George Rimar
2016-12-06Fix MSVC -Wmicrosoft-enum-value 'enumerator value is not representable' warningSimon Pilgrim
2016-12-06[ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman
2016-12-06[llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang
2016-12-06Introduces cmake option `LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING`Mehdi Amini
2016-12-05Summary: Currently there is no way to disable deprecated warning from asm lik...Weiming Zhao
2016-12-05[pdb] handle missing pdb streams more gracefullyBob Haarman