summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-15[PGO] make profile prefix even shorter and more readableXinliang David Li1-4/+4
2015-12-14Yet another missing include.Rafael Espindola1-0/+1
2015-12-14A better attempt to add a missing includeRafael Espindola1-0/+1
2015-12-14[PGO] Shorten profile symbol prefixesXinliang David Li1-5/+3
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola4-41/+19
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2-7/+15
2015-12-14[Packetizer] Add AliasAnalysis as a parameter to the packetizerKrzysztof Parzyszek1-1/+4
2015-12-14Add missing vtable anchor's.Pete Cooper1-0/+6
2015-12-14[Packetizer] Make endPacket virtualKrzysztof Parzyszek1-2/+4
2015-12-14Teach haveSameSpecialState about operand bundlesSanjoy Das1-0/+16
2015-12-14Add "const" to function arguments in DFAPacketizerKrzysztof Parzyszek1-3/+3
2015-12-14[PGO] Value profiling text format reader/writer supportXinliang David Li1-0/+5
2015-12-14[IR] Remove terminatepadDavid Majnemer9-223/+73
2015-12-14FastISel needs to remove dead code when it bails out.Paul Robinson1-0/+3
2015-12-14Reformat to untabify.NAKAMURA Takumi2-12/+11
2015-12-13[X86][inline asm] support even directive Michael Zuckerman1-0/+2
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou1-3/+16
2015-12-13Revert r255444.Nico Weber2-97/+0
2015-12-12Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+97
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer11-360/+431
2015-12-11SamplePGO - Reduce memory utilization by 10x.Diego Novillo2-60/+7
2015-12-11Revert r248483, r242546, r242545, and r242409 - absdiff intrinsicsHal Finkel3-12/+0
2015-12-11[PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li1-1/+1
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li1-1/+1
2015-12-11CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()Matthias Braun2-25/+27
2015-12-11Start replacing vector_extract/vector_insert with extractelt/inserteltMatt Arsenault1-1/+4
2015-12-11CXX_FAST_TLS calling convention: target independent portion.Manman Ren3-0/+31
2015-12-11[PGO] Read VP raw data without depending on the Value fieldXinliang David Li1-13/+5
2015-12-10Add a forward declaration (NFC)Xinliang David Li1-0/+1