| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -2/+3 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -8/+8 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -4/+2 |
* | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -6/+6 |
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -6/+6 |
* | Test commit | Sebastian Redl | 2009-03-08 | 1 | -1/+0 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+10 |
* | Add #include | Chris Lattner | 2008-08-23 | 1 | -0/+1 |
* | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng | 2008-06-30 | 1 | -3/+7 |
* | Revert (52748 and friends): | Anton Korobeynikov | 2008-06-29 | 1 | -7/+3 |
* | Move GetConstantStringInfo to lib/Analysis. Remove | Eric Christopher | 2008-06-26 | 1 | -3/+7 |
* | Make these variables static. | Dan Gohman | 2008-04-23 | 1 | -1/+1 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. | Chris Lattner | 2008-04-01 | 1 | -13/+19 |
* | Remove the MappedFile::charBase member, rename base -> getBase() and | Chris Lattner | 2008-04-01 | 1 | -4/+4 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 8 | -16/+16 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 10 | -0/+1017 |