aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Debugger
Commit message (Expand)AuthorAgeFilesLines
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-8/+8
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-011-4/+2
* Oops...I committed too much.Bill Wendling2009-03-131-6/+6
* Temporarily XFAIL this test.Bill Wendling2009-03-131-6/+6
* Test commitSebastian Redl2009-03-081-1/+0
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+10
* Add #includeChris Lattner2008-08-231-0/+1
* - 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