summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-17[BranchProbability] Remove the restriction that known and unknown probabiliti...Cong Hou1-11/+26
2015-12-17Drop function that are deprecated since 2010.Rafael Espindola1-12/+0
2015-12-17[SCEV] Add and use SCEVConstant::getAPInt; NFCISanjoy Das1-0/+1
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson6-8/+45
2015-12-17Revert r254592 (virtual dtor in SCEVPredicate).Andy Gibbs1-1/+1
2015-12-17DOTGraphTraits: Allow the decision to show a graph to consider the analysisTobias Grosser1-6/+14
2015-12-17[PGO] InstrPGO and coverage code refactoring (NFC)Xinliang David Li1-0/+31
2015-12-16Use std::unique_ptr. NFC.Rafael Espindola1-3/+5
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola2-11/+24
2015-12-16Drop an unnecessary use of writev.Rafael Espindola1-14/+0
2015-12-16Simplify memory management with std::unique_ptr.Rafael Espindola1-0/+5
2015-12-16[CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.Ahmed Bougacha1-1/+2
2015-12-16[PGO] Handle and report overflow during profile merge for all types of dataNathan Slingerland2-46/+88
2015-12-16[Hexagon] Update e_flags in the ELF definitionsKrzysztof Parzyszek1-7/+9
2015-12-16CXX_FAST_TLS calling convention: target independent portion.Manman Ren1-2/+2
2015-12-16Set debugger tuning from TargetOptions (NFC)Paul Robinson2-1/+41
2015-12-16LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFCJustin Bogner2-4/+1
2015-12-16MachineScheduler: Add a target hook for deciding which RegPressure sets toTom Stellard1-0/+9
2015-12-16[Packetizer] Add a check whether an instruction should be packetized nowKrzysztof Parzyszek1-0/+10
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj3-1/+30
2015-12-16[SectionMemoryManager] Make better use of virtual memoryKeno Fischer1-19/+21
2015-12-16Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV2-0/+4
2015-12-16Minor cleanup of Attribute code. NFC.George Burgess IV1-2/+2
2015-12-16LPM: Simplify how passes mark loops for deletion. NFCJustin Bogner2-3/+14
2015-12-15[WinEH] Make llvm.x86.seh.recoverfp work on x64Reid Kleckner1-0/+1
2015-12-15Cross-DSO control flow integrity (LLVM part).Evgeniy Stepanov2-0/+4
2015-12-15Wrap include of <future> in some warning suppression pragmasReid Kleckner1-1/+11
2015-12-15Add support for the .debug_macro section of the forthcoming DWARF 5 spec.Eric Christopher1-0/+20
2015-12-15Fix clang-cl self-host with MSVC 2013 STL std::bind implementationReid Kleckner1-1/+6
2015-12-15[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframeReid Kleckner1-5/+0
2015-12-15[WinEH] Use operand bundles to describe call sitesDavid Majnemer3-4/+17
2015-12-15Coverage code refactoring /NFCXinliang David Li1-0/+4
2015-12-15LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner3-12/+15
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland3-31/+90
2015-12-15AMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsicsTom Stellard1-0/+8
2015-12-15AMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsicsTom Stellard1-0/+15
2015-12-15Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library callsMichael Kuperstein1-8/+0
2015-12-15Type legalizer for masked gather and scatter intrinsics.Elena Demikhovsky1-9/+11
2015-12-15Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper1-22/+24
2015-12-15LoopUtils: Remove defaults for arguments that are always specified. NFCJustin Bogner1-3/+3
2015-12-15Fix template parameter pack handling in ThreadPoolTeresa Johnson1-1/+1
2015-12-15Bump up MAX_SUBTARGET_FEATURESWeiming Zhao1-1/+1
2015-12-15NFC: Fix typo in commentVaivaswatha Nagaraj1-1/+1
2015-12-15Try to let r255604 have an effect.Nico Weber1-6/+6
2015-12-15Add specific header for MSVC to be able to build with LLVM_ENABLE_THREADS=OFFMehdi Amini1-0/+6
2015-12-15Instcombine: destructor loads of structs that do not contains paddingMehdi Amini1-1/+6
2015-12-15Let operator/ with uint32_t rhs operand be a member of BranchProbability and ...Cong Hou1-6/+13
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+117
2015-12-15Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2-115/+0
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+115