Added isValidRewrite() to check the result of ScalarEvolutionExpander.
[oota-llvm.git] / include / llvm / Analysis / DIBuilder.h
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-02-22 Devang PatelFollow LLVM coding style.
2011-02-18 Devang PatelProvide enums to build complex address calucation expre...
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2010-12-08 Devang PatelAdd support to create debug info for functions and...
2010-12-08 Devang PatelAdd support to create class type.
2010-12-08 Devang PatelAdd support to create vector, array, enums etc...
2010-12-08 Devang PatelGlobal variable does not need linkage name.
2010-12-07 Devang PatelAdd support to create local variable's debug info.
2010-12-07 Devang PatelAdd support to create variables, structs etc.. using...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-08 Devang PatelDocument parameters. Fix typos.
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...