Remove templates from CostTableLookup functions. All instantiations had the same...
[oota-llvm.git] / include / llvm / CodeGen /
2015-10-27 Cong HouCreate a new interface addSuccessorWithoutWeight(MBB...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-23 Davide Italiano[CodeGen] Remove usage of NDEBUG in header.
2015-10-22 Matthias BraunMachineScheduler: Add a way to disable the 'ReduceLaten...
2015-10-19 Matthias BraunRevert "RegisterPressure: allocatable physreg uses...
2015-10-17 Matthias BraunRegisterPressure: Unify the sparse sets in LiveRegsSet...
2015-10-17 Matthias BraunRegisterPressure: allocatable physreg uses are always...
2015-10-17 Matthias BraunRegisterPressure: Hide non-const iterators of PressureDiff
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-15 Benjamin Kramer[AsmPrinter] Prune dead code. NFC.
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-13 Cong HouUpdate MachineBranchProbabilityInfo::normalizeEdgeWeigh...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-12 Simon Pilgrim[SelectionDAG] Add common vector constant folding helpe...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit conversions from Analysis...
2015-10-09 Owen AndersonRefine the definition of convergent to only disallow...
2015-10-09 Duncan P. N. Exon... CodeGen: Start removing implicit conversions to/from...
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-08 Justin BognerCodeGen: print and verify after TargetPassConfig::inser...
2015-10-07 Reid Kleckner[WinEH] Undo the effect of r249578 for 32-bit
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-06 Duncan P. N. Exon... CodeGen: s/protected:/private:/ in MachineBasicBlock...
2015-10-06 Joseph Tremoulet[WinEH] Implement state numbering for CoreCLR
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiReformat 3 files in llvm/include/llvm/CodeGen/.
2015-10-05 NAKAMURA TakumiTrailing whitespaces.
2015-10-05 NAKAMURA TakumiPrune trailing whitespaces in comment lines.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-04 David Majnemer[WinEH] Permit branch folding in the face of funclets
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-29 Cong HouRename some function arguments in MachineBasicBlock...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-25 Matthias BraunLivePhysRegs: Fix live-outs of return blocks
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-22 Matthias BraunLiveIntervalAnalysis: Factor common code into splitSepa...
2015-09-22 Matthias BraunRemove declarations for methods that do not exist.
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-18 James Y KnightMake MachineScheduler debug output less confusing.
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-17 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-09-17 Matthias BraunRegisterPressure: Move LiveInRegs/LiveOutRegs from...
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 Reid Kleckner[WinEH] Skip state numbering when no EH pads are present
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-16 Michael Kuperstein[X86] Fix emitEpilogue() to make less assumptions about...
2015-09-16 NAKAMURA Takumillvm/CodeGen/CommandFlags.h: Prune doubleslash in ...
2015-09-14 Matthias BraunRegisterPressure: constify getRegSetPressureAtPos()
2015-09-14 Dan GohmanMake AsmPrinter::EmitJumpTableInfo virtual
2015-09-12 Bruce MitchenerFix typos.
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Elena DemikhovskyAdded isUndef() interface for SDNode
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-08 Matt ArsenaultAdd const overload of findRegisterUseOperand
2015-09-04 Chad RosierTypo. NFC.
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-28 Ahmed Bougacha[CodeGen] Support (and default to) expanding READCYCLEC...
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-25 Matthias BraunSlotIndexes: Introduce an iterator into the idx2MBBMap.
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Matthias BraunMachineRegisterInfo: Introduce isPhysRegUsed()
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets for...
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
next