aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger
Commit message (Expand)AuthorAgeFilesLines
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-3/+7
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-7/+3
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-3/+7
* 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