Rename the isMemory() function to isMem(). No functional change intended.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-11 Craig TopperTeach DAG combiner to constant fold FABS of a BUILD_VEC...
2012-09-10 Michael IlsemanFold multiply by 0 or 1 when in UnsafeFPMath mode in...
2012-09-10 Michael Ilsemanwhitespace
2012-09-10 James MolloyFix an assertion failure when optimising a shufflevecto...
2012-09-10 Nadav RotemTeach the DAGBuilder about lifetime markers which are...
2012-09-09 Craig TopperTeach DAG combiner to constant fold fneg of a BUILD_VEC...
2012-09-07 Michael LiaoStop emitting lifetime region info when stack coloring...
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Nadav RotemFix a few old-GCC warnings. No functional change.
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Roman DivackyConstify this properly. Found by gcc48 -Wcast-qual.
2012-09-05 Roman DivackyConstify SDNodeIterator an stop its only non-const...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-05 Silviu BarangaFixed the DAG combiner to better handle the folding...
2012-09-05 Craig TopperConvert vextracti128/vextractf128 intrinsics to extract...
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-02 Nadav RotemFix a typo.
2012-09-02 Nadav RotemGenerate better select code by allowing the target...
2012-09-01 Pete CooperOnly legalise a VSELECT in to bitwise operations if...
2012-09-01 Pete CooperRevert "Take account of boolean vector contents when...
2012-09-01 Owen AndersonTeach DAG combine a number of tricks to simplify FMA...
2012-09-01 Michael LiaoFix typo
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-31 Jakob Stoklund OlesenDon't enforce ordered inline asm operands.
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2012-08-30 Owen AndersonTeach the DAG combiner to turn chains of FADDs (x+x...
2012-08-30 Nadav RotemCurrently targets that do not support selects with...
2012-08-30 Craig TopperAdd FMA to switch statement in VectorLegalizer::Legaliz...
2012-08-30 Craig TopperAdd support for FMA to WidenVectorResult.
2012-08-29 Jakob Stoklund OlesenVerify the order of tied operands in inline asm.
2012-08-29 Jakob Stoklund OlesenSet the isTied flags when building INLINEASM MachineInstrs.
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Akira HatanakaFix bug 13532.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Jakob Stoklund OlesenAvoid including explicit uses when counting SDNode...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-22 Stepan DyatkovskiyRejected 169195. As Duncan commented, bitcasting to...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Richard SmithInitialize SelectionDAGBuilder's Context in 'init'...
2012-08-20 Jakob Stoklund OlesenDon't add CFG edges for redundant conditional branches.
2012-08-20 Stepan DyatkovskiyFixed DAGCombiner bug (found and localized by James...
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Benjamin KramerTargetLowering: Use the large shift amount during legal...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-09 Nadav RotemFix the legalization of ExtLoad on ARM. ExpandUnaligne...
2012-08-07 Jakob Stoklund OlesenAdd SelectionDAG::getTargetIndex.
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Bob WilsonFix memcmp code-gen to honor -fno-builtin.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-08-01 Elena DemikhovskyAdded FMA functionality to X86 target.
2012-07-31 Micah VillmowConform to LLVM coding style.
2012-07-31 Micah VillmowDon't generate ordered or unordered comparison operatio...
2012-07-30 Pete CooperConsider address spaces for hashing and CSEing DAG...
2012-07-26 Dan GohmanAdd a floor intrinsic.
2012-07-24 Craig TopperChange llvm_unreachable in SplitVectorOperand to report...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-23 Nadav RotemFixed DAGCombine optimizations which generate select_cc...
2012-07-23 Craig TopperTidy up. Fix indentation and remove trailing whitespace.
2012-07-23 Craig TopperChange llvm_unreachable in SplitVectorResult to report_...
2012-07-19 Benjamin KramerReplace some explicit compare loops with std::equal.
2012-07-19 Galina KistanovaFixed few warnings.
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Nuno Lopesignore 'invoke @llvm.donothing', but still keep the...
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-17 Benjamin KramerRemove unused variable.
2012-07-17 Nadav RotemFix a crash in the legalization of large vectors.
2012-07-17 Evan ChengImplement r160312 as target indepedenet dag combine.
2012-07-17 Evan ChengMake sure constant bitwidth is <= 64 bit before calling...
2012-07-17 Evan ChengThis is another case where instcombine demanded bits...
2012-07-16 Nadav RotemMinor cleanup and docs.
2012-07-16 Nadav RotemMake ComputeDemandedBits return a deterministic result...
2012-07-15 Nadav RotemFix a bug in the scalarization of BUILD_VECTOR. BUILD_V...
2012-07-15 Nadav RotemRefactor the code that checks that all operands of...
2012-07-14 Nadav RotemAdd a dagcombine optimization to convert concat_vectors...
2012-07-13 Jim GrosbachProvide function name in 'Cannot select' fatal error.
2012-07-12 Duncan SandsThe result type of EXTRACT_VECTOR_ELT doesn't have...
2012-07-11 Evan ChengInstrEmitter::EmitSubregNode() optimize extract_subreg...
2012-07-11 Nadav RotemRename many of the Tmp1, Tmp2, Tmp3 variables to names...
2012-07-11 Benjamin KramerRemove unused variable.
2012-07-11 Nadav RotemRefactor the DAG Legalizer by extracting the legalizati...
2012-07-11 Owen AndersonOnly apply the SETCC+SITOFP -> SELECTCC optimization...
2012-07-10 Nadav RotemImprove the loading of load-anyext vectors by allowing...
2012-07-09 Owen AndersonTeach the DAG combiner to turn sitofp/uitofp from i1...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-06 Chad RosierWhitespace.
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-07-05 Duncan SandsAll cases are covered, no need for a default. This...
2012-07-05 Duncan SandsUse the right kind of booleans: we were emitting 0...
2012-07-04 Jakob Stoklund OlesenAllow trailing physreg RegisterSDNode operands on non...
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Eric ChristopherTurn an assert into an error to make it a bit more...
2012-07-02 Stepan DyatkovskiyIntRange:
next