Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45419 | ||||
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -5/+1 |
| | | | | | | | | | throw exceptions", just mark intrinsics with the nounwind attribute. Likewise, mark intrinsics as readnone/readonly and get rid of special aliasing logic (which didn't use anything more than this anyway). llvm-svn: 44544 | ||||
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 1 | -0/+2 |
| | | | | | | | to construct FunctionType in separate function, and, have getDeclaration return a Function instead of a Constant. llvm-svn: 34008 | ||||
* | extract some more information from the intrinsic table | Chris Lattner | 2006-03-24 | 1 | -0/+2 |
| | | | | llvm-svn: 27022 | ||||
* | Autogenerate a table of intrinsic names, so we can map from intrinsic ID to | Chris Lattner | 2006-03-15 | 1 | -0/+2 |
| | | | | | | LLVM intrinsic function name. llvm-svn: 26771 | ||||
* | Autogenerate code to map from GCC builtin to LLVM intrinsic. | Chris Lattner | 2006-03-15 | 1 | -0/+2 |
| | | | | llvm-svn: 26770 | ||||
* | emit a mapping from LLVM intrinsic -> GCC builtins. | Chris Lattner | 2006-03-13 | 1 | -0/+2 |
| | | | | llvm-svn: 26736 | ||||
* | generate side-effect info | Chris Lattner | 2006-03-09 | 1 | -0/+2 |
| | | | | llvm-svn: 26672 | ||||
* | Parse mod/ref properties, autogen mod/ref information | Chris Lattner | 2006-03-09 | 1 | -0/+2 |
| | | | | llvm-svn: 26669 | ||||
* | parse intrinsic types | Chris Lattner | 2006-03-09 | 1 | -1/+2 |
| | | | | | | autogenerate an intrinsic verifier llvm-svn: 26666 | ||||
* | autogenerate the function name recognizer | Chris Lattner | 2006-03-09 | 1 | -0/+4 |
| | | | | llvm-svn: 26663 | ||||
* | initial implementation of intrinsic parsing | Chris Lattner | 2006-03-03 | 1 | -0/+38 |
llvm-svn: 26495 |