8
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Nov 22, 2023 — Nov 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added Tools directory - Updated prebuild executable - Added mkisofs executable
tgiphil
as Phil Garcia
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
tgiphil
as Phil Garcia
More... over 16 years ago
- Added emulated VGATextDriver driver (incomplete)
tgiphil
as Phil Garcia
More... over 16 years ago
- Additional work on VGA Text Driver.
tgiphil
as Phil Garcia
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
grover
as Michael Fröhlich
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
tgiphil
as Phil Garcia
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
tgiphil
as Phil Garcia
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
grover
as Michael Fröhlich
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.
grover
as Michael Fröhlich
More... over 16 years ago
Fixed broken and test
grover
as Michael Fröhlich
More... over 16 years ago
- Fixed broken and test
grover
as Michael Fröhlich
More... over 16 years ago
- New table based machine code emitter (not working right now) - Fixing bugs next
grover
as Michael Fröhlich
More... over 16 years ago
- Set svn:ignore property
tgiphil
as Phil Garcia
More... over 16 years ago
- Fixed parts of the emulation system
tgiphil
as Phil Garcia
More... over 16 years ago
- Modifications for CruiseControl.NET integration
tgiphil
as Phil Garcia
More... over 16 years ago
- Modifications for CruiseControl.NET integration
tgiphil
as Phil Garcia
More... over 16 years ago
- Added seperate opadd test - Fixed some minor casting bugs - Passes two out of 4 tests now
grover
as Michael Fröhlich
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
grover
as Michael Fröhlich
More... over 16 years ago
- Turned on warning messages
tgiphil
as Phil Garcia
More... over 16 years ago
- Renamed Devices directory to DeviceDrivers
tgiphil
as Phil Garcia
More... over 16 years ago
- Added DeviceEmulator and Emulator projects
tgiphil
as Phil Garcia
More... over 16 years ago
Added missing files
grover
as Michael Fröhlich
More... over 16 years ago