aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAgeFilesLines
* A little bit more LLVMContextification.Owen Anderson2009-07-091-3/+7
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-081-6/+9
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-081-38/+36
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-211-12/+6
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-211-6/+12
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-211-12/+6
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-031-0/+14
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-2/+2
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-2/+2
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-2/+2
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-071-3/+3
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-061-6/+0
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-5/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove some dead code. Chris Lattner2007-12-101-50/+0
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+50
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+323