Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove llvm-db: it is completely broken and if anyone wants to do a debugger, | Chris Lattner | 2009-10-05 | 1 | -231/+0 |
| | | | | | | they should not base it on llvm-db (which not following almost any "best practices"). llvm-svn: 83288 | ||||
* | Make the use of const with respect to LLVMContext sane. Hopefully this is ↵ | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
| | | | | | | | | the last time, for the moment, that I will need to make far-reaching changes. llvm-svn: 74655 | ||||
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -2/+3 |
| | | | | llvm-svn: 74640 | ||||
* | Add a pointer to the owning LLVMContext to Module. This requires threading ↵ | Owen Anderson | 2009-07-01 | 1 | -8/+8 |
| | | | | | | | | | | LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614 | ||||
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 |
| | | | | llvm-svn: 61715 | ||||
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
| | | | | | | | | start of a filename, not a filename+length. All clients can produce a null terminated name, and the system api's require null terminated strings anyway. llvm-svn: 49041 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 1 | -12/+5 |
| | | | | llvm-svn: 36867 | ||||
* | teach this to read from bitcode files | Chris Lattner | 2007-05-06 | 1 | -1/+13 |
| | | | | llvm-svn: 36843 | ||||
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -9/+1 |
| | | | | | | | Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. llvm-svn: 29875 | ||||
* | Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. | Chris Lattner | 2006-03-10 | 1 | -0/+6 |
| | | | | | | Perhaps llvm-db will turn into a read debugger someday. llvm-svn: 26700 | ||||
* | dum de dum | Duraid Madina | 2005-12-26 | 1 | -0/+1 |
| | | | | llvm-svn: 25018 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
| | | | | llvm-svn: 21420 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Fix some exception safety problems | Chris Lattner | 2004-01-14 | 1 | -9/+22 |
| | | | | llvm-svn: 10859 | ||||
* | Initial checkin of the LLVM source-level debugger. This is still not finished, | Chris Lattner | 2004-01-05 | 1 | -0/+212 |
by any stretch of the imagination, but it is pretty cool and works :) llvm-svn: 10685 |