summaryrefslogtreecommitdiff
path: root/lib/Debugger
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Add #includeChris Lattner2008-08-23
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* Make these variables static.Dan Gohman2008-04-23
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-01
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-01
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove attribution from lib Makefiles.Chris Lattner2007-12-29
* switch this to bitcode instead of bytecodeChris Lattner2007-05-06
* teach this to read from bitcode filesChris Lattner2007-05-06
* Make sure temporary data is not used past its life span.Reid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* Removed more <iostream> includesBill Wendling2006-12-07
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-20
* For PR797:Reid Spencer2006-08-25
* Fix another occurrence of inverted logic on the result of MappedFile::mapReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-21
* This uses EH infoChris Lattner2006-07-07
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-06
* Add the README files to the distribution.Reid Spencer2006-04-13
* Handle new forms of llvm.dbg intrinsics.Jim Laskey2006-03-23
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* remove some dead codeChris Lattner2006-03-10
* Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea.Chris Lattner2006-03-10
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-08
* dum de dumDuraid Madina2005-12-26
* tell selectiondag when we're debuggingChris Lattner2005-11-16
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Correct the comments and file header.Reid Spencer2004-12-23
* For PR351:Reid Spencer2004-12-22
* For PR351:Reid Spencer2004-12-22
* Include <cassert> for Cygwin.Reid Spencer2004-12-21
* Remove unnecessary #includes.Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-15
* For PR351: \Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18