aboutsummaryrefslogtreecommitdiff
path: root/lib/Debugger/ProgramInfo.cpp
AgeCommit message (Expand)Author
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner
2009-08-05Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-03-13Oops...I committed too much.Bill Wendling
2009-03-13Temporarily XFAIL this test.Bill Wendling
2008-08-23Add #includeChris Lattner
2008-06-30- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng
2008-06-29Revert (52748 and friends):Anton Korobeynikov
2008-06-26Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-04-08Make sure temporary data is not used past its life span.Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2006-12-07Removed more <iostream> includesBill Wendling
2006-11-02For PR786:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-06Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner
2006-03-23Handle new forms of llvm.dbg intrinsics.Jim Laskey
2006-03-13Handle the removal of the debug chain.Jim Laskey
2006-03-08Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Header movedChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-01-14Use new methodChris Lattner
2004-01-05Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner