| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 1 | -12/+5 |
* | teach this to read from bitcode files | Chris Lattner | 2007-05-06 | 1 | -1/+13 |
* | Make sure temporary data is not used past its life span. | Reid Spencer | 2007-04-08 | 1 | -2/+2 |
* | For PR1291: | Reid Spencer | 2007-04-07 | 1 | -1/+1 |
* | For PR789: | Reid Spencer | 2007-03-29 | 1 | -3/+4 |
* | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling | 2006-12-07 | 1 | -0/+1 |
* | Removed more <iostream> includes | Bill Wendling | 2006-12-07 | 2 | -7/+5 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -4/+4 |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -9/+1 |
* | Fix another occurrence of inverted logic on the result of MappedFile::map | Reid Spencer | 2006-08-22 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -1/+3 |
* | Change Path::getStatusInfo to return a boolean and error string on an error | Chris Lattner | 2006-07-28 | 1 | -2/+3 |
* | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner | 2006-07-21 | 1 | -0/+1 |
* | This uses EH info | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Modify the SlowOperationInformer interface to not throw exceptions. | Chris Lattner | 2006-07-06 | 1 | -2/+4 |
* | Add the README files to the distribution. | Reid Spencer | 2006-04-13 | 1 | -0/+1 |
* | Handle new forms of llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -8/+6 |
* | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 1 | -3/+3 |
* | remove some dead code | Chris Lattner | 2006-03-10 | 2 | -95/+0 |
* | Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. | Chris Lattner | 2006-03-10 | 2 | -937/+6 |
* | Get rid of the multiple copies of getStringValue. Now a Constant:: method. | Jim Laskey | 2006-03-08 | 1 | -42/+3 |
* | dum de dum | Duraid Madina | 2005-12-26 | 1 | -0/+1 |
* | tell selectiondag when we're debugging | Chris Lattner | 2005-11-16 | 1 | -0/+1 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 1 | -1/+2 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -2/+2 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 11 | -51/+51 |
* | Correct the comments and file header. | Reid Spencer | 2004-12-23 | 1 | -3/+2 |
* | For PR351: | Reid Spencer | 2004-12-22 | 1 | -0/+1 |
* | For PR351: | Reid Spencer | 2004-12-22 | 2 | -0/+96 |
* | Include <cassert> for Cygwin. | Reid Spencer | 2004-12-21 | 1 | -0/+2 |
* | Remove unnecessary #includes. | Reid Spencer | 2004-12-20 | 1 | -6/+0 |
* | For PR351: | Reid Spencer | 2004-12-15 | 2 | -2/+0 |
* | For PR351: \ | Reid Spencer | 2004-12-13 | 1 | -2/+3 |
* | For PR351: \ | Reid Spencer | 2004-12-13 | 2 | -49/+17 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -705/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+680 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -4/+4 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+25 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 4 | -8/+8 |
* | Header moved | Chris Lattner | 2004-07-29 | 2 | -2/+2 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -12/+8 |