When promoting the result of fp_to_uint/fp_to_sint,
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2008-11-10 Duncan SandsWhen promoting the result of fp_to_uint/fp_to_sint,
2008-11-10 Dale JohannesenReally fix testb optimization on big-endian.
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-09 Dale JohannesenTemporarily revert 58825, which breaks PPC bootstrap.
2008-11-08 Duncan SandsTry to produce better code when scalarizing VSETCC.
2008-11-08 Dale JohannesenMake testb optimization work on big-endian targets.
2008-11-07 Dale JohannesenMake FP tests requiring two compares work on PPC (PR...
2008-11-07 Duncan SandsSign-extend rather than zero-extend when promoting
2008-11-07 Dale JohannesenFix unsigned->ppcf128 conversion.
2008-11-07 Dale JohannesenWhen we're doing a compare of load-AND-constant to 0
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Mon P WangFixed scalarizing an extract subvector and prevent...
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-06 Duncan SandsFormating/comment changes - no functionality change.
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Mon P WangWidening cleanup
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-11-05 Duncan SandsFix thinko in ppcf128 expansion of truncating store.
2008-11-05 Evan ChengType of shuffle mask has changed.
2008-11-04 Dale Johannesen80 columns
2008-11-04 Duncan SandsFix PR3011: LegalizeTypes support for scalarizing
2008-11-03 Dale JohannesenFix some ppcf128 regressions: make ExpandFloatRes_LOAD
2008-11-03 Duncan SandsMake VAARG promotion work correctly with large funky
2008-11-03 Duncan SandsMake VAARG work with x86 long double (which is
2008-11-01 Mon P WangAdded interface to allow clients to create a MemIntrins...
2008-10-31 Dan GohmanRemove some unused virtual function bodies.
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-30 Duncan SandsFix PR2986: do not use a potentially illegal
2008-10-30 Mon P WangAdd missing vsetcc expansion for widening
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-29 Duncan SandsUniformize capitalization of NodeId.
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-29 Duncan SandsFix a FIXME: in ReplaceNodeWith, if the new node
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-28 Dan GohmanTake Chris' suggestion and define EnableFastISelVerbose and
2008-10-28 Dan GohmanProtect the code for fast-isel debugging with #ifndef...
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Duncan SandsFix a testcase provided by Bill in which the node
2008-10-28 Chris LattnerDon't produce invalid comparisons after legalize.
2008-10-28 Chris Lattnerfix some whitespace stuff
2008-10-27 Ted KremenekFix bogus comparison of "const char *" with c-string...
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-27 Duncan SandsFix UpdateNodeOperands so that it does CSE of calls
2008-10-27 Duncan SandsFix a bug in which a node could be added to the
2008-10-27 Duncan SandsTurn on LegalizeTypes, the new type legalization
2008-10-25 Dan GohmanSDNodes may have at most one Flag result. Update this...
2008-10-24 Dale JohannesenInitialize uninitialized variable.
2008-10-23 Duncan SandsFix thinko - the operand number has nothing to do
2008-10-22 Duncan SandsLegalizeTypes soft-float support for fpow.
2008-10-22 Duncan SandsBe nice to CellSPU: for this target getSetCCResultType
2008-10-22 Duncan SandsPort from LegalizeDAG the logic to only generate
2008-10-22 Duncan SandsAdd some comments explaining the meaning of a boolean
2008-10-22 Duncan SandsTemporarily allow the operands of a BUILD_VECTOR
2008-10-21 Dale JohannesenAdd an SSE2 algorithm for uint64->f64 conversion.
2008-10-21 Dan GohmanFix SelectionDAGBuild lowering of Select instructions to
2008-10-21 Dan GohmanDon't create TargetGlobalAddress nodes with offsets...
2008-10-21 Dan GohmanMake the NaN test come second, heuristically assuming
2008-10-21 Chris LattnerFix gcc.c-torture/compile/920520-1.c by inserting bitco...
2008-10-20 Dan GohmanFast-isel no longer an experiment.
2008-10-20 Duncan SandsSupport operations like fp_to_uint with a vector
2008-10-20 Duncan SandsLegalizeTypes support for atomic operation promotion.
2008-10-20 Duncan SandsUse DAG.getIntPtrConstant rather than DAG.getConstant
2008-10-20 Duncan SandsAlways use either MVT::i1 or getSetCCResultType for
2008-10-20 Duncan SandsFormatting - no functional change.
2008-10-20 Duncan SandsDon't use a random type for the select condition,
2008-10-19 Bill WendlingSet N->OperandList to 0 after deletion. Otherwise,...
2008-10-19 Bill WendlingFix comment. Other formatting changes. No functionality...
2008-10-19 Duncan SandsVector shuffle mask elements may be "undef". Handle
2008-10-19 Duncan SandsUse a legal integer type for vector shuffle mask
2008-10-18 Chris LattnerReapply r57699 with a fix to not crash on asms with...
2008-10-18 Dan GohmanDon't truncate GlobalAddress offsets to int in debug...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-18 Dan GohmanRevert r57699. It's causing regressions in
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-10-17 Chris Lattneradd support for 128 bit aggregates.
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-17 Dan GohmanFactor out the code for mapping LLVM IR condition opcod...
2008-10-17 Chris LattnerFix PR2356 on PowerPC: if we have an input and output...
2008-10-17 Chris Lattnerrefactor some code into a helper method, no functionali...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-17 Dan GohmanDefine patterns for shld and shrd that match immediate
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-10-13 Matthijs Kooijman * Make TargetLowering not crash when TargetMachine...
2008-10-13 Chris Lattnercalls can be supported.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-11 Chris Lattnersimplify comparison
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-07 Dan GohmanAvoid emitting redundant materializations of integer...
2008-10-07 Andrew LenharthUse Dan's supperior check
2008-10-07 Andrew LenharthNo need for |=
2008-10-07 Andrew LenharthUse ADDC if it is valid at any smaller size. Do it...
next