Commit History

Author SHA1 Message Date
  Artur K a740690e04 Replaced memory tags #defines with eAreaType enum 12 years ago
  Artur K 14b06c252e Replaced all TRUE/FALSE macro usages with true/false booleans 12 years ago
  Artur K bc395da6ab lots of changes, created Disassembler class, removed a few globals etc. 12 years ago
  Artur K 3bcbb7a2cf Removed lints 12 years ago
  Artur K eb6c1ac939 more fixes 12 years ago
  Artur K 69d848ca78 Basic block is purer range now, it does not hold start and length members, it can be used in range based fors now 12 years ago
  Artur K fc0d35cf06 More eReg's and fixed writeBitVector for registers 12 years ago
  Artur K e0740f5ff7 Moved most of register definitions to use eReg enum 12 years ago
  Artur K ddd501de1f COND_EXPR splitting preparations 12 years ago
  Artur K d7ddc86d76 Fixed synthetic instructions for DIV and XCHG to handle Byte wide operations, and also in case of XCHG memory, also fixed assembly generation for IN/OUT operations and all string instructions MOVS etc. 12 years ago
  Artur K 32d1b71e79 LLInst opcode is private now, added accessors and moved a few functions into LLInst 12 years ago
  Artur K 0ad46c3986 renamed flag methods in LLInst 12 years ago
  Artur K 6b7d3f6209 Started separation between Low level and higher level instructions 12 years ago
  Artur K 0eab9d1db5 Moved some more enums into Enums.h, removed multiple defs of LH macro, fixed missed initialization in STATE 12 years ago
  Artur K a0a6f7cc0e lots of small things 12 years ago
  Artur K 493225ad64 Replaced a few places which used ICODE * in favour of ICODE &, also split HLTYPE attriubtes into 3 classes with virtual methods 12 years ago
  Artur K e0503c71a3 moved struct DU_ICODE into ICODE, alse replaced newRegArg pointer params with iterators 12 years ago
  Artur K fbf8cc3a7a ICODE::DU1 idx[][] is now an array of structures containing vectors<iICODE>, seems that while changing that some dataflow issues were fixed 12 years ago
  Artur K 3cb26d99d2 CIcodeRec is no longer an Array, it's now a list, will help with iterator stability 12 years ago
  Artur K f131b7e619 missing files 12 years ago
  Artur K bf2d099cd9 Refactoring idioms into objects with match/action methods 12 years ago
  Artur K 74c5966579 liveIn/Out def/use changed to use bitset<32> 12 years ago
  Artur K 95ec23eceb llvm - 12 years ago
  Artur K a51c5af87f llvm+ 12 years ago
  Artur K 2b2eaeabe5 cruft removal wip 12 years ago
  Artur K 8cb5449591 mooing on 12 years ago
  Artur K ed6f24a79a moving on 12 years ago
  Artur K f009e33799 more iterators in other places 12 years ago
  Artur K a007955543 dataflow uses iterators now 12 years ago
  Artur K b3fa570792 slowly replacing ICODE * with iterators 12 years ago