aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/IntrinsicLowering.cpp
AgeCommit message (Expand)Author
2008-09-22More refactoring. Yawn.Dale Johannesen
2008-09-22Refactor FP intrinisic setup. Per review feedback.Dale Johannesen
2008-09-04Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen
2008-05-16API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-11-15Implement necessary bits for flt_rounds gcc builtin. Anton Korobeynikov
2007-10-15Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics.Dan Gohman
2007-10-02Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen
2007-09-28minor long double related changesDale Johannesen
2007-09-07Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-08-06Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE,Chris Lattner
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-07-06The exception handling intrinsics return values,Duncan Sands
2007-07-04Extend eh.selector to support both catches and filters.Duncan Sands
2007-06-15Codegen support (stripped out) for the annotate attribute.Tanya Lattner
2007-06-11Fix a typo in bswap lowering.Lauro Ramos Venancio
2007-06-02Make LowerCTPOP() support arbitrary bitwidth integer type.Zhou Sheng
2007-05-26Correct the logic in LowerPartSet which cleared the bits from 0 to low-1.Zhou Sheng
2007-05-15Un-brain-dead-ify the lowering of part set for the reverse case.Reid Spencer
2007-05-14Give names to the final result values of the part_set computations. ThisReid Spencer
2007-05-12Get the size of auto arrays right, regardless of its changing size.Reid Spencer
2007-04-16Fix problems in the PartSet lowering having to do with incorrect bit width.Reid Spencer
2007-04-12Make sure intrinsics that are lowered to functions make the function weakReid Spencer
2007-04-12Fix bugs in generated code for part_select and part_set so that llc doesn'tReid Spencer
2007-04-12Fix a bug in PartSet. The replacement value needs to be zext or trunc toReid Spencer
2007-04-12For PR1284:Reid Spencer
2007-04-10apparently some people commit without building the tree, or they forget toChris Lattner
2007-04-04Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer
2007-04-02For PR1297:Reid Spencer
2007-04-01For PR1297:Reid Spencer
2007-03-01Lower eh filter intrinsic.Jim Laskey
2007-02-28Provide a more meaningful name.Jim Laskey
2007-02-22Update comment.Jim Laskey
2007-02-22Remove assertion.Jim Laskey
2007-02-21Selection and lowering for exception handling.Jim Laskey
2007-02-13eliminate vector-related allocationsChris Lattner
2007-02-06Two fixes:Chris Lattner
2007-02-06Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.llChris Lattner
2007-02-02Use short form of BinaryOperator create function.Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-29Use TargetData to obtain the correct size of the "size_t" argument forReid Spencer
2007-01-28For PR1138:Reid Spencer
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-15eliminate calls to Type::isInteger, preferring isIntegral instead.Chris Lattner
2007-01-07llvm 2.0 doesn't support llvm.isunordered.*Chris Lattner
2007-01-07Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner