| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -2/+2 |
* | Emit newlines at the end of instructions too. | Nick Lewycky | 2009-10-17 | 1 | -2/+2 |
* | Force memory use markers to have a ConstantInt for the size argument. | Nick Lewycky | 2009-10-13 | 1 | -0/+11 |
* | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -9/+8 |
* | Remove the "metadata*" type and simplify the code it complicated. This was only | Nick Lewycky | 2009-09-27 | 1 | -50/+8 |
* | No need to verify that malloc's return type is i8*. | Victor Hernandez | 2009-09-22 | 1 | -10/+0 |
* | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez | 2009-09-18 | 1 | -0/+10 |
* | Fifth time's a charm! Remove ourselves as abstract type listeners once we've | Nick Lewycky | 2009-09-14 | 1 | -3/+16 |
* | Don't leak! Always remove oneself as a listener after adding oneself. | Nick Lewycky | 2009-09-14 | 1 | -6/+15 |
* | Actually remove old types from the set. | Nick Lewycky | 2009-09-13 | 1 | -12/+30 |
* | Storing a set of PATypeHolders is a bad idea because their sort order will | Nick Lewycky | 2009-09-13 | 1 | -2/+10 |
* | reject attempts to take the address of an intrinsic, PR4949. | Chris Lattner | 2009-09-11 | 1 | -0/+12 |
* | Hoist out the test+insert to CheckedTypes. This doesn't seem to affect | Nick Lewycky | 2009-09-08 | 1 | -10/+4 |
* | Simplify from my last change. Assert1 is a macro that makes its caller return, | Nick Lewycky | 2009-09-08 | 1 | -38/+30 |
* | Verify types. Invalid types can be constructed when assertions are off. | Nick Lewycky | 2009-09-08 | 1 | -36/+132 |
* | Express this in the canonical way. | Nick Lewycky | 2009-09-07 | 1 | -2/+2 |
* | Homogenize whitespace. | Nick Lewycky | 2009-09-07 | 1 | -20/+16 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -1/+1 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -1/+1 |
* | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 2009-08-23 | 1 | -3/+2 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | switch a couple things off std::ostream | Chris Lattner | 2009-08-23 | 1 | -23/+21 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -15/+19 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -1/+2 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -11/+11 |
* | Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic | Bob Wilson | 2009-08-11 | 1 | -0/+6 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -13/+13 |
* | common globals may also not be marked constant. | Chris Lattner | 2009-08-05 | 1 | -3/+6 |
* | Clarify common linkage and the requirements on it. Enforce | Chris Lattner | 2009-08-05 | 1 | -0/+7 |
* | Typo | Nate Begeman | 2009-07-30 | 1 | -1/+1 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+1 |
* | Fix an assumption that there is a single return value when verifying | Bob Wilson | 2009-07-29 | 1 | -2/+2 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -5/+5 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+2 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+2 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -1/+1 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -1/+3 |
* | Start converting to new error handling API. | Torok Edwin | 2009-07-08 | 1 | -3/+3 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -10/+10 |
* | Cosmetic changes to parameter attribute verification. | Duncan Sands | 2009-06-11 | 1 | -17/+18 |
* | Remove cyclic MDNode detection. Any attempt to create a cyclic MDNode will | Nick Lewycky | 2009-06-07 | 1 | -57/+16 |
* | Fix a copy+pasto in an assertion string that Jay Foad noticed. | Dan Gohman | 2009-06-05 | 1 | -1/+1 |
* | Update the Verifier to be aware of the difference between Add and FAdd, etc. | Dan Gohman | 2009-06-05 | 1 | -15/+33 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -53/+103 |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -1/+1 |