Benjamin Kramer
|
78c3bcb582
|
Make LLVMContext and LLVMContextImpl classes instead of structs.
llvm-svn: 78690
|
2009-08-11 17:45:13 +00:00 |
Owen Anderson
|
afd0c4cd56
|
Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h
not hideous. Also, fix some MSVC compile errors.
llvm-svn: 78115
|
2009-08-04 22:41:48 +00:00 |
Daniel Dunbar
|
65553d4505
|
Match declaration to definition.
llvm-svn: 75440
|
2009-07-12 23:50:34 +00:00 |
Owen Anderson
|
2a15443aa8
|
Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the
moment, that I will need to make far-reaching changes.
llvm-svn: 74655
|
2009-07-01 23:13:44 +00:00 |
Owen Anderson
|
1cf085d558
|
Hold the LLVMContext by reference rather than by pointer.
llvm-svn: 74640
|
2009-07-01 21:22:36 +00:00 |
Owen Anderson
|
6773d388aa
|
Add a pointer to the owning LLVMContext to Module. This requires threading 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
|
2009-07-01 16:58:40 +00:00 |
Chris Lattner
|
345353d6b4
|
remove attributions from tools.
llvm-svn: 45421
|
2007-12-29 20:44:31 +00:00 |
Misha Brukman
|
650ba8eb56
|
Remove trailing whitespace
llvm-svn: 21428
|
2005-04-22 00:00:37 +00:00 |
Chris Lattner
|
fa13e8ab3e
|
* Implement set/show args
* Implement support for arguments to the 'run' command
* Minor cleanups and fixes
llvm-svn: 10703
|
2004-01-06 05:37:16 +00:00 |
Chris Lattner
|
0a903c38d7
|
Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but
a good start. The status is documented in docs/SourceLevelDebugging.html
llvm-svn: 10687
|
2004-01-05 05:27:31 +00:00 |