Tighten up checking of the validity of casts. (1) The IR parser would
[oota-llvm.git] / lib / Analysis / DIBuilder.cpp
2011-05-03 Devang PatelUse llvm.dbg.cu named metadata to collect compile...
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-18 Devang PatelUse ArrayRef variants.
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-02-22 Devang PatelFollow LLVM coding style.
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 PatelUse type's file info while describing inheritance relat...
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-04 Benjamin KramerUse arrays instead of constant-sized SmallVectors.
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...