Axel Naumann
f30e498afd
Try again: fix standalone cling; now verified on Win.
2014-03-10 13:43:01 +01:00
Pere Mato
d92e4dbb1c
Fix the build of cling (outside LLVM) after the recent changes in CMake files
2014-03-09 21:51:07 +01:00
Axel Naumann
5634799c7b
Typo.
2014-03-09 21:17:01 +01:00
Axel Naumann
f24006695a
Try again with CMake-ism: handle empty COMPILE_FLAGS.
2014-03-09 13:34:00 +01:00
Axel Naumann
1ecfebabdb
Apparently COMPILE_FLAGS can be empty.
2014-03-09 12:52:59 +01:00
Axel Naumann
4cffcf37a6
And another location for the new dependency.
2014-03-08 19:11:12 +01:00
Axel Naumann
772a9e5036
Add new dependency.
2014-03-08 19:05:02 +01:00
Axel Naumann
e7982e022d
Clean linked libs.
2014-03-08 19:05:02 +01:00
Axel Naumann
d27125d2e6
Extract git commit and use it to version cling.
2014-03-08 18:47:10 +01:00
Axel Naumann
70144ff4d8
Export symbols so dlsym() can find them.
2014-03-08 18:47:10 +01:00
Axel Naumann
61d2ec4e7a
Export symbols for the JIT.
2014-03-08 18:47:10 +01:00
Axel Naumann
d7ca5b7759
Use new libdep syntax; parameterize target libs to link.
2014-03-08 18:47:09 +01:00
Axel Naumann
09bb6baf4c
Update add_cling_library to current one from clang.
2014-03-08 18:47:09 +01:00
Axel Naumann
ab0e63a547
Only use native target, avoids --enable-targets=host.
2014-03-08 18:47:08 +01:00
Axel Naumann
b37a2bb919
No need for svn anymore.
2014-03-08 18:47:08 +01:00
Axel Naumann
ed1069786f
Improve version string; adapt test.
2014-03-05 09:46:09 +01:00
Axel Naumann
c505d76e2f
Fix constness warning.
2014-03-05 09:46:09 +01:00
Axel Naumann
297d6a0019
First step away from SVN versioning.
2014-03-04 19:55:00 +01:00
Axel Naumann
57a84ab394
Move some code around to chop Interpreter() into smaller pieces.
2014-03-04 19:55:00 +01:00
Axel Naumann
5045248a76
Dealy running static init until gCling is defined; local_cxa_atexit() needs it.
2014-03-04 19:55:00 +01:00
Axel Naumann
6325e7ed19
Keep trying to remap __cxa_atexit until succeeded.
...
__cxa_atexit is generated by clang::CodeGen upon seeing the first static
destructor. Instead of trying to provoke that we just continue to search for it.
2014-03-04 19:55:00 +01:00
Axel Naumann
baca204185
Simplify cxa_atexit(), first part.
...
Remove trigger__cxa_atexit(), we will just remap until successful.
Remove unused dso parameter.
Instead of friending just provide a function.
Pass a transaction, the typesafe way.
2014-03-04 19:54:59 +01:00
Axel Naumann
1e86611693
Remove unused function.
2014-03-04 19:54:59 +01:00
Vassil Vassilev
4b2182fe9c
Use actual md syntax.
2014-03-04 16:57:16 +01:00
Axel Naumann
a2ccf158bd
Remove stray semicolon.
2014-03-03 23:48:10 +01:00
Axel Naumann
ead43a7e3e
Also note the llvm/clang update here!
2014-03-03 19:52:00 +01:00
Axel Naumann
e784149c9b
Update tests to new clang output.
2014-03-03 19:11:05 +01:00
Axel Naumann
5294658610
Update to llvm/clang r202469.
2014-03-03 18:45:21 +01:00
Axel Naumann
6b647a89cd
Force symbol for ~__trigger__cxa_atexit (ROOT-6074); avoid reserved name.
2014-03-03 18:45:21 +01:00
Vassil Vassilev
d5abdd34f6
Remove unused variable.
2014-03-03 17:49:56 +01:00
Vassil Vassilev
b5d7af7566
Remove accidentally checked in file.
2014-03-03 15:44:01 +01:00
Vassil Vassilev
f7425b323d
Fix init order.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
c7e7156ce1
Remove Interpreter::getModule.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
8d457e947f
StringRef-y.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
c7503fbe79
Inline.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
15918cd889
Remove unused interface.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
e4383ecf7d
Remove unused interface.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
be8b6e8db1
Fix cmake.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
1851604b8c
Rename printAST to printDebug.
2014-03-03 15:27:05 +01:00
Vassil Vassilev
c745dcc29c
Remove useless flag.
2014-03-03 15:27:04 +01:00
Vassil Vassilev
f29b09e054
Remove .printIR and replace it with smarter debug class reusing the latest state tracker.
2014-03-03 15:27:04 +01:00
Vassil Vassilev
2ecd78a0aa
Move the callback invocation in the interpreter.
2014-03-03 15:27:04 +01:00
Axel Naumann
40be9385f3
From Cristina: tests redirection.
2014-03-02 19:45:00 +01:00
Vassil Vassilev
2073194a6e
Trailing blanks, tabs.
2014-02-28 10:36:00 +01:00
Vassil Vassilev
943350a7c2
Implement .stats command printing out statistics about internal ADT
2014-02-28 10:35:59 +01:00
Vassil Vassilev
03010a5af1
Revert failed instantiations ROOT-6070.
2014-02-28 10:35:59 +01:00
Vassil Vassilev
71b05e8321
Use the new CodeGen debug printouts in .storeState
2014-02-27 15:57:11 +01:00
Vassil Vassilev
c66118f2e2
Make the test xfailing because we don't handle .str removal and deferred decls removal.
2014-02-27 12:49:13 +01:00
Vassil Vassilev
a6c682a670
Add more handy interface.
2014-02-27 12:49:13 +01:00
Vassil Vassilev
50fe8b7a32
Clarification comment.
2014-02-27 12:49:12 +01:00