Age | Commit message (Expand) | Author |
2009-08-21 | bug 4530: Make debug information static to it is preservered during bitcode l... | Richard Pennington |
2009-08-17 | Oops. find all llvm.dbg.global_variables. | Devang Patel |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-10 | Keep track of DIType. | Devang Patel |
2009-08-06 | Remove dead code. | Devang Patel |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-31 | Process DbgDeclareInst. | Devang Patel |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-30 | s/DebugInfoEnumerator/DebugInfoFinder/g | Devang Patel |
2009-07-30 | walk DbgRegionStartInst and DbgRegionEndInst | Devang Patel |
2009-07-29 | Eliminate a few unused-variable warnings | Douglas Gregor |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Add DebugInfoEnumerator to collect debug info. | Devang Patel |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-22 | Fix thinko. | Devang Patel |
2009-07-22 | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
2009-07-07 | Re-LLVMContext-ize DebugInfo, now with less breakage. | Owen Anderson |
2009-07-07 | Revert part of r74873 that broke Clang's debug info generation. | Owen Anderson |
2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
2009-07-02 | Simplify debug info intrisinc lowering. | Devang Patel |
2009-07-02 | Fix typo. | Devang Patel |
2009-07-02 | Add debug info utility routines. | Devang Patel |
2009-07-01 | Keep DIDescriptor methods together. | Devang Patel |
2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
2009-06-26 | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel |
2009-06-23 | It is not a good idea to have data member's name match argument's name. In fa... | Devang Patel |
2009-06-14 | Fix old-style type names in comments. | Dan Gohman |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-14 | Non-functionality changes: | Bill Wendling |
2009-05-08 | Print out nicer dump info for DIDescriptor. | Bill Wendling |
2009-05-07 | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman |
2009-05-07 | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling |
2009-05-05 | Add dump method to DIDescriptor. | Bill Wendling |
2009-05-05 | Do not require variable debug info nodes to have a compile unit. | Chris Lattner |
2009-05-03 | -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe... | Argyrios Kyrtzidis |
2009-04-15 | Add a method to check that the subprogram holds debug info for the given Func... | Devang Patel |
2009-03-25 | Do not ignore DW_TAG_class_type! | Devang Patel |
2009-03-13 | Oops...I committed too much. | Bill Wendling |
2009-03-13 | Temporarily XFAIL this test. | Bill Wendling |
2009-03-10 | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Torok Edwin |
2009-03-09 | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |