aboutsummaryrefslogtreecommitdiff
path: root/llvm/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-17Merging r278938:Hans Wennborg1-1/+1
2016-08-15Merging r278573 (and r277399, r278157, r278569):Hans Wennborg7-34/+139
2016-08-11Merging r278413:Hans Wennborg1-6/+16
2016-08-02Merging r277371:Hans Wennborg1-0/+4
2016-07-28Merging r275981 and r276740:Hans Wennborg1-0/+6
2016-07-25Merging r276236 and r276237:Hans Wennborg2-0/+7
2016-07-24Merging r275966:Daniel Sanders1-2/+4
2016-07-18Merging r275870:Hans Wennborg1-0/+2
2016-07-18[MathExtras] Fix UB in minIntNDavid Majnemer1-1/+1
2016-07-18[LoopDist] Port to new PMAdam Nemet2-1/+31
2016-07-18[OptRemarkEmitter] Port to new PMAdam Nemet2-8/+46
2016-07-18[inlineasm] Propagate operand constraints to the backendSimon Dardis1-10/+13
2016-07-18[ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and MuslDiana Picus1-0/+5
2016-07-17Avoid UB in maxIntN(64).Justin Lebar1-1/+3
2016-07-17Clean up some comments in MathExtras.h.Justin Lebar1-16/+13
2016-07-17Add assertions checking SignExtend{32,64}'s bit width.Justin Lebar1-10/+18
2016-07-17Fix isShiftedInt and isShiftedUint for widths > 32.Justin Lebar1-4/+14
2016-07-17Use a faster implementation of maxUIntN.Justin Lebar1-4/+5
2016-07-17[ThinLTO] Perform profile-guided indirect call promotionTeresa Johnson1-0/+9
2016-07-16[PM] Convert IVUsers analysis to new pass manager.Dehao Chen3-12/+52
2016-07-16Reword comment to be more clear.Eric Christopher1-2/+2
2016-07-16Fix modules buildbot after r275633.Richard Smith1-0/+1
2016-07-16Don't do uint64_t(1) << 64 in maxUIntN.Justin Lebar1-0/+3
2016-07-15[Support] Fix a doxygen comment (NFC)Vedant Kumar1-1/+1
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov3-0/+20
2016-07-15[pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner3-5/+12
2016-07-15[pdb] Round trip the NameMap data structure to YAML.Zachary Turner3-1/+12
2016-07-15[pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner8-59/+68
2016-07-15AMDGPU: Remove AMDGPU.ldexpMatt Arsenault1-7/+0
2016-07-15AMDGPU: Remove legacy rsq.clamped intrinsicMatt Arsenault1-1/+4
2016-07-15Make processInstruction from LCSSA.cpp externally available.Michael Zolotukhin1-0/+14
2016-07-15[pdb] Introduce MsfBuilder for laying out PDB files.Zachary Turner2-0/+219
2016-07-15[CFLAA] Add an initial CFLAnders implementation.George Burgess IV1-10/+63
2016-07-15[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar1-17/+25
2016-07-15[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar1-2/+3
2016-07-15fix documentation comments; NFCSanjay Patel1-71/+37
2016-07-15[OptRemark,LDist] RFC: Add hotness attributeAdam Nemet4-4/+85
2016-07-15[AliasAnalysis] Give back AA results for fence instructionsDavid Majnemer1-0/+17
2016-07-15[PM] Convert LoopInstSimplify Pass to new PMDehao Chen2-1/+30
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar1-2/+2
2016-07-15Re-submit r272891 "Prevent dangling pointer problems in BranchProbabilityInfo"Igor Laevsky1-0/+21
2016-07-15code hoisting pass based on GVNSebastian Pop4-4/+20
2016-07-15[Coverage] Mark a few more methods const (NFC)Vedant Kumar1-3/+4
2016-07-14Move legacy LTO interface headers to legacy/ directory.Peter Collingbourne4-0/+0
2016-07-14[Object] Change Archive::findSym to return an Expected<Optional<Child>>.Lang Hames1-1/+2
2016-07-14Add recently added TargetOptions::EnableIPRA member to operator==Mehdi Amini1-1/+2
2016-07-14[PM] Port Dead Loop Deletion Pass to the new PMJun Bum Lim2-1/+39
2016-07-14[CodeGen] Refactor MachineMemOperand::Flags's target-specific flags.Justin Lebar1-15/+10
2016-07-14[GlobalISel] Fix G_OR opcode after the addition of a TargetOpcode.Ahmed Bougacha1-2/+2
2016-07-14[CodeGen] Simplify reg bank/class union is+get into dyn_cast. NFC.Ahmed Bougacha1-6/+2