2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Devang Patel | Delete renaming use of dead dbg intrinsics. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Duncan Sands | Codegen support for the llvm.invariant/lifetime.start... |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Duncan Sands | I don't see any point in having both eh.selector.i32... |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Duncan Sands | Introduce and use convenience methods for getting point... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | eliminate extra space. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Chris Lattner | remove llvm.part.set.* and llvm.part.select.*. They... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Owen Anderson | Push LLVMContext _back_ through IRBuilder. |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Owen Anderson | Get rid of these cache variables, which are a holdover... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Owen Anderson | Now with EVEN FEWER statics! |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Jay Foad | Switch to using IRBuilder throughout. |
blob | commitdiff | raw | diff to current |
2009-05-11 |
Jay Foad | Don't generate redundant casts of constant values when... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Chris Lattner | Add missing break statements, fixing PR3503. |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Zhou Sheng | As Duncan suggested, add braces for the one-line "else... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Zhou Sheng | This is to fix the bug in IntrinsicLowering.cpp, |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Chris Lattner | reapply Sanjiv's patch to genericize memcpy/memset... |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Bill Wendling | Revert r59802. It was breaking the build of llvm-gcc: |
blob | commitdiff | raw | diff to current |
2008-11-21 |
Sanjiv Gupta | Make mem[cpy,move,set] intrinsics overloaded. |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Dale Johannesen | More refactoring. Yawn. |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Dale Johannesen | Refactor FP intrinisic setup. Per review feedback. |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dale Johannesen | Add intrinsics for log, log2, log10, exp, exp2. |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Gabor Greif | API change for {BinaryOperator|CmpInst|CastInst}::creat... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
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 |
next |