Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst
[oota-llvm.git] / lib / CodeGen /
2015-12-17 Cong HouFix PR25838.
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
2015-12-16 Tom StellardMachineScheduler: Add a target hook for deciding which...
2015-12-16 Krzysztof Parzyszek[Packetizer] Add a check whether an instruction should...
2015-12-16 Vikram TVRecommit LiveDebugValues pass after fixing a couple...
2015-12-16 Cong HouMinor change to TailDuplication.cpp to turn on normaliz...
2015-12-16 Chen Li[SelectionDAGBuilder] Adds support for landingpads...
2015-12-16 Philip ReamesSpeculative fix for windows build
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-16 Wolfgang PiebTest commit: fixed spelling error in comment.
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Cong HouImprove the successor list update in TailDuplication...
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-15 Quentin Colombet[ShrinkWrapping] Do not choose restore point inside...
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Cong HouRemove the successor probabilities normalization in...
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-14 Paul RobinsonFastISel needs to remove dead code when it bails out.
2015-12-14 Matt ArsenaultAMDGPU: Use generic bitreverse intrinsic
2015-12-14 Sanjay PatelgetParent() ^ 3 == getModule() ; NFCI
2015-12-13 Cong HouFix a type issue in r255455. Should not use unsigned...
2015-12-13 Cong HouReplace <cstdint> by llvm/Support/DataTypes.h for the...
2015-12-13 Cong HouAdd the missing header file <cstdint> needed by uint64_t
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-12 Manuel JacobPartially fix memcpy / memset / memmove lowering in...
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Matt ArsenaultSelectionDAG: Match min/max if the scalar operation...
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-11 Manman RenCXX_FAST_TLS calling convention: target independent...
2015-12-10 Eric ChristopherFix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast...
2015-12-10 Cong HouDelete a duplicate branch in IfConversion.cpp. NFC.
2015-12-10 Simon Pilgrim[DAGCombiner] Fix PR25763 - vector comparison constant...
2015-12-10 Sanjay Patelremove duplicated comments and don't repeat function...
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
2015-12-10 Dan GohmanPeepholeOptimizer: Ignore dead implicit defs
2015-12-09 Sanjay Pateluse range-based for loops; NFCI
2015-12-09 Robert LougherFix cycle in selection DAG introduced by extractelement...
2015-12-09 Mehdi AminiRevert "Implement a new pass - LiveDebugValues - to...
2015-12-09 Vikram TVImplement a new pass - LiveDebugValues - to compute...
2015-12-08 Reid Kleckner[CGP] Reimplement r255055 a different way
2015-12-08 Reid KlecknerRevert "[CGP] Check that we have an insert point before...
2015-12-08 Reid Kleckner[CGP] Check that we have an insert point before moving...
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-07 Sanjay Patelfix return values to match bool return type; NFC
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-05 Cong HouNormalize successors' probabilities when building MBBs...
2015-12-04 Matthias BraunScheduleDAGInstrs: Move LiveIntervals field to Schedule...
2015-12-04 Rafael EspindolaRevert "[BranchFolding] Merge MMOs during tail merge"
2015-12-04 Junmo Park[BranchFolding] Merge MMOs during tail merge
2015-12-04 Junmo Parkgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2015-12-04 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-04 Matthias Braunraw_ostream: << operator for callables with raw_ostream...
2015-12-04 Evgeniy StepanovEmit function alias to data as a function symbol.
2015-12-03 JF BastienCodeGen peephole: fold redundant phys reg copies
2015-12-03 Justin BognerAsmPrinter: Simplify emitting FP elements in sequential...
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-12-03 Andrew Kaylor[WinEH] Avoid infinite loop in BranchFolding for multip...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-03 Matthias BraunRegisterPressure: Use range based for, fix else style...
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Reid KlecknerUse std::string instead of strdup() and free() in WinCo...
2015-12-02 Kyle Butt[CodeGen]: Fix bad interaction with AntiDep breaking...
2015-12-02 Fiona GlaserFix accidental off by one change
2015-12-02 Fiona GlaserScheduler / Regalloc: use unique_ptr[] instead of std...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-01 Cong HouFix a bug in IfConversion.cpp.
2015-12-01 Sanjay Pateluse range-based for loops; NFCI
2015-12-01 Sanjay Pateldon't repeat function/variable names in comments; NFC
2015-12-01 Sanjay Patelfix typo; NFC
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Cong HouAllow known and unknown probabilities coexist in MBB...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Matthias BraunRegisterPressure: If we do not collect dead defs the...
2015-12-01 Matthias BraunRegisterPressure: Remove support for recede()/advance...
2015-12-01 Matthias BraunRegisterPressure: Split RegisterOperands analysis code...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouFix a bug in MachineBlockPlacement that may cause asser...
2015-12-01 Evgeniy StepanovExtend debug info for function parameters in SDAG.
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-29 Craig TopperUse a lambda instead of std::bind and std::mem_fn I...
2015-11-29 Craig Topper[SelectionDAG] Use std::any_of instead of a manually...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-24 Matthias BraunLiveVariables should not clobber MachineOperand::IsDead...
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
next