aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Debugger
Commit message (Expand)AuthorAgeFilesLines
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+1
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-052-2/+4
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-011-16/+6
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-296-12/+12
* For PR797:Reid Spencer2006-08-221-1/+4
* Remove trailing whitespaceMisha Brukman2005-04-216-23/+23
* For PR351: \Reid Spencer2004-12-131-2/+3
* For PR351:\Reid Spencer2004-12-131-10/+9
* Don't use invalid HTML in doxygen comments.Misha Brukman2004-04-151-1/+1
* add new methodChris Lattner2004-01-061-0/+4
* /me slaps foreheadChris Lattner2004-01-051-0/+1
* Initial implementation of some source-level debugging stuffChris Lattner2004-01-056-0/+887