Distinguish "a," from "a". The first one splits into "a" + "" and the second one...
[oota-llvm.git] / unittests / Support / TypeBuilderTest.cpp
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Owen AndersonUpdate unit test.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-10 Owen AndersonFix unit tests.
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...