aboutsummaryrefslogtreecommitdiff
path: root/lib/Debugger
AgeCommit message (Expand)Author
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...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
2009-03-08Test commitSebastian Redl
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-09-22Initial support for the CMake build system.Oscar Fuentes
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
2008-04-23Make these variables static.Dan Gohman
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-04-01rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner
2008-04-01Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-05-06switch this to bitcode instead of bytecodeChris Lattner
2007-05-06teach this to read from bitcode filesChris 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-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07Removed more <iostream> includesBill Wendling
2006-11-02For PR786:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-22Fix another occurrence of inverted logic on the result of MappedFile::mapReid Spencer
2006-08-22For PR797:Reid Spencer
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner
2006-07-07This uses EH infoChris Lattner
2006-07-06Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner
2006-04-13Add the README files to the distribution.Reid Spencer
2006-03-23Handle new forms of llvm.dbg intrinsics.Jim Laskey
2006-03-13Handle the removal of the debug chain.Jim Laskey
2006-03-10remove some dead codeChris Lattner
2006-03-10Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.Chris Lattner
2006-03-08Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey
2005-12-26dum de dumDuraid Madina
2005-11-16tell selectiondag when we're debuggingChris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-23Correct the comments and file header.Reid Spencer
2004-12-22For PR351:Reid Spencer