- Added Tools directory - Updated prebuild executable - Added mkisofs executable |
|
More...
|
over 16 years ago
|
- Created switch testcase. Not working yet |
|
More...
|
over 16 years ago
|
- Added MethodCompilationStageComposite |
|
More...
|
over 16 years ago
|
- Fixed cursor position |
|
More...
|
over 16 years ago
|
- Added emulated VGATextDriver driver (incomplete) |
|
More...
|
over 16 years ago
|
- Additional work on VGA Text Driver. |
|
More...
|
over 16 years ago
|
- Added support for CIL call operation - Calling static methods inside the same class works (outside hasn't been tested.) - Added test case for caller - Added assembly linker stage for Test and AOT compilers, JIT will need to create its trampolines instead - Unfortunately the real trampolines won't work on the .NET Framework x86 due to heavy stack checks done there. (A workaround exists though.) - Fixed bugs in several places of runtime metadata related to static methods and fields - Enhanced MachineCodeEmitter to use IAssemblyLinker to resolve/register methods for resolution - Fixed bugs in DominanceCalculationStage, EnterSSA - Made ConstantPropagationStage ignore all non-StackOperand variables |
|
More...
|
over 16 years ago
|
- Extended ConstantFoldingStage to fold binary logic operations |
|
More...
|
over 16 years ago
|
- Added comments |
|
More...
|
over 16 years ago
|
- Added ConstantFoldingStage - Added ConstantFolding Testcase |
|
More...
|
over 16 years ago
|
- Fixed SHL and SHR |
|
More...
|
over 16 years ago
|
git-svn-id: svn://localhost/mosa@28 45b04e34-05f1-4d87-a130-40a8491d5c8b |
|
More...
|
over 16 years ago
|
- Added logical xor - Added XOR Testcase |
|
More...
|
over 16 years ago
|
- Added logical or - Added logical not (negation) - Added Testcases for or and not - Added Testcase for Shr |
|
More...
|
over 16 years ago
|
- Added Disk Partitions |
|
More...
|
over 16 years ago
|
- Fixed bugs in IL instruction handling (shift, div are backwards!) - Fixed test cases - Now emitting and succeeding on int32: +, -, *, / - Now emitting and succeeding on bit-logic: & - Some loops and branches work too |
|
More...
|
over 16 years ago
|
Fixed project settings for MOSA Runtime/Compiler/Platforms and Test. Phil, if you need this for your projects, copy the settings over. |
|
More...
|
over 16 years ago
|
Fixed broken and test |
|
More...
|
over 16 years ago
|
- Fixed broken and test |
|
More...
|
over 16 years ago
|
- New table based machine code emitter (not working right now) - Fixing bugs next |
|
More...
|
over 16 years ago
|
- Set svn:ignore property |
|
More...
|
over 16 years ago
|
- Fixed parts of the emulation system |
|
More...
|
over 16 years ago
|
- Modifications for CruiseControl.NET integration |
|
More...
|
over 16 years ago
|
- Modifications for CruiseControl.NET integration |
|
More...
|
over 16 years ago
|
- Added seperate opadd test - Fixed some minor casting bugs - Passes two out of 4 tests now |
|
More...
|
over 16 years ago
|
- Added binary logic and test case - x86 backend emits AND properly - Added IR for LogicalAndInstruction - Fixed bugs in several places - Extended ICallingConvention, DefaultCallingConvention with proper Return type handling and made ReturnInstruction expand to a proper sequence if needed - Fixed some minor bugs in compiler tester |
|
More...
|
over 16 years ago
|
- Turned on warning messages |
|
More...
|
over 16 years ago
|
- Renamed Devices directory to DeviceDrivers |
|
More...
|
over 16 years ago
|
- Added DeviceEmulator and Emulator projects |
|
More...
|
over 16 years ago
|
Added missing files |
|
More...
|
over 16 years ago
|