index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
debug
/
dwarf
Age
Commit message (
Expand
)
Author
2021-07-16
Revert "libelffile: move to DWARF3 when writing .debug_frame."
David Srbecky
2021-07-01
libelffile: move to DWARF3 when writing .debug_frame.
Yabin Cui
2021-01-07
Fix expected results for clang-r407598 update.
Yabin Cui
2020-09-22
Fix expected results for clang-r399163 update.
Stephen Hines
2020-07-15
Revert^2 "Switch to LLVM prebuilt tools for ART gtests"
David Srbecky
2020-07-10
Revert "Switch to LLVM prebuilt tools for ART gtests"
Alex Light
2020-07-10
Switch to LLVM prebuilt tools for ART gtests
David Srbecky
2020-07-09
Refactor arm assembly tests.
David Srbecky
2020-06-19
Improve DWARF test logging.
David Srbecky
2020-02-26
Remove MIPS support from libelffile.
Vladimir Marko
2019-03-20
Create libelffile library for ELF file manipulation.
David Srbecky
2019-02-22
Move to new glibc in the tree.
Nicolas Geoffray
2019-02-18
Refactor ElfDebugReader.
David Srbecky
2019-02-12
Remove oat_patches from the DWARF writer.
David Srbecky
2019-02-12
Remove support for generating .eh_frame ELF section.
David Srbecky
2018-12-27
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-12-14
Pack JIT mini-debug-infos together.
David Srbecky
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2018-02-28
Header library to remove dependence on runtime/
David Sehr
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-11-16
cpplint: Remove many unnecessary NOLINT
Igor Murashkin
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-09-20
Refactor linker files from compiler/ to dex2oat/.
Vladimir Marko
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-09-14
Move ArrayRef to runtime/base
David Brazdil
2016-04-22
Refactor use of __ANDROID__ macro
Bilyan Borisov
2016-03-08
Mark DWARF lines in non-debuggable methods as "not a statement".
David Srbecky
2016-03-08
Propagate InstructionSetFeatures to ElfBuilder.
David Srbecky
2016-02-08
Move code related to debug info generation to its own directory.
David Srbecky