summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-04[WinEH] Update CoreCLR EH state numberingJoseph Tremoulet
2016-01-04[AVX512] add PSRAD and PSRAQ IntrinsicMichael Zuckerman
2016-01-04[AVX512] add PSRAW Intrinsic Michael Zuckerman
2016-01-04[AVX512] add PSRLV Intrinsic Michael Zuckerman
2016-01-04[TableGen] Fix a typo in r256733.Craig Topper
2016-01-04[TableGen] Use some free space in Init to store the opcode for UnOpInit/BinOp...Craig Topper
2016-01-04[X86] Make hasFP constant timeDavid Majnemer
2016-01-04[LICM] Make instruction sinking funclet-awareDavid Majnemer
2016-01-04llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header.NAKAMURA Takumi
2016-01-03[PGO] Introduce coverage map header structure in PGO data template file /NFCXinliang David Li
2016-01-03Fix several accidental DOS line endings in source filesDimitry Andric
2016-01-03Use std::is_sorted instead of manual loops. NFCCraig Topper
2016-01-03Use range-based for loop. NFCCraig Topper
2016-01-03[PGO] simple refactoring (NFC)Xinliang David Li
2016-01-01[X86] Add intrinsics for reading and writing to the flags registerDavid Majnemer
2015-12-31add FMF for CreateCall variantSanjay Patel
2015-12-31[AVX512] add PSRLQ and PSRLD IntrinsicMichael Zuckerman
2015-12-31[X86][PKU] Add {RD,WR}PKRU intrinsicsAsaf Badouh
2015-12-31[TableGen] Modify the AsmMatcherEmitter to only apply the table growth from r...Craig Topper
2015-12-31[PGO]: Implement Func PGO name string compressionXinliang David Li
2015-12-30Revert "Revert "[ptr-traits] Implement the base pointer traits using the actu...Chandler Carruth
2015-12-30[ThinLTO] Rename variables used in metadata linking (NFC)Teresa Johnson
2015-12-30Ensure MDNode used as key in metadata linking map cannot be RAUWedTeresa Johnson
2015-12-30Revert "[ptr-traits] Implement the base pointer traits using the actual"Tobias Grosser
2015-12-30[ptr-traits] Implement the base pointer traits using the actualChandler Carruth
2015-12-30[ptr-traits] Refactor how PointerIntPair does its pointer manipulationChandler Carruth
2015-12-30[ptr-traits] Add one more #include necessary to do strict alignmentChandler Carruth
2015-12-29Rename MDValue* to Metadata* (NFC)Teresa Johnson
2015-12-29[MemoryBuiltins] Delete dead code [NFC]Philip Reames
2015-12-29[AVX512] add PSRLW Intrinsic Michael Zuckerman
2015-12-29[AVX512] add PSRLW Intrinsic Michael Zuckerman
2015-12-29[ADT] Teach alignment helpers to work correctly for abstract classes.Chandler Carruth
2015-12-29[ptr-traits] Sink several in-body method definitions to be out-of-lineChandler Carruth
2015-12-29[ptr-traits] Sink a constructor definition to the .cpp file and addChandler Carruth
2015-12-29[ptr-traits] Add a bunch of includes to provide complete types that areChandler Carruth
2015-12-29[ptr-traits] Split the MCFragment type hierarchy out of the MCAssemblerChandler Carruth
2015-12-29[MC] Fix the comment header for this header file. It was justChandler Carruth
2015-12-29De-virtualize mnemonicIsValid and remove from the base class. It's not called...Craig Topper
2015-12-29[TableGen] Remove MnemonicContainsDot from AsmParser. It isn't used. NFCCraig Topper
2015-12-29[TrailingObjects] Dynamically realign under-aligned trailing objects.James Y Knight
2015-12-29[ptr-traits] Merge the MetadataTracking helpers into the MetadataChandler Carruth
2015-12-29[ADT] Run clang-format over another file before I try to enhance it soChandler Carruth
2015-12-28Refactor inline costs analysis by removing the InlineCostAnalysis classEaswaran Raman
2015-12-28Implemented cost model for masked gather and scatter operationsElena Demikhovsky
2015-12-28As a prelude to the rest of DWARF5 being supported go ahead and acceptEric Christopher
2015-12-28[ADT] Run clang-format over more code, fixing numerous formattingChandler Carruth
2015-12-28[ADT] Run clang-format over PointerUnion.h and clean up its comments.Chandler Carruth
2015-12-28[X86] Better support for the MCU psABI (LLVM part)Michael Kuperstein
2015-12-28[X86][AVX512] Lower broadcast sub vector to vector inrtrinsicsAsaf Badouh
2015-12-28[X86][AVX512] add fp scalar broadcast intrinsicsAsaf Badouh