Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-06-06 | Allow aliases to be unnamed_addr. | Rafael Espindola | 1 | -17/+0 |
2014-05-17 | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 1 | -1/+1 |
2014-05-17 | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 1 | -2/+1 |
2014-05-16 | Change the GlobalAlias constructor to look a bit more like GlobalVariable. | Rafael Espindola | 1 | -3/+2 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -1/+0 |
2014-01-19 | [PM] Make the verifier work independently of any pass manager. | Chandler Carruth | 1 | -6/+9 |
2014-01-13 | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 1 | -1/+1 |
2013-10-30 | Add calls to doInitialization() and doFinalization() in verifyFunction() | Rafael Espindola | 1 | -3/+4 |
2013-06-19 | Add unit test to test a trivial verifier check. | Bill Wendling | 1 | -0/+16 |
2013-01-07 | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 1 | -0/+64 |