summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_x86.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement try/catch/throw in optimizing.Nicolas Geoffray2014-11-061-24/+28
* Implement CONST_CLASS in optimizing compiler.Nicolas Geoffray2014-11-041-0/+2
* Add support for static fields in optimizing compiler.Nicolas Geoffray2014-10-291-2/+2
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-2/+2
* Add multiplication for integral typesCalin Juravle2014-10-171-0/+4
* Don't use assembler classes in code_generator.h.Nicolas Geoffray2014-10-161-1/+11
* Cleanup baseline register allocator.Nicolas Geoffray2014-10-101-12/+2
* Fix code generation of materialized conditions.Nicolas Geoffray2014-10-091-2/+2
* Stop converting from Location to ManagedRegister.Nicolas Geoffray2014-10-091-1/+1
* Add support for floats and doubles.Nicolas Geoffray2014-10-071-3/+8
* Optimize suspend checks in optimizing compiler.Nicolas Geoffray2014-09-251-0/+5
* Support for saving and restoring live registers in a slow path.Nicolas Geoffray2014-09-231-0/+2
* Implement invoke virtual in optimizing compiler.Nicolas Geoffray2014-09-171-0/+2
* Implement array get and array put in optimizing.Nicolas Geoffray2014-07-281-1/+4
* Stack overflow checks and NPE checks for optimizing.Nicolas Geoffray2014-07-221-1/+1
* Add assembly operations with constants in optimizing compiler.Nicolas Geoffray2014-07-211-2/+2
* Fix a braino in the stack layout.Nicolas Geoffray2014-07-151-3/+2
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-0/+1
* Support longs in the register allocator for x86_64.Nicolas Geoffray2014-07-021-0/+4
* Final CL to enable register allocation on x86.Nicolas Geoffray2014-06-121-0/+29
* Add a linear scan register allocator to the optimizing compiler.Nicolas Geoffray2014-05-261-0/+11
* Setup policies for register allocation.Nicolas Geoffray2014-04-291-4/+7
* Code cleanup in preparation for x64 backend.Nicolas Geoffray2014-04-171-0/+32
* Long support in optimizing compiler.Nicolas Geoffray2014-04-161-4/+12
* Use target-specific word instead of runtime word.Nicolas Geoffray2014-04-041-1/+6
* Support passing arguments to invoke-static* instructions.Nicolas Geoffray2014-04-031-13/+9
* Add support for invoke-static in optimizing compiler.Nicolas Geoffray2014-03-311-0/+2
* Plug new optimizing compiler in compilation pipeline.Nicolas Geoffray2014-03-181-3/+33
* More code generation for the optimizing compiler.Nicolas Geoffray2014-03-131-5/+28
* Add codegen support to the optimizing compiler.Nicolas Geoffray2014-03-041-0/+54