aboutsummaryrefslogtreecommitdiff
path: root/src/jdk/nashorn/internal/ir/LiteralNode.java
AgeCommit message (Expand)Author
2014-10-208059844: Implement optimistic splitterattila
2014-10-178059843: Make AST serializableattila
2014-09-258025435: Optimistic builtins support, implemented initial optimistic versions...lagergren
2014-09-058057588: Lots of trivial (empty) classes were generated by the Nashorn compil...lagergren
2014-08-208027043: Turn global accesses into MethodHandle.constant, with one chance of ...attila
2014-08-208044638: Tidy up Nashorn codebase for code standardsattila
2013-10-258027042: Evaluation order for binary operators can be improvedhannesw
2013-10-108026250: Logging nullpointer bugfix and javadoc warningslagergren
2013-10-098026137: Fix Issues with Binary Evaluation Orderlagergren
2013-10-088026042: FoldConstants need to guard against ArrayLiteralNodehannesw
2013-07-118013925: Remove symbol fields from nodes that don't need themattila
2013-07-058017084: Use spill properties for large object literalshannesw
2013-07-028017082: Long array literals were slightly brokenlagergren
2013-05-318015693: reduce NodeLiteralNode to NullLiteralNodeattila
2013-05-238012522: Clean up lexical contexts - split out stack based functionality in C...lagergren
2013-05-078013913: Removed Source field from all nodes except FunctionNode in order to ...lagergren
2013-05-038013477: Node.setSymbol needs to be copy on write - enable IR snapshots for r...lagergren
2013-04-198010701: Immutable nodes - final iterationlagergren
2013-03-238010652: Eliminate non-child references in Block/FunctionNode, and make few n...attila
2013-02-058007523: VerifyError on script that uses regular expression literals with ter...sundar
2013-01-308007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecal...lagergren
2013-01-048005663: Update copyright year to 2013jlaskey
2012-12-218005403: Open-source Nashornjlaskey