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
/
utils
/
TableGen
/
IntrinsicEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-8
/
+9
*
Change the builtin matcher to emit a decision tree, which should help out
Chris Lattner
2008-01-04
1
-8
/
+108
*
Don't let IntrinsicID be uninitialized if it doesn't match.
Chris Lattner
2008-01-04
1
-1
/
+1
*
Remove the default else. This was ending in code that looked like this:
Bill Wendling
2008-01-03
1
-2
/
+0
*
Fix a build problem with VC++ by not doing the target prefix
Chris Lattner
2008-01-02
1
-13
/
+24
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-17
1
-1
/
+1
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-44
/
+10
*
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-28
1
-0
/
+6
*
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-16
1
-1
/
+1
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-2
/
+2
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-43
/
+58
*
Fix a pasto in a comment.
Dan Gohman
2007-07-26
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+389