arch-power: Add multi-mode support
[gem5.git] / src / base / loader / elf_object.cc
2021-02-15 Sandipan Dasarch-power: Add multi-mode support
2021-02-15 Sandipan Dasbase: Add byte order attribute for object files
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-25 Gabe Blackbase: When creating an ELF file memory image, ignore...
2020-09-02 Hoa Nguyenext: Revert "base: Use system libelf instead of ext"
2020-08-28 Jason Lowe-Powerbase: Use system libelf instead of ext
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackbase: Delete authors lists from files in base.
2020-02-13 Gabe Blackbase: Delete alpha loader components.
2019-11-27 Giacomo Travaglinibase, python: Allow dirname selection for the interpreter
2019-10-30 Giacomo Travaglinibase: Name segments after their index
2019-10-16 Giacomo Travaglinibase: Fix gem5.fast compilation
2019-10-15 Gabe Blackarch,base: Restructure the object file loaders.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch,base: Stop loading the interpreter in ElfObject.
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-05 Gabe Blackbase: ELF segment types are not bitfields.
2019-05-29 Brandon Pottersim-se: const for loader's loadSection param
2019-02-07 Austin Harrisarch-riscv: Enable support for riscv 32-bit in SE mode.
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-02-23 Brandon Potterbase: fix small memory leak in the ELF loader
2016-11-30 Alec Roelkearch: [Patch 1/5] Added RISC-V base instruction set...
2016-07-11 Andreas Sandbergbase: Fix inverted check in ELF .text size warning
2016-07-11 Andreas Sandbergbase: Convert ELF .text size check assertion to a warning
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Potterbase: style cleanup for ObjectFile and ElfObject
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-07-03 Curtis Dunhambase: remove fd from object loaders
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-07-15 Deyuan Guoloader: Load weak symbols for function tracing
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Deyuan Guo ext:... base: load weak symbols from object file
2012-09-07 Ali Saidiloader: initialize all memory in the ObjectFile objects.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2011-06-13 Gabe BlackLoader: Handle bad section names when loading an ELF...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-23 Ali SaidiLoader: Don't insert symbols into the symbol table...
2010-08-23 Ali SaidiLoader: Use address mask provided to load*Symbols when...
2010-06-02 Gabe BlackARM: Detect thumb mode elf images.
2010-01-19 Derek Howermerge
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Ali SaidiARM: Detect OABI binaries and complain that they're...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-05 Lisa HsuThis brings M5 closer to modernity - the kernel being...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertmisc: remove #include <cassert> from misc.hh since...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-03-20 Gabe BlackMIPS: Check endianness of binaries in SE mode.
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesAdd base ARM code to M5
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-09 Gabe BlackELF Loader: Use physical addresses instead of virtual...
2007-09-26 Gabe BlackMerge with head.
2007-09-26 Gabe BlackLoader: Load all segments of an elf, rather than just...
2007-09-13 Gabe BlackMerge with head.
2007-09-11 Ali SaidiLoader: Error if a TLS section is found in the binary.
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-27 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-27 Nathan BinkertGet rid of GNU libelf and its autoconf nastiness and...
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Gabe BlackGet X86 to load an elf and start a process for it.
2007-03-04 Ali SaidiMerge zizzer:/bk/newmem
2007-03-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-28 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-28 Gabe BlackMake trap instructions always generate TrapInstruction...
2007-01-26 Ali SaidiMerge zeep.pool:/z/saidi/work/m5.newmem
2007-01-26 Lisa HsuMerge zizzer:/bk/newmem
next