New feature: add support for target intrinsics being defined in the
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.cpp
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Bill WendlingPass in something sensible for the debug location infor...
2009-02-03 Bill WendlingExplicitly pass in the "unknown" debug location. This...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Dale JohannesenPropagate debug info when building SelectionDAG.
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-28 Duncan SandsFormatting.
2009-01-27 Dan GohmanDelete redundant return statements.
2009-01-26 Anton KorobeynikovDuring bittest switch lowering emit shift in the test...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-20 Bill WendlingUse "SINT_TO_FP" instead of "UINT_TO_FP" when getting...
2009-01-20 Bill WendlingShift types need to match.
2009-01-19 Devang PatelVerify debug info.
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMore consts on TargetLowering references.
2009-01-15 Gabor Greifminor refactoring: use a more specific API
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-05 Devang Patelsquash warnings.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-23 Anton KorobeynikovRestore debug printing
2008-12-23 Anton KorobeynikovSometimes APInt syntax is really ugly... :(
2008-12-23 Anton KorobeynikovIndent stuff properly
2008-12-23 Anton KorobeynikovInitial checkin of APInt'ififcation of switch lowering
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-16 Evan ChengWe have decided not to support inline asm where an...
2008-12-10 Bill WendlingWhitespace fixes.
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-11-24 Bill Wendling- Make lowering of "add with overflow" customizable...
2008-11-23 Mon P WangAdded check to avoid generating extract subvector beyon...
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-21 Mon P WangClean up normalization of shuffles
2008-11-21 Bill WendlingCombine the two add with overflow intrinsics lowerings...
2008-11-21 Bill WendlingGenerate code for llvm.uadd.with.overflow intrinsic...
2008-11-21 Bill WendlingRemove chains. Unnecessary.
2008-11-21 Bill WendlingRename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn...
2008-11-21 Bill WendlingImplement the sadd_with_overflow intrinsic. This is...
2008-11-20 Bill Wendling80-column violation.
2008-11-18 Bill WendlingRename stackprotector_create intrinsic to stackprotector.
2008-11-18 Bill WendlingRemove the stackprotector_check intrinsic. Use a volati...
2008-11-16 Mon P WangImproved shuffle normalization to avoid using extract...
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
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-01 Mon P WangAdded interface to allow clients to create a MemIntrins...
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-21 Dan GohmanFix SelectionDAGBuild lowering of Select instructions to
2008-10-21 Chris LattnerFix gcc.c-torture/compile/920520-1.c by inserting bitco...
2008-10-19 Bill WendlingFix comment. Other formatting changes. No functionality...
2008-10-18 Chris LattnerReapply r57699 with a fix to not crash on asms with...
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 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-11 Chris Lattnersimplify comparison
2008-10-07 Dan GohmanCorrectly handle calls with no return values. This...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Evan Cheng<rdar://problem/6234798> Assertion failed: (!OpInfo...
2008-09-24 Dale JohannesenRemove SelectionDag early allocation of registers
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-22 Bill WendlingAdd helper function to get a 32-bit floating point...
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-16 Dan GohmanDon't take the time to CheckDAGForTailCallsAndFixThem...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-10 Dan GohmanFastISel support for i1 PHI nodes.
2008-09-10 Bill WendlingRemove unnecessary bit-wise AND from the limited precis...
2008-09-10 Daniel DunbarFix 80 col violation.
next