summaryrefslogtreecommitdiff
path: root/test/Feature/globalvars.ll
Commit message (Expand)AuthorAge
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-01
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-23
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-07
* Add test for new zeroinitializer tokenChris Lattner2003-06-28
* Test "external" modifier on global variableChris Lattner2002-10-06
* Covnert tests to not use indexed load/storesChris Lattner2002-08-22
* Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner2001-12-14
* Added a string global variable.Vikram S. Adve2001-10-14
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-18
* Implement global variable supportChris Lattner2001-09-10