hotspot/src/share/vm/adlc/formssel.cpp
Tue, 03 May 2016 12:23:06 +0200 goetz 8140594: Various minor code improvements (compiler)
Tue, 23 Feb 2016 22:09:41 +0300 shade 8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Fri, 08 Jan 2016 21:06:50 -0800 vdeshpande 8143353: update for x86 sin and cos in the math lib
Wed, 23 Dec 2015 21:09:50 -0800 kvn 8145688: Update for x86 pow in the math lib
Tue, 15 Dec 2015 19:18:05 +0000 aph 8145438: Guarantee failures since 8144028: Use AArch64 bit-test instructions in C2
Tue, 03 Nov 2015 09:41:03 +0100 thartmann 8141132: JEP 254: Compact Strings
Mon, 26 Oct 2015 19:33:31 -0700 iveresov 8139340: SuperWord enhancement to support vector conditional move (CMovVD) on Intel AVX cpu
Thu, 22 Oct 2015 21:39:25 -0700 iveresov 8139575: Update for x86 log in the math lib
Mon, 05 Oct 2015 20:02:40 -0700 iveresov 8132207: update for x86 exp in the math lib
Wed, 30 Sep 2015 04:35:39 -0400 enevill 8138583: aarch64: add support for vectorizing fabs/fneg
Wed, 09 Sep 2015 10:34:17 -0700 mcberg 8135028: support for vectorizing double precision sqrt
Fri, 08 May 2015 11:49:20 -0700 kvn 8076276: Add support for AVX512
Fri, 17 Apr 2015 14:37:20 -0700 ccheung Merge
Wed, 15 Apr 2015 09:34:46 +0200 sla 8077364: "if( !this )" construct prevents build on Xcode 6.3
Wed, 01 Apr 2015 18:07:50 -0700 kvn 8074981: Integer/FP scalar reduction optimization
Tue, 10 Feb 2015 21:32:05 +0100 psandoz 8068977: Remove unused sun.misc.Unsafe prefetch intrinsic support
Mon, 29 Sep 2014 16:03:30 -0400 goetz 8058880: Introduce identifier TEMP_DEF for effects in adl.
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Wed, 12 Mar 2014 11:24:26 -0700 iveresov 8031321: Support Intel bit manipulation instructions
Tue, 28 Jan 2014 12:25:34 -0800 kvn Merge
Tue, 24 Dec 2013 11:48:39 -0800 mikael 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
Tue, 26 Nov 2013 18:38:19 -0800 goetz 8028515: PPPC64 (part 113.2): opto: Introduce LoadFence/StoreFence.
Wed, 20 Nov 2013 11:08:09 -0800 goetz 8028580: PPC64 (part 114/120): Support for Call nodes with constants.
Fri, 15 Nov 2013 12:01:00 -0800 goetz 8028401: PPC (part 117): Improve usability of adlc and format() functionality.
Thu, 14 Nov 2013 19:24:59 -0800 goetz 8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation
Fri, 18 Oct 2013 10:50:17 +0200 adlertz 8022783: Nashorn test fails with: assert(!def_outside->member(r))
Fri, 27 Sep 2013 08:39:19 +0200 rbackman 8024924: Intrinsify java.lang.Math.addExact
Fri, 14 Jun 2013 01:19:56 +0200 adlertz 8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
Thu, 30 May 2013 08:37:08 -0700 twisti 8015266: fix some -Wsign-compare warnings in adlc
Tue, 26 Feb 2013 12:18:30 +0100 roland 8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
Tue, 22 Jan 2013 15:34:16 -0800 kvn 6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Tue, 09 Oct 2012 16:09:31 -0700 kvn 8000592: Improve adlc usability
Tue, 09 Oct 2012 12:40:05 -0700 vlivanov 7199654: Remove LoadUI2LNode
Tue, 09 Oct 2012 10:11:38 +0200 roland 7054512: Compress class pointers after perm gen removal
Tue, 02 Oct 2012 12:25:13 -0700 kvn 7201026: add vector for shift count
Tue, 25 Sep 2012 10:41:15 -0700 kvn 7200233: C2: can't use expand rules for vector instruction rules
Thu, 20 Sep 2012 16:49:17 +0200 roland 7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Fri, 15 Jun 2012 01:25:19 -0700 kvn 7119644: Increase superword's vector size up to 256 bits
Tue, 12 Jun 2012 14:31:44 -0700 twisti 7174218: remove AtomicLongCSImpl intrinsics
Tue, 20 Dec 2011 16:56:50 +0100 roland 7121140: Allocation paths require explicit memory synchronization operations for RMO systems
Wed, 14 Sep 2011 09:22:51 +0200 roland 7077312: Provide a CALL effect for instruct declaration in the ad file
Fri, 30 Sep 2011 13:47:26 +0200 roland 7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
Tue, 16 Aug 2011 16:59:46 -0700 kvn 7079329: Adjust allocation prefetching for T4
Tue, 16 Aug 2011 11:53:57 -0700 kvn 7079317: Incorrect branch's destination block in PrintoOptoAssembly output
Thu, 11 Aug 2011 12:08:11 -0700 kvn 7063629: use cbcond in C2 generated code on T4
Tue, 02 Aug 2011 18:36:40 +0200 roland 7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
Wed, 27 Jul 2011 17:28:36 -0700 kvn 7069452: Cleanup NodeFlags
Thu, 21 Jul 2011 11:25:07 -0700 kvn 7063628: Use cbcond on T4
Fri, 03 Dec 2010 01:34:31 -0800 twisti 6961690: load oops from constant table on SPARC
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Tue, 18 May 2010 23:58:32 -0700 never 6953576: bottom_type for matched AddPNodes doesn't always agree with ideal
Mon, 26 Apr 2010 11:27:21 -0700 never 6946040: add intrinsic for short and char reverseBytes
Mon, 14 Sep 2009 12:14:20 -0700 kvn 6827605: new String intrinsics may prevent EA scalar replacement
Tue, 21 Jul 2009 16:42:58 -0700 never 6857159: local schedule failed with checkcast of Thread.currentThread()
Tue, 31 Mar 2009 14:07:08 -0700 cfang 6761600: Use sse 4.2 in intrinsics
Thu, 12 Mar 2009 18:16:36 -0700 trims Merge
Mon, 09 Mar 2009 13:28:46 -0700 xdono 6814575: Update copyright year
Mon, 09 Mar 2009 03:17:11 -0700 twisti 6797305: Add LoadUB and LoadUI opcode class
Fri, 27 Feb 2009 13:27:09 -0800 twisti 6810672: Comment typos
less more (0) -60 tip