2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw |
2007-12-17 |
Christopher Lamb | Change the PointerType api for creating pointer types... |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Anton Korobeynikov | Implement necessary bits for flt_rounds gcc builtin. |
blob | commitdiff | raw | diff to current |
2007-10-15 |
Dan Gohman | Teach IntrinsicLowering.cpp about the sin, cos, and... |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Dale Johannesen | Rewrite sqrt and powi to use anyfloat. By popular... |
blob | commitdiff | raw | diff to current |
2007-09-28 |
Dale Johannesen | minor long double related changes |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Anton Korobeynikov | Split eh.select / eh.typeid.for intrinsics into i32... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Owen Anderson | Add lengthof and endof templates that hide a lot of... |
blob | commitdiff | raw | diff to current |
2007-08-06 |
Chris Lattner | Fix a regression compiling 2005-05-11-Popcount-ffs... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
David Greene | New CallInst interface to address GLIBCXX_DEBUG errors... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Duncan Sands | The exception handling intrinsics return values, |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Duncan Sands | Extend eh.selector to support both catches and filters. |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Tanya Lattner | Codegen support (stripped out) for the annotate attribute. |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Lauro Ramos Venancio | Fix a typo in bswap lowering. |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Zhou Sheng | Make LowerCTPOP() support arbitrary bitwidth integer... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Zhou Sheng | Correct the logic in LowerPartSet which cleared the... |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Reid Spencer | Un-brain-dead-ify the lowering of part set for the... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Reid Spencer | Give names to the final result values of the part_set... |
blob | commitdiff | raw | diff to current |
2007-05-12 |
Reid Spencer | Get the size of auto arrays right, regardless of its... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Reid Spencer | Fix problems in the PartSet lowering having to do with... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Reid Spencer | Make sure intrinsics that are lowered to functions... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Reid Spencer | Fix bugs in generated code for part_select and part_set... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Reid Spencer | Fix a bug in PartSet. The replacement value needs to... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Reid Spencer | For PR1284: |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Chris Lattner | apparently some people commit without building the... |
blob | commitdiff | raw | diff to current |
2007-04-04 |
Reid Spencer | Implement the llvm.bit.part_select.iN.iN.iN overloaded... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Reid Spencer | For PR1297: |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Reid Spencer | For PR1297: |
blob | commitdiff | raw | diff to current |
2007-03-01 |
Jim Laskey | Lower eh filter intrinsic. |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Jim Laskey | Provide a more meaningful name. |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Jim Laskey | Update comment. |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Jim Laskey | Remove assertion. |
blob | commitdiff | raw | diff to current |
2007-02-21 |
Jim Laskey | Selection and lowering for exception handling. |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Chris Lattner | eliminate vector-related allocations |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Chris Lattner | Two fixes: |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Chris Lattner | Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Reid Spencer | Use short form of BinaryOperator create function. |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Reid Spencer | Changes to support making the shift instructions be... |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Reid Spencer | Use TargetData to obtain the correct size of the "size_... |
blob | commitdiff | raw | diff to current |
2007-01-28 |
Reid Spencer | For PR1138: |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Chris Lattner | rename Type::isIntegral to Type::isInteger, eliminating... |
blob | commitdiff | raw | diff to current |
2007-01-15 |
Chris Lattner | eliminate calls to Type::isInteger, preferring isIntegr... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Chris Lattner | llvm 2.0 doesn't support llvm.isunordered.* |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Chris Lattner | Change the interface to Module::getOrInsertFunction... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Reid Spencer | Simplify all the casting business and get rid of isSign... |
blob | commitdiff | raw | diff to current |
2006-12-18 |
Reid Spencer | Convert the last uses of CastInst::createInferredCast... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Chris Lattner | This case isn't needed with recent changes to ConstantI... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Reid Spencer | Change inferred cast creation calls to more specific... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Changed to using llvm streams. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-11-15 |
Chris Lattner | Simplify IntrinsicLowering and clarify that it is only... |
blob | commitdiff | raw | diff to current |
2006-11-08 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Jim Laskey | Handle new forms of llvm.dbg intrinsics. |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Jim Laskey | Handle the removal of the debug chain. |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Chris Lattner | remove dbg_declare, it's not used yet. |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Nate Begeman | Add BSWAP stuff to intrinsic lowering for CBE & friends. |
blob | commitdiff | raw | diff to current |
2006-01-13 |
Chris Lattner | Add "support" for the llvm.stacksave/stackrestore intri... |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Andrew Lenharth | continued readcyclecounter support |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Jeff Cohen | When a function takes a variable number of pointer... |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Chris Lattner | Fix lowering of ctlz, so now UnitTests/2005-05-11-Popco... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Chris Lattner | Fix lowering of cttz to work with signed values |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Chris Lattner | fix and concisify intinsic lowering for ctpop. Unfortu... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Chris Lattner | Wrap long lines. Fix "warning: conflicting types for... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
Andrew Lenharth | Implement count leading zeros (ctlz), count trailing... |
blob | commitdiff | raw | diff to current |
2005-04-30 |
Alkis Evlogimenos | Do not use deprecated APIs |
blob | commitdiff | raw | diff to current |
2005-04-30 |
Chris Lattner | Lower llvm.sqrt -> fsqrt/sqrt |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Andrew Lenharth | First step in adding pcmarker intrinsic. Second step... |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Alkis Evlogimenos | Lower llvm.isunordered(a, b) into a != a | b != b. |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Chris Lattner | Lower prefetch to a noop, patch contributed by Justin... |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Chris Lattner | Move the IntrinsicLowering header into the CodeGen... |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Chris Lattner | Remove isnan support, correct isunordered support |
blob | commitdiff | raw | diff to current |
2004-06-12 |
Alkis Evlogimenos | Add the isunordered intrinsic. |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Chris Lattner | Fix lowering to work correctly |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Chris Lattner | I misled Alkis: LLVM should have isnan, not isunordered. |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Alkis Evlogimenos | Add the isunordered intrinsic. |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Chris Lattner | Remove an unused variable. |
blob | commitdiff | raw | diff to current |
2004-05-09 |
Chris Lattner | Implement the AddPrototypes method |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Chris Lattner | By default, llvm.setjmp/llvm.longjmp intrinsics get... |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Chris Lattner | Refactor code. Now the intrinsic lowering pass tries... |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Chris Lattner | A target that doesn't support these intrinsics will... |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Chris Lattner | Add llvm.memset/frameaddress/returnaddress intrinsics. |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Chris Lattner | Add support for the llvm.memmove intrinsic |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Chris Lattner | Implement the llvm.memcpy intrinsic |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Chris Lattner | Hrm, apparently I missed lowering this intrinsic. :( |
blob | commitdiff | raw | diff to current |
2004-01-05 |
Chris Lattner | Add VMCore and code generator support for debugging... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Chris Lattner | Clean up a lot of the code I added yesterday by exposin... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Chris Lattner | Move into the VMCore library |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Chris Lattner | Implement the default implementation of the intrinsic... |
blob | commitdiff | raw | diff to current |
|