Liana Husikyan
|
1b2efc5bf2
|
one more style fix
|
10 years ago |
Liana Husikyan
|
c17c9a4c31
|
style fixes
|
10 years ago |
Liana Husikyan
|
18176ea3e4
|
added source code printing for each output line.
some changes after pr review
|
10 years ago |
Liana Husikyan
|
369abf4294
|
to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument.
|
10 years ago |
jhuntley
|
4f109d29a6
|
Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'.
|
10 years ago |
Lefteris Karapetsas
|
a157ccae4d
|
Move SourceLocation to evmcore
|
10 years ago |
Lefteris Karapetsas
|
72f9ecd526
|
Styling changes for SourceLocation and friends
|
10 years ago |
Lefteris Karapetsas
|
bc71f71035
|
Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
|
10 years ago |
Lefteris Karapetsas
|
f85aee0826
|
Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
|
10 years ago |
Lefteris Karapetsas
|
4c6bf04b87
|
Adding location information to assembly items
- In order to facilitate this addition we also now have a ScopeGuard
object used in the Compiler to set the currently visited node.
|
10 years ago |
Gav Wood
|
03a9bc31fa
|
Minor fix.
|
10 years ago |
Gav Wood
|
4323c987b7
|
cppcheck fixes.
|
10 years ago |
Marek Kotewicz
|
dd0744e8a3
|
fixed #1022
|
10 years ago |
Gav Wood
|
86bc98c004
|
Related typo fix.
|
10 years ago |
Lu Guanqun
|
77a15f749f
|
change typedef to using according to preferred coding style
|
10 years ago |
Christian
|
8ad6951f38
|
Some changes to the log functions.
|
10 years ago |
Gav Wood
|
bf8174ecee
|
Warnings fixes.
Make Mix work with Qt 5.2
Minor other alterations.
|
10 years ago |
Christian
|
c6ae1754b9
|
Some changes to the optimizer.
|
10 years ago |
Gav Wood
|
9dd9b025d1
|
BLOCKHASH
|
10 years ago |
Christian
|
7377e93882
|
Bugfix: Data reference tags can be longer than jump tags.
|
10 years ago |
Christian
|
c00153e5c1
|
Stylistic changes.
|
10 years ago |
Christian
|
7801b87ddb
|
Packing and unpacking of constructor arguments.
|
10 years ago |
Lu Guanqun
|
960f62b05a
|
update to the correct file name
|
10 years ago |
Marek Kotewicz
|
fb72a7ce5f
|
fixed styling issues
|
10 years ago |
Marek Kotewicz
|
48dfbaf3c9
|
updated cmake policies
|
10 years ago |
Marek Kotewicz
|
281a9e2b22
|
jsonrpc option in cmakes, removed all warnings
|
10 years ago |
yann300
|
c9bf5fcd7c
|
- Instruction.h: add functions "getInstructionNumber"
- AssemblyDebuggerCtrl add members AppContext, QQMLApplicationEngine
|
10 years ago |
debris
|
9d59ee4aa1
|
lll, buildinfo.h and llc compiling on windows
|
10 years ago |
debris
|
bb3a0bc0e4
|
devcore, evmcore, jsqrc compiling on windows
|
10 years ago |
Marek Kotewicz
|
6b5d89d559
|
removed automocs
|
10 years ago |
Christian
|
e9972a551c
|
Optimizer for literals and identity operations.
|
10 years ago |
Gav Wood
|
8cbea38df9
|
PV46. Minor protocol alterations.
|
10 years ago |
Gav Wood
|
df413e0a4f
|
LOG fixes.
|
10 years ago |
Gav Wood
|
07663d141b
|
Make OOG on precompileds consistent.
Warning fix.
Use high-res clock for randoms.
Whisper test.
|
10 years ago |
Marek Kotewicz
|
6cc9e6952e
|
merge
|
10 years ago |
Gav Wood
|
ac2b907a4f
|
Minor Instructions fix for PoC-7 renames.
|
10 years ago |
Christian
|
4f38cb75dd
|
Throw exception for unknown assembly item types.
|
10 years ago |
Christian
|
712650d360
|
Further constants optimizations.
|
10 years ago |
Christian
|
dd28c75e78
|
Pop optimization.
|
10 years ago |
Christian
|
5afa06c7b5
|
Bugfix: Do not optimize away tags, they may be used elsewhere.
|
10 years ago |
Christian
|
57d25f7a54
|
Prevent optimizer from changing certain parts of the code.
|
10 years ago |
Christian
|
99882a76a7
|
Moved instructions and assembly to new libevmcore.
|
10 years ago |