Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up TargetIntrinsicInfo API. Add pure virtual methods. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -2/+10 |
| | | | | llvm-svn: 84192 | ||||
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+22 |
| | | | | llvm-svn: 63812 | ||||
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -22/+0 |
| | | | | | | and llvm-gcc. llvm-svn: 63786 | ||||
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+22 |
target directories themselves. This also means that VMCore no longer needs to know about every target's list of intrinsics. Future work will include converting the PowerPC target to this interface as an example implementation. llvm-svn: 63765 |