Move IC code into a subdir and move ic-compilation related code from stub-cache into...
[platform/upstream/v8.git] / src / codegen.cc
2014-08-22 verwaest@chromium.orgMove IC code into a subdir and move ic-compilation...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-07 svenpanne@chromium.orgAnother round of MSVC fixes.
2014-07-07 svenpanne@chromium.orgMore OStreamsUse OStreams more often.
2014-07-03 svenpanne@chromium.orgStart using OStreams.
2014-06-26 yangguo@chromium.orgCompile optimized code with active debugger but no...
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-05-06 jochen@chromium.orgMove generated math methods from platform to codegen
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-02-13 vegorov@chromium.orgImprove positions tracking inside the HGraphBuilder.
2014-01-21 rossberg@chromium.orgZonify types in compiler frontend
2013-12-09 yurys@chromium.orgReplace 'operator*' with explicit 'get' method on Smart...
2013-11-07 vegorov@chromium.orgAllow redirecting disassembly and deoptimization traces...
2013-10-23 danno@chromium.orgEnable preaging of code objects when --optimize-for...
2013-10-21 danno@chromium.orgAdd tool to visualize machine code/lithium.
2013-10-14 mstarzinger@chromi... Add histograms to track fraction of heap spaces and...
2013-09-03 dcarney@chromium.orgthread isolate for files starting with 'b' and 'c'
2013-09-02 dcarney@chromium.orgremove Isolate::Current from most files starting with 'a'
2013-08-16 mstarzinger@chromi... Remove check for empty handle for CodeGenerator::MakeCo...
2013-07-24 yangguo@chromium.orgAllow handle dereference for --print-code.
2013-07-03 yurys@chromium.orgRemove #include "cpu-profiler-inl.h" from v8.h
2013-06-24 rossberg@chromium.orgRename Literal::handle to Literal::value
2013-05-24 svenpanne@chromium.orgMake (most of) --trace-codegen available in release...
2013-04-18 danno@chromium.orgMake it possible to Crankshaft all kinds of stubs.
2013-04-02 yurys@chromium.orgIsolatify CPU profiler
2013-03-21 danno@chromium.orgMaintain API compatibility with older versions of V8.
2013-03-19 yurys@chromium.orgIsolatify CPU profiler
2013-02-05 danno@chromium.orgPrint generated code for Crankshafted stubs with -...
2013-01-14 svenpanne@chromium.orgWe can't print the AST or the source for stubs.
2013-01-09 yangguo@chromium.orgIntroduce ENABLE_LATIN_1 compile flag
2012-12-31 yangguo@chromium.orgReland r13275 and 13276 (Remove most uses of StringInpu...
2012-12-27 yangguo@chromium.orgRevert r13275 and 13276 (Remove most uses of StringInpu...
2012-12-24 yangguo@chromium.orgRemove most uses of StringInputBuffer
2012-12-19 svenpanne@chromium.orgUnbreak --trace-codegen
2012-12-18 danno@chromium.orgRe-land Crankshaft-generated KeyedLoad stubs.
2012-12-10 danno@chromium.orgRevert 13157, 13145 and 13140: Crankshaft code stubs.
2012-12-05 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-12-03 danno@chromium.orgRevert 13117: "Enable stub generation using Hydrogen...
2012-12-03 danno@chromium.orgEnable stub generation using Hydrogen/Lithium (again)
2012-11-30 danno@chromium.orgRevert 13105: "Enable stub generation using Hydrogen...
2012-11-30 danno@chromium.orgEnable stub generation using Hydrogen/Lithium.
2012-11-29 svenpanne@chromium.orgSimplify and fix code aging.
2012-03-14 fschneider@chromiu... Change --hydrogen-filter to allow specifying a negative...
2012-02-08 kmillikin@chromium.orgRemove the JSON AST printing support.
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-08-05 vitalyr@chromium.orgStatic state cleanup: add more consts.
2011-07-13 sgjesse@chromium.orgRemove the ability to compile without logging and profiling
2011-06-16 karlklose@chromium.orgMerge arguments branch to bleeding edge (second try).
2011-06-16 karlklose@chromium.orgRevert "Merge arguments branch to bleeding merge."
2011-06-15 karlklose@chromium.orgMerge arguments branch to bleeding merge.
2011-05-03 kmillikin@chromium.orgSimplify include dependencies.
2011-04-29 svenpanne@chromium.orgRemoved dead code: GenericUnaryOpStub is not used anymo...
2011-04-22 vitalyr@chromium.orgAvoid hidden TLS access in CpuProfiler::is_profiling().
2011-04-07 ager@chromium.orgRemove some dead code.
2011-04-07 fschneider@chromiu... Remove unnecessary AST node for ++ and -- operations.
2011-04-01 vitalyr@chromium.orgFix multi-isolate build:
2011-03-23 ager@chromium.orgAvoid TLS access for counters.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-17 mmaly@chromium.orgImplement strict mode ThrowTypeError functions for...
2011-02-11 mikhail.naganov... removed
2011-01-21 vegorov@chromium.orgGDBJIT: do not register NULL lineinfo when gdbjit integ...
2011-01-18 vegorov@chromium.orgBasic GDB JIT Interface integration.
2010-12-17 vitalyr@chromium.orgExtend code printing:
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-11-15 serya@chromium.orgRemoving redundant stubs for API functions.
2010-11-11 fschneider@chromiu... Move ComputeCallInitialize from the codegen.cc to stub...
2010-11-09 serya@chromium.orgDirect call API functions (ia32 implementation).
2010-11-04 vegorov@chromium.orgImprove positions recording for calls.
2010-10-18 whesse@chromium.orgFix compilation error on ARM with gcc 4.4. Remove...
2010-10-04 kmillikin@chromium.orgMore refactoring of class Compiler's interface.
2010-09-24 kmillikin@chromium.orgClean up some messiness in Scopes.
2010-09-14 whesse@chromium.orgMove inlined function declarations and support from...
2010-09-01 whesse@chromium.orgRemove CodeGenerator::PatchInlineRuntimeEntry and repla...
2010-08-27 sgjesse@chromium.orgCleanup the way the debugger stores live registers...
2010-08-24 kasperl@chromium.orgIntroduce a new intermediate AST node for encapsulating the
2010-08-09 erik.corry@gmail.comIA32: Avoid going into stubs or runtime code for bitops...
2010-07-28 podivilov@chromium.orgBreakpoint position should be inside function body.
2010-07-13 kaznacheev@chromiu... Move serialized scope info from Code object to SharedFu...
2010-07-05 erik.corry@gmail.comSpecialize GenericUnaryStub so that it knows whether...
2010-06-23 lrn@chromium.orgLower waste from alignment of deferred code blocks.
2010-06-22 lrn@chromium.orgX64: Change strategy for spilling to match ia32. It...
2010-06-08 sgjesse@chromium.orgMore precise break points and stepping when debugging
2010-06-07 kaznacheev@chromiu... Extend CallIC to support non-constant names.
2010-04-28 peter.rybin@gmail.comLiveEdit: breakpoints updates and fixes for related...
2010-04-27 sgjesse@chromium.orgAvoid constant pool blocking for too long
2010-04-23 sgjesse@chromium.orgChanged inlined property load detection on ARM
2010-04-06 mikhail.naganov... C++ profiles processor: wire up to VM.
2010-03-30 vitalyr@chromium.orgInline %_ArgumentsLength.
2010-03-25 erik.corry@gmail.comSplit the virtual frame into heavy and light versions.
2010-03-23 iposva@chromium.org- Remove function boilerplate objects and use SharedFun...
2010-03-11 sgjesse@chromium.orgAdd fuzzing support for inline runtime functions
2010-03-08 ricow@chromium.orgInline Math.sqrt().
2010-02-26 vitalyr@chromium.orgImplemented one-char cache lookup in generated code.
next