index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
IntrinsicInst.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
1
-12
/
+6
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-6
/
+12
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-12
/
+6
*
Split the SelectionDAG-building code, including the FunctionLoweringInfo
Dan Gohman
2008-09-03
1
-0
/
+14
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-2
/
+2
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-2
/
+2
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
1
-2
/
+2
*
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
1
-3
/
+3
*
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
1
-6
/
+0
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-5
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove some dead code.
Chris Lattner
2007-12-10
1
-50
/
+0
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-0
/
+50
*
For PR950:
Reid Spencer
2006-10-20
1
-2
/
+2
*
For PR780:
Reid Spencer
2006-07-26
1
-1
/
+1
*
For PR780:
Reid Spencer
2006-06-07
1
-5
/
+4
*
For PR780:
Reid Spencer
2006-06-07
1
-0
/
+7
*
Should not remove casts from variable's alloca.
Jim Laskey
2006-03-27
1
-1
/
+1
*
Rename for truth in advertising.
Jim Laskey
2006-03-24
1
-1
/
+1
*
Simplify handling of llvm.dbg intrinsic operands to one spot.
Jim Laskey
2006-03-23
1
-11
/
+78
*
Typo.
Jim Laskey
2006-03-16
1
-1
/
+1
*
remove dbg_declare, it's not used yet.
Chris Lattner
2006-03-09
1
-1
/
+0
*
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-03-03
1
-7
/
+13
*
Simplify the implementations of classof using the new IntrinsicInst classof.
Chris Lattner
2006-01-13
1
-56
/
+32
*
Add some functionality to the IntrinsicInst class and some comments
Chris Lattner
2006-01-13
1
-0
/
+20
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-5
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-9
/
+9
*
Fix bountiful sources of VC++ 'possible loss of data' warnings
Jeff Cohen
2005-01-01
1
-2
/
+2
*
Add a new debug intrinsic parent class. Patch contributed by Michael
Chris Lattner
2004-11-22
1
-4
/
+28
*
Add support for llvm.dbg.stoppoint
Chris Lattner
2004-11-18
1
-0
/
+27
*
Right, calls have Operand#0 == the called function, don't forget this.
Chris Lattner
2004-10-12
1
-12
/
+12
*
New header. Classes can be added as needed.
Chris Lattner
2004-10-12
1
-0
/
+198