summaryrefslogtreecommitdiff
path: root/lib/Debugger
Commit message (Expand)AuthorAge
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-01
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Test commitSebastian Redl2009-03-08
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-09
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* 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