Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks...
[oota-llvm.git] / lib / Analysis / DebugInfo.cpp
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Devang PatelFix thinko.
2009-07-22 Devang PatelAdd replaceAllUsesWith() to FE replace debug info const...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Owen AndersonRe-LLVMContext-ize DebugInfo, now with less breakage.
2009-07-07 Owen AndersonRevert part of r74873 that broke Clang's debug info...
2009-07-06 Owen AndersonFinish LLVMContext-ing lib/Analysis. This required...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Devang PatelFix typo.
2009-07-02 Devang PatelAdd debug info utility routines.
2009-07-01 Devang PatelKeep DIDescriptor methods together.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-23 Devang PatelIt is not a good idea to have data member's name match...
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-14 Bill WendlingNon-functionality changes:
2009-05-08 Bill WendlingPrint out nicer dump info for DIDescriptor.
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-05 Bill WendlingAdd dump method to DIDescriptor.
2009-05-05 Chris LattnerDo not require variable debug info nodes to have a...
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-04-15 Devang PatelAdd a method to check that the subprogram holds debug...
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-10 Torok EdwinGlobal variables don't have a corresponding llvm.dbg...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-24 Devang PatelIf compile unit's language is not set then don't crash...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Devang PatelAdd dump() routines to help debug debug info :)
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-19 Devang PatelVerify debug info.
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
2009-01-05 Devang PatelAdd classof() methods so that dwarf writer can decide...
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2008-12-17 Devang PatelToday the front-ends (llvm-gcc and clang) generate...
2008-12-16 Torok EdwinAdd utility functions to search for DbgStopPointInst...
2008-12-16 Torok Edwinuse different name for parameter to make it clear that...
2008-12-13 Torok EdwinFix getFieldAs() to use the parameter instead of 6.
2008-11-10 Chris LattnerMove getCastToEmpty out of DIDescriptor into DIFactory...
2008-11-10 Chris LattnerAdd a new set of helper classes for creating and readin...