| Commit message (Expand) | Author | Age | Files | Lines |
| * | [IR] Resolve an error at freeze's unit tests | Juneyoung Lee | 2019-11-12 | 1 | -1/+1 |
| * | [IR] Redefine Freeze instruction | aqjune | 2019-11-12 | 1 | -0/+48 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -7/+7 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -7/+7 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -7/+7 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo] DISubprogram flags get their own flags word. NFC. | Paul Robinson | 2018-11-19 | 1 | -3/+4 |
| * | Move the stripping of invalid debug info from the Verifier to AutoUpgrade. | Adrian Prantl | 2017-10-02 | 1 | -37/+1 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -3/+3 |
| * | [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ... | Amjad Aboud | 2016-12-14 | 1 | -4/+5 |
| * | [unittests] Remove an MSVC 2013 workaround, NFCI. | Vedant Kumar | 2016-10-25 | 1 | -3/+0 |
| * | Verifier: Mark orphaned DICompileUnits as a debug info failure. | Adrian Prantl | 2016-09-14 | 1 | -20/+53 |
| * | DebugInfo: New metadata representation for global variables. | Peter Collingbourne | 2016-09-13 | 1 | -25/+0 |
| * | Port the strip-invalid-debuginfo logic to the legacy verifier pass, too. | Adrian Prantl | 2016-05-25 | 1 | -1/+23 |
| * | Delete duplicated verifier test. | Rafael Espindola | 2016-05-11 | 1 | -0/+27 |
| * | Disable this unit test on MSVC, which crashes while compiling it. | Adrian Prantl | 2016-05-09 | 1 | -1/+3 |
| * | Separate the Verifier into an analysis and a transformation pass and | Adrian Prantl | 2016-05-09 | 1 | -0/+25 |
| * | Revert "Separate the Verifier into an analysis and a transformation pass and" | Adrian Prantl | 2016-05-09 | 1 | -25/+0 |
| * | Separate the Verifier into an analysis and a transformation pass and | Adrian Prantl | 2016-05-09 | 1 | -0/+25 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -4/+4 |
| * | Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth... | Eugene Zelenko | 2016-01-26 | 1 | -4/+5 |
| * | [Verifier] Check parentage of GVs in dbg metadata | Keno Fischer | 2016-01-14 | 1 | -1/+23 |
| * | [Verifier] Verify that a GlobalValue is only used in this Module | Keno Fischer | 2016-01-14 | 1 | -2/+16 |
| * | [Verifier] Improve error for cross-module refs | Keno Fischer | 2015-12-01 | 1 | -0/+47 |
| * | Allow aliases to be unnamed_addr. | Rafael Espindola | 2014-06-06 | 1 | -17/+0 |
| * | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 2014-05-17 | 1 | -1/+1 |
| * | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 2014-05-17 | 1 | -2/+1 |
| * | Change the GlobalAlias constructor to look a bit more like GlobalVariable. | Rafael Espindola | 2014-05-16 | 1 | -3/+2 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+0 |
| * | [PM] Make the verifier work independently of any pass manager. | Chandler Carruth | 2014-01-19 | 1 | -6/+9 |
| * | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
| * | Add calls to doInitialization() and doFinalization() in verifyFunction() | Rafael Espindola | 2013-10-30 | 1 | -3/+4 |
| * | Add unit test to test a trivial verifier check. | Bill Wendling | 2013-06-19 | 1 | -0/+16 |
| * | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+64 |