Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: sim/v850/ChangeLog

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/testsuite/sim/v850/ChangeLog ('k') | sim/v850/aclocal.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-06-15 Joel Brobecker <brobecker@adacore.com>
2
3 * config.in, configure: Regenerate.
4
5 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
6
7 * sim-main.h (struct _v850_regs): Add new fields mpu0_sregs,
8 mpu1_sregs, and fpu_sregs.
9 (MPU0_SR, MPU1_SR, FPU_SR): New macros for accessing new fields
10 in _v850_regs struct.
11 (SP_REGNO): Define.
12 (SP): Redefine using SP_REGNO.
13 (PSW_REGNO, EIIC, FEIC, DBIC, DIR, EIWR, FEWR, DBWR, BSEL, PSW_NPV)
14 (PSW_DMP, PSW_IMP, ECR_EICC, ECR_FECC, FPSR, FPSR_REGNO, FPEPC)
15 (FPST, FPST_REGNO, FPCC, FPCFG, FPCFG_REGNO, FPSR_DEM, FPSR_SEM)
16 (FPSR_RM, FPSR_RN, FPSR_FS, FPSR_PR, FPSR_XC, FPSR_XCE, FPSR_XCV)
17 (FPSR_XCZ, FPSR_XCO, FPSR_XCU, FPSR_XCI, FPSR_XE, FPSR_XEV)
18 (FPSR_XEZ, FPSR_XEO, FPSR_XEU, FPSR_XEI, FPSR_XP, FPSR_XPV)
19 (FPSR_XPZ, FPSR_XPO, FPSR_XPU, FPSR_XPI, FPST_PR, FPST_XCE)
20 (FPST_XCV, FPST_XCZ, FPST_XCO, FPST_XCU, FPST_XCI, FPST_XPV)
21 (FPST_XPZ, FPST_XPO, FPST_XPU, FPST_XPI, FPCFG_RM, FPCFG_XEV)
22 (FPCFG_XEZ, FPCFG_XEO, FPCFG_XEU, FPCFG_XEI, GET_FPCC, CLEAR_FPCC)
23 (SET_FPCC, TEST_FPCC, FPSR_GET_ROUND, MPM, MPC, MPC_REGNO, TID)
24 (PPA, PPM, PPC, DCC, DCV0, DCV1, SPAL, SPAU, IPA0L, IPA0U, IPA1L)
25 (IPA1U, IPA2L, IPA2U, IPA3L, IPA3U, DPA0L, DPA0U, DPA1L, DPA1U)
26 (DPA2L, DPA2U, DPA3L, DPA3U, PPC_PPE, SPAL_SPE, SPAL_SPS, VIP)
27 (VMECR, VMTID, VMADR, VPECR, VPTID, VPADR, VDECR, VDTID, MPM_AUE)
28 (MPM_MPE, VMECR_VMX, VMECR_VMR, VMECR_VMW, VMECR_VMS, VMECR_VMRMW)
29 (VMECR_VMMS, IPA2ADDR, IPA_IPE, IPA_IPX, IPA_IPR, IPE0, IPE1, IPE2)
30 (IPE3, IPX0, IPX1, IPX2, IPX3, IPR0, IPR1, IPR2, IPR3, DPA2ADDR)
31 (DPA_DPE, DPA_DPR, DPA_DPW, DPE0, DPE1, DPE2, DPE3, DPR0, DPR1)
32 (DPR2, DPR3, DPW0, DPW1, DPW2, DPW3, DCC_DCE0, DCC_DCE1, PPA2ADDR)
33 (PPC_PPC, PPC_PPE, PPC_PPM): New macros.
34 (FPU_COMPARE): New enum.
35 (TRACE_FP_INPUT_FPU1, TRACE_FP_INPUT_FPU2, TRACE_FP_INPUT_FPU3)
36 (TRACE_FP_INPUT_BOOL1_FPU2, TRACE_FP_INPUT_WORD2)
37 (TRACE_FP_RESULT_WORD1, TRACE_FP_RESULT_WORD2): New macros.
38 * simops.c (Add32): Update prototype.
39 (update_fpsr): New function.
40 (SignalException): New function.
41 (SignalExceptionFPE): New function.
42 (check_invalid_snan): New function.
43 (v850_float_compare): New function.
44 (v850_div): New function.
45 (v850_divu): New function.
46 (v850_sar): New function.
47 (v850_shl): New function.
48 (v850_shr): New function.
49 (v850_satadd): New function.
50 (v850_satsub): New function.
51 (load_data_mem): New function.
52 (store_data_mem): New function.
53 (mpu_load_mem_test): New function.
54 (mpu_store_mem_test): New function.
55 * simops.h: Add function prototype for above mentioned functions.
56 (check_cvt_fi, check_cvt_if, check_cvt_ff): Define.
57 * v850-dc: Add entry for v850e2 and v850e2v3.
58 * v850.igen: Add support for v850e2 and v850e2v3.
59
60 2012-03-24 Mike Frysinger <vapier@gentoo.org>
61
62 * aclocal.m4, config.in, configure: Regenerate.
63
1 2011-12-03 Mike Frysinger <vapier@gentoo.org> 64 2011-12-03 Mike Frysinger <vapier@gentoo.org>
2 65
3 * aclocal.m4: New file. 66 * aclocal.m4: New file.
4 * configure: Regenerate. 67 * configure: Regenerate.
5 68
6 2011-10-17 Mike Frysinger <vapier@gentoo.org> 69 2011-10-17 Mike Frysinger <vapier@gentoo.org>
7 70
8 * configure.ac: Change include to common/acinclude.m4. 71 * configure.ac: Change include to common/acinclude.m4.
9 72
10 2011-10-17 Mike Frysinger <vapier@gentoo.org> 73 2011-10-17 Mike Frysinger <vapier@gentoo.org>
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 instructions. 1370 instructions.
1308 1371
1309 * simops.c: Add logicals, mov, movhi, movea, add, addi, sub 1372 * simops.c: Add logicals, mov, movhi, movea, add, addi, sub
1310 and subr. No condition codes yet. 1373 and subr. No condition codes yet.
1311 1374
1312 Wed Aug 28 13:53:22 1996 Jeffrey A Law (law@cygnus.com) 1375 Wed Aug 28 13:53:22 1996 Jeffrey A Law (law@cygnus.com)
1313 1376
1314 * ChangeLog, Makefile.in, configure, configure.in, v850_sim.h, 1377 * ChangeLog, Makefile.in, configure, configure.in, v850_sim.h,
1315 gencode.c, interp.c, simops.c: Created. 1378 gencode.c, interp.c, simops.c: Created.
1316 1379
OLDNEW
« no previous file with comments | « sim/testsuite/sim/v850/ChangeLog ('k') | sim/v850/aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698