DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-20 Daniel JasperPrevent binary-tree deterioration in sparse switch...
2015-01-20 Daniel JasperFactor out a splitSwitchCase() function so that it...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-15 Mehdi AminiFix SelectionDAG -view-*-dags filtering
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
2015-01-14 Reid KlecknerRemove dead code for llvm.eh.selector in the old EH...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Mehdi AminiSelectionDAG: add a -filter-view-dags option to llc
2015-01-14 Mehdi AminiDAG Combiner: Fold SelectCC When Cond is UNDEF
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.
2015-01-14 Hal FinkelAdjust ScheduleDAGSDNodes::RegDefIter for patchpoints
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-13 Matthias BraunDAGCombiner: simplify by using condition variables...
2015-01-13 Matt ArsenaultR600: Implement getRecipEstimate
2015-01-13 Hal Finkel[StackMaps] Mark in CallLoweringInfo when lowering...
2015-01-13 Olivier SallenaveAdded TLI hook for isFPExtFree. Some of the FMA combine...
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Matt ArsenaultCombine fcmp + select to fminnum / fmaxnum if no nans...
2015-01-09 Hal Finkel[DAGCombine] Remainder of fix to r225380 (More FMA...
2015-01-09 Hal FinkelPartial fix to r225380 (More FMA folding opportunities)
2015-01-08 Elena DemikhovskyMasked Load/Store - fixed a bug in type legalization.
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-07 Olivier SallenaveMore FMA folding opportunities.
2015-01-07 Olivier SallenaveTest commit
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-06 Mehdi AminiSelectionDAGBuilder: move constant initialization out...
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-12-31 Alexey SamsonovRevert "merge consecutive stores of extracted vector...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-23 Mehdi AminiAlways assert in DAGCombine and not only when -debug...
2014-12-23 Michael Kuperstein[DagCombine] Improve DAGCombiner BUILD_VECTOR when...
2014-12-21 Matt ArsenaultEnable (sext x) == C --> x == (trunc C) combine
2014-12-19 Sanjay Patelmerge consecutive stores of extracted vector elements
2014-12-17 Michael Kuperstein[DAGCombine] Slightly improve lowering of BUILD_VECTOR...
2014-12-16 Hans WennborgSelectionDAG switch lowering: use 'unsigned' to count...
2014-12-16 Sanjay Patelmerge consecutive loads that are offset from a base...
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-12 Matt ArsenaultAdd target hook for whether it is profitable to reduce...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Owen AndersonFix a few instances found in SelectionDAG where we...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-04 Simon Pilgrim[InstCombine] Minor optimization for bswap with binary ops
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-12-02 Philip ReamesRestructure some assertion checking based on post commi...
2014-12-02 Philip ReamesAppease a build bot complaining about an unused variabl...
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-01 Hans WennborgRevert r223049, r223050 and r223051 while investigating...
2014-12-01 Hans WennborgSelectionDAG switch lowering: Replace unreachable defau...
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-11-29 Hans WennborgSwitch lowering: reformat some for loops etc. NFC
2014-11-29 Hans WennborgSwitch lowering: Fix broken 'Figure out which block...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyConverted back to Unix format (after my last commit...
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-21 Sanjay PatelDon't repeat class/function/variable names in comments...
2014-11-21 Sanjay PatelLess space; NFC
2014-11-21 Andrea Di Biagio[DAG] Teach how to turn a build_vector into a shuffle...
2014-11-21 Andrea Di Biagio[DAG] Refactor the shuffle combining logic in DAGCombin...
2014-11-21 Hao LiuDAGCombiner: Allow the DAGCombiner to combine multiple...
2014-11-19 Simon Pilgrim[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-18 Owen AndersonFix an incorrect chain operand when expanding INSERT_VE...
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-17 Craig TopperReplace a couple asserts with static_asserts.
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-11-15 Andrea Di Biagio[DAG] Improved target independent vector shuffle foldin...
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Frederic RissAdd an assert and a test that verify r221709's fix.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-05 Andrea Di Biagio[X86] Teach method 'isVectorClearMaskLegal' how to...
2014-11-03 Paul RobinsonNormally an 'optnone' function goes through fast-isel...
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-30 Ahmed Bougacha[SelectionDAG] When scalarizing trunc, don't assert...
2014-10-30 Louis GerbargFix incorrect invariant check in DAG Combine
2014-10-29 NAKAMURA TakumiWhitespace.
2014-10-24 Matt ArsenaultFix copy paste comment
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-23 Ahmed Bougacha[SelectionDAG] Teach the vector scalarizer about FP...
2014-10-23 Ahmed BougachaUpdate comment and fix typos in assert message. (NFC)
2014-10-23 Tim NorthoverScheduleDAG: record PhysReg dependencies represented...
2014-10-22 Benjamin KramerStrength reduce constant-sized vectors into arrays...
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-17 Pete CooperCheck for dynamic alloca's when selecting lifetime...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-17 Jan VeselySelectionDAG: Add sext_inreg optimizations
2014-10-16 Juergen RibutzkaReduce code duplication between patchpoint and non...
next