Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-19 | Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int... | Michael Ilseman |
2012-12-17 | Remove trailing whitespace | Michael Ilseman |
2012-10-29 | va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support. | Evgeniy Stepanov |
2012-10-11 | Remove unnecessary classof()'s | Sean Silva |
2012-09-17 | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper |
2012-01-31 | Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy | Bill Wendling |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-05-31 | llvm.memcpy.* has two distinct associated address spaces; the source address ... | Eli Friedman |
2011-01-15 | Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this saves | Nick Lewycky |
2010-11-30 | remove the pointless check of MemoryUseIntrinsic from | Chris Lattner |
2010-09-01 | Add convenience class for working with eh.exception calls. | Duncan Sands |
2010-07-22 | fit in 80 columns | Gabor Greif |
2010-06-29 | use ArgOperand API | Gabor Greif |
2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-14 | Remove a const here. This makes this function consistent with all the | Dan Gohman |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-15 | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-11 | Respond to Chris' review: | Victor Hernandez |
2010-01-05 | convert various IntrinsicInst's to use class instead of struct. | Chris Lattner |
2010-01-05 | Remove dead debug info intrinsics. | Devang Patel |
2009-12-31 | Remove #include of metadata.h from intrinsicinst.h. The only | Chris Lattner |
2009-12-31 | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner |
2009-12-07 | Introduce the "@llvm.dbg.value" debug intrinsic. | Victor Hernandez |
2009-11-11 | Don't trivially delete unused calls to llvm.invariant.start. This allows | Duncan Sands |
2009-10-29 | Don't put in these EH changes. | Bill Wendling |
2009-10-29 | Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9. | Bill Wendling |
2009-10-14 | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-07-09 | A little bit more LLVMContextification. | Owen Anderson |
2009-03-08 | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner |
2009-03-08 | Introduce a new MemTransferInst pseudo class, which is a common | Chris Lattner |
2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
2008-09-03 | Split the SelectionDAG-building code, including the FunctionLoweringInfo | Dan Gohman |