[parrot/parrot] 3a3ab5: Set HAS_LONGLONG and HAS_INT64 into config.h to re...
noreply at github.com
noreply at github.com
Sat Mar 19 12:51:21 UTC 2011
Branch: refs/heads/opsc_llvm
Home: https://github.com/parrot/parrot
Commit: 3a3ab5a49a297b461099793c57e73911979c4b9a
https://github.com/parrot/parrot/commit/3a3ab5a49a297b461099793c57e73911979c4b9a
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-03-19 (Sat, 19 Mar 2011)
Changed paths:
M config/gen/config_h/config_h.in
Log Message:
-----------
Set HAS_LONGLONG and HAS_INT64 into config.h to reduce amount of warnings from StructView PMC compilation.
Commit: 2c980d25dffccc020e8a971f1e144ae9b9747926
https://github.com/parrot/parrot/commit/2c980d25dffccc020e8a971f1e144ae9b9747926
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-03-19 (Sat, 19 Mar 2011)
Changed paths:
M config/gen/config_h/config_h.in
Log Message:
-----------
Merge branch 'master' into opsc_llvm
Commit: 5d13cb0a5a71becd608bf18aab8b3a2ec373cb9e
https://github.com/parrot/parrot/commit/5d13cb0a5a71becd608bf18aab8b3a2ec373cb9e
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-03-19 (Sat, 19 Mar 2011)
Changed paths:
M src/dynpmc/Rules.in
Log Message:
-----------
Link all libraries into llvm_engine.
llvm-config --libs produces list of _static_ libs. And linker selects only used functions. Which leads to "Undefined symbol" errors when we do dynamic linking of dynops.
Commit: 1d4307c913215aeeea43ee2d8a248261bccf77f5
https://github.com/parrot/parrot/commit/1d4307c913215aeeea43ee2d8a248261bccf77f5
Author: Vasily Chekalkin <bacek at bacek.com>
Date: 2011-03-19 (Sat, 19 Mar 2011)
Changed paths:
M runtime/parrot/library/LLVM/Builder.pm
M t/library/llvm/06-builder.t
Log Message:
-----------
Implement Builder.get_insert_block
Compare: https://github.com/parrot/parrot/compare/a1948f0...1d4307c
More information about the parrot-commits
mailing list