aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger
Commit message (Expand)AuthorAgeFilesLines
* Make these variables static.Dan Gohman2008-04-231-1/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-1/+1
* rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner2008-04-011-13/+19
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-011-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-298-16/+16
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1810-0/+1017