Age | Commit message (Expand) | Author |
2011-08-12 | switch to use the new api for structtypes. | Chris Lattner |
2011-07-09 | remove the DerivedType which isn't adding value anymore. | Chris Lattner |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-25 | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-20 | Make this code a little more readable. | Dan Gohman |
2010-07-20 | Fix a typo. | Dan Gohman |
2010-07-20 | Don't look up the "dbg" metadata kind by name. | Dan Gohman |
2010-07-01 | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel |
2010-07-01 | If a named mdnode is removed then mark module as changed. | Devang Patel |
2010-06-30 | Remove all debug info related named mdnodes. | Devang Patel |
2010-06-30 | use ArgOperand API | Gabor Greif |
2010-06-29 | Return Changed. This required setting Changed if dbg metadata | Duncan Sands |
2010-05-20 | Strip llvm.dbg.lv also. | Devang Patel |
2010-02-10 | Strip new llvm.dbg.value intrinsic. | Devang Patel |
2010-01-22 | Another strncmp -> StringRef.startswith simplification. | Benjamin Kramer |
2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
2009-12-28 | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner |
2009-12-28 | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner |
2009-11-17 | Remove debug info attached with an instruction. | Devang Patel |
2009-10-28 | llvm.dbg.global_variables do not exist anymore. | Devang Patel |
2009-10-28 | Previously, all operands to Constant were themselves constant. | Chris Lattner |
2009-10-21 | Derive metadata hierarchy from Value instead of User. | Devang Patel |
2009-09-03 | Remove VISIBILITY_HIDDEN from this file. | Nick Lewycky |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
2009-08-06 | Use DebugInfoFinder. | Devang Patel |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-07-06 | More LLVMContext-ification. | Owen Anderson |
2009-06-26 | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel |
2009-05-02 | The second argument to RecursivelyDeleteTriviallyDeadInstructions has | Dan Gohman |
2009-03-13 | Fix -strip-debug-declare to work when there are | Dale Johannesen |
2009-03-09 | Remove llvm.dbg.global_variables also. | Devang Patel |
2009-03-09 | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel |
2009-03-03 | Recursively remove dead argument while removing llvm.dbg.declare intrinsic. | Devang Patel |
2009-03-02 | Remove all dbg symobls, including those with circular references. | Devang Patel |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2008-11-20 | Do not forget llvm.dbg.declare's first argument while removing debugging info... | Devang Patel |
2008-11-19 | Remove unused variables. | Devang Patel |