index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
IntrinsicEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
Bob Wilson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-05
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-07-29
Fix the verifier to handle intrinsics with LLVMMatchType parameters, where
Bob Wilson
2009-07-06
Add new ValueType for metadata.
Devang Patel
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-01
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-04-16
Fix PR3994: LLVMMatchType arguments do not refer to absolute return value
Bob Wilson
2009-03-26
fix a few spelling errors and typos
Jim Grosbach
2009-02-24
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-14
Generalize some alias analysis logic from atomic
Duncan Sands
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-12
make tblgen autogenerate the nocapture intrinsics for
Chris Lattner
2009-01-12
add scaffolding to emit argument attributes. No functionality
Chris Lattner
2009-01-12
make tblgen emit the entire Intrinsic::getAttributes method,
Chris Lattner
2009-01-07
Improve support for type-generic vector intrinsics by teaching TableGen how
Bob Wilson
2008-11-13
Fix to record comparator to make it work for return values > 1.
Bill Wendling
2008-11-13
Put comma in correct place for call to StructType::get
Bill Wendling
2008-11-13
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-09-25
Large mechanical patch.
Devang Patel
2008-07-30
Added support for overloading intrinsics (atomics) based on pointers
Mon P Wang
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-01-04
Change the builtin matcher to emit a decision tree, which should help out
Chris Lattner
2008-01-04
Don't let IntrinsicID be uninitialized if it doesn't match.
Chris Lattner
2008-01-03
Remove the default else. This was ending in code that looked like this:
Bill Wendling
2008-01-02
Fix a build problem with VC++ by not doing the target prefix
Chris Lattner
2007-12-29
remove attributions from utils.
Chris Lattner
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-09-28
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-08-16
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-06
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-26
Fix a pasto in a comment.
Dan Gohman
2007-06-26
Fix a typo in a comment.
Dan Gohman
2007-05-22
The Intrinsic::getDeclaration function's Tys parameter only contains the
Reid Spencer
2007-04-16
For PR1328:
Reid Spencer
2007-04-01
For PR1297:
Reid Spencer
2007-02-15
the lengths of the strings are known, just use memcmp
Chris Lattner
2007-02-15
Implement Function::getIntrinsicID without it needing to call Value::getName,
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-07
Automatically generating intrinsic declarations from Dan Gohman. Modified
Jim Laskey
2007-02-06
Error check and eliminate unnecessary value.
Jim Laskey
2007-02-06
Support var arg intrinsics.
Jim Laskey
2007-01-12
For PR1064:
Reid Spencer
[next]