Benjamin Kramer
|
9a590500ea
|
Make LLVMContext and LLVMContextImpl classes instead of structs.
llvm-svn: 78690
|
2009-08-11 17:45:13 +00:00 |
|
Owen Anderson
|
cf2c39dc30
|
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
|
c6592df02d
|
Match declaration to definition.
llvm-svn: 75440
|
2009-07-12 23:50:34 +00:00 |
|
Owen Anderson
|
4fa7e54329
|
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
|
cf112e59c3
|
Hold the LLVMContext by reference rather than by pointer.
llvm-svn: 74640
|
2009-07-01 21:22:36 +00:00 |
|
Owen Anderson
|
81b8dabb53
|
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
|
309aeb140b
|
remove attributions from tools.
llvm-svn: 45421
|
2007-12-29 20:44:31 +00:00 |
|
Misha Brukman
|
960a8d47d7
|
Remove trailing whitespace
llvm-svn: 21428
|
2005-04-22 00:00:37 +00:00 |
|
Chris Lattner
|
56a2afdc26
|
* 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
|
3725336680
|
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 |
|