Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+0 |
| | | | | llvm-svn: 76702 | ||||
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a ↵ | Owen Anderson | 2009-07-16 | 1 | -0/+2 |
| | | | | | | | | number of issues in our current context-passing stuff, which is also fixed here llvm-svn: 76089 | ||||
* | Keep calling-convention and tail-call bit when creating new invoke or call. | Nick Lewycky | 2009-03-08 | 1 | -10/+13 |
| | | | | llvm-svn: 66384 | ||||
* | add a period at the end of the comment, ignoring the fact that the comment ↵ | Andrew Lenharth | 2008-11-03 | 1 | -1/+1 |
| | | | | | | would be hard pressed to be considered a sentence, but if it makes Bill happy... llvm-svn: 58630 | ||||
* | Ensure that we are checking only calls to the function we are interested in ↵ | Andrew Lenharth | 2008-11-03 | 1 | -2/+4 |
| | | | | | | specializing llvm-svn: 58615 | ||||
* | dont specialize weak functions and the like | Nuno Lopes | 2008-10-08 | 1 | -1/+1 |
| | | | | llvm-svn: 57305 | ||||
* | try to seperate the mechanism into something others can use | Andrew Lenharth | 2008-09-04 | 1 | -20/+70 |
| | | | | llvm-svn: 55785 | ||||
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 55779 | ||||
* | cleanup as per Duncan's review | Andrew Lenharth | 2008-09-04 | 1 | -33/+42 |
| | | | | llvm-svn: 55766 | ||||
* | Initial version of a Partial Specialization IPO pass. It triggers a couple ↵ | Andrew Lenharth | 2008-09-03 | 1 | -0/+127 |
hundred times on 176.gcc. I don't know the performance impact yet, the heuristic is quite simple still. llvm-svn: 55734 |