summaryrefslogtreecommitdiff
path: root/test/Feature/constexpr.ll
AgeCommit message (Expand)Author
2016-05-10Make "@name =" mandatory for globals in .ll files.Rafael Espindola
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2008-03-01Remove llvm-upgrade and update tests.Tanya Lattner
2007-01-05For PR1077:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Fix some typos.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2004-11-07Added RUN lines and dejagnu support for Feature dir.Tanya Lattner
2003-04-17Add a simple test for hex constant integersChris Lattner
2003-03-18Fix testcaseChris Lattner
2002-10-06 - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner
2002-08-15Convert constexpr over to new syntaxChris Lattner
2002-08-15Convert testcase to use correct syntaxChris Lattner
2002-07-15Added duplicate constant expressions to test uniqueness support.Vikram S. Adve
2002-07-14Test the handling of constant expressions.Vikram S. Adve