eliminate extra space.
[oota-llvm.git] / lib / CodeGen / IntrinsicLowering.cpp
2009-07-14 Torok Edwineliminate extra space.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-25 Owen AndersonNow with EVEN FEWER statics!
2009-05-12 Jay FoadSwitch to using IRBuilder throughout.
2009-05-11 Jay FoadDon't generate redundant casts of constant values when...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-07 Chris LattnerAdd missing break statements, fixing PR3503.
2009-01-30 Zhou ShengAs Duncan suggested, add braces for the one-line "else...
2009-01-30 Zhou ShengThis is to fix the bug in IntrinsicLowering.cpp,
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-09-22 Dale JohannesenMore refactoring. Yawn.
2008-09-22 Dale JohannesenRefactor FP intrinisic setup. Per review feedback.
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-11-15 Anton KorobeynikovImplement necessary bits for flt_rounds gcc builtin.
2007-10-15 Dan GohmanTeach IntrinsicLowering.cpp about the sin, cos, and...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-28 Dale Johannesenminor long double related changes
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-08-06 Chris LattnerFix a regression compiling 2005-05-11-Popcount-ffs...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-06 Duncan SandsThe exception handling intrinsics return values,
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-06-15 Tanya LattnerCodegen support (stripped out) for the annotate attribute.
2007-06-11 Lauro Ramos VenancioFix a typo in bswap lowering.
2007-06-02 Zhou ShengMake LowerCTPOP() support arbitrary bitwidth integer...
2007-05-26 Zhou ShengCorrect the logic in LowerPartSet which cleared the...
2007-05-15 Reid SpencerUn-brain-dead-ify the lowering of part set for the...
2007-05-14 Reid SpencerGive names to the final result values of the part_set...
2007-05-12 Reid SpencerGet the size of auto arrays right, regardless of its...
2007-04-16 Reid SpencerFix problems in the PartSet lowering having to do with...
2007-04-12 Reid SpencerMake sure intrinsics that are lowered to functions...
2007-04-12 Reid SpencerFix bugs in generated code for part_select and part_set...
2007-04-12 Reid SpencerFix a bug in PartSet. The replacement value needs to...
2007-04-12 Reid SpencerFor PR1284:
2007-04-10 Chris Lattnerapparently some people commit without building the...
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-02 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-03-01 Jim LaskeyLower eh filter intrinsic.
2007-02-28 Jim LaskeyProvide a more meaningful name.
2007-02-22 Jim LaskeyUpdate comment.
2007-02-22 Jim LaskeyRemove assertion.
2007-02-21 Jim LaskeySelection and lowering for exception handling.
2007-02-13 Chris Lattnereliminate vector-related allocations
2007-02-06 Chris LattnerTwo fixes:
2007-02-06 Chris LattnerFix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll
2007-02-02 Reid SpencerUse short form of BinaryOperator create function.
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Reid SpencerUse TargetData to obtain the correct size of the "size_...
2007-01-28 Reid SpencerFor PR1138:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnereliminate calls to Type::isInteger, preferring isIntegr...
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-21 Reid SpencerSimplify all the casting business and get rid of isSign...
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-12 Chris LattnerThis case isn't needed with recent changes to ConstantI...
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingChanged to using llvm streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-08 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-03-23 Jim LaskeyHandle new forms of llvm.dbg intrinsics.
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Nate BegemanAdd BSWAP stuff to intrinsic lowering for CBE & friends.
2006-01-13 Chris LattnerAdd "support" for the llvm.stacksave/stackrestore intri...
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-11 Chris LattnerFix lowering of ctlz, so now UnitTests/2005-05-11-Popco...
2005-05-11 Chris LattnerFix lowering of cttz to work with signed values
2005-05-11 Chris Lattnerfix and concisify intinsic lowering for ctpop. Unfortu...
2005-05-08 Chris LattnerWrap long lines. Fix "warning: conflicting types for...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-30 Alkis EvlogimenosDo not use deprecated APIs
2005-04-30 Chris LattnerLower llvm.sqrt -> fsqrt/sqrt
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-01 Alkis EvlogimenosLower llvm.isunordered(a, b) into a != a | b != b.
next