index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
IntrinsicEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-2
/
+2
*
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-07-30
1
-0
/
+8
*
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
*
Fix a typo in a comment.
Dan Gohman
2007-06-26
1
-1
/
+1
*
The Intrinsic::getDeclaration function's Tys parameter only contains the
Reid Spencer
2007-05-22
1
-5
/
+12
*
For PR1328:
Reid Spencer
2007-04-16
1
-2
/
+0
*
For PR1297:
Reid Spencer
2007-04-01
1
-13
/
+23
*
the lengths of the strings are known, just use memcmp
Chris Lattner
2007-02-15
1
-1
/
+1
*
Implement Function::getIntrinsicID without it needing to call Value::getName,
Chris Lattner
2007-02-15
1
-2
/
+4
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-3
/
+3
*
Automatically generating intrinsic declarations from Dan Gohman. Modified
Jim Laskey
2007-02-07
1
-0
/
+71
*
Error check and eliminate unnecessary value.
Jim Laskey
2007-02-06
1
-8
/
+15
*
Support var arg intrinsics.
Jim Laskey
2007-02-06
1
-0
/
+5
*
For PR1064:
Reid Spencer
2007-01-12
1
-4
/
+6
*
Fix more static dtor issues
Chris Lattner
2006-10-04
1
-2
/
+2
*
Adjust the Intrinsics.gen interface a little bit
Chris Lattner
2006-04-02
1
-2
/
+2
*
Final bugfix for PR724. GCC won't inline varargs functions, so use one to
Chris Lattner
2006-03-31
1
-17
/
+9
*
When emitting code for the verifier, instead of emitting each case statement
Chris Lattner
2006-03-31
1
-9
/
+42
*
Don't sort the names before outputing the intrinsic name table. It causes a
Evan Cheng
2006-03-28
1
-7
/
+2
*
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
Chris Lattner
2006-03-24
1
-83
/
+0
*
extract some more information from the intrinsic table
Chris Lattner
2006-03-24
1
-1
/
+23
*
allow the GCCBuiltinName field to be optional
Chris Lattner
2006-03-15
1
-1
/
+2
*
Fix VC++ build error.
Jeff Cohen
2006-03-15
1
-0
/
+1
*
remove typo
Chris Lattner
2006-03-15
1
-1
/
+1
*
Autogenerate a table of intrinsic names, so we can map from intrinsic ID to
Chris Lattner
2006-03-15
1
-4
/
+20
*
Autogenerate code to map from GCC builtin to LLVM intrinsic.
Chris Lattner
2006-03-15
1
-1
/
+56
*
Add a newline at the end to avoid gcc warnings.
Reid Spencer
2006-03-14
1
-1
/
+1
*
emit a mapping from LLVM intrinsic -> GCC builtins.
Chris Lattner
2006-03-13
1
-7
/
+26
*
Verify that packed type operands have the right size and base type.
Chris Lattner
2006-03-13
1
-6
/
+24
*
fix pasto in generate assertion msg
Chris Lattner
2006-03-11
1
-1
/
+1
*
generate side-effect info
Chris Lattner
2006-03-09
1
-0
/
+25
*
Parse mod/ref properties, autogen mod/ref information
Chris Lattner
2006-03-09
1
-0
/
+45
*
parse intrinsic types
Chris Lattner
2006-03-09
1
-3
/
+44
*
autogenerate the function name recognizer
Chris Lattner
2006-03-09
1
-0
/
+37
*
initial implementation of intrinsic parsing
Chris Lattner
2006-03-03
1
-0
/
+70