index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
driver
/
compiler_options.h
Age
Commit message (
Expand
)
Author
2015-10-30
Refactor code so that JIT can parse compiler options.
Nicolas Geoffray
2015-08-20
Be more flexible on the code unit size when inlining.
Nicolas Geoffray
2015-08-07
Tighten default inlining settings when using the space filter.
Roland Levillain
2015-07-29
Allow for fine tuning the inliner.
Calin Juravle
2015-06-25
ART: Fix kEverything compiler filter
buzbee
2015-05-28
Add --generate-debug-info flag and remove the other two flags.
David Srbecky
2015-04-13
Add --include-cfi compiler option.
David Srbecky
2015-04-12
Remove the --gen-gdb-info compiler option.
David Srbecky
2015-04-02
Refactor RelativePatcher out of OatWriter.
Vladimir Marko
2015-03-20
Add verify-at-runtime compiler filter
Mathieu Chartier
2015-03-05
ART: Add option to abort dex2oat on hard failure
Andreas Gampe
2015-03-04
Merge "ART: Add debuggable compiler flag"
Andreas Gampe
2015-03-04
ART: Add debuggable compiler flag
Andreas Gampe
2015-03-02
Remove ART_SMALL_MODE ifdefs.
Jeff Hao
2015-01-28
Clean up pass driver
Mathieu Chartier
2015-01-23
Implicit stack overflow checks and null checks are the norm now.
Nicolas Geoffray
2014-12-12
Remove portable.
Elliott Hughes
2014-11-26
ART: Print initialization failures to file
Andreas Gampe
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-10-22
Tidy up logging.
Ian Rogers
2014-10-16
dex2oat: Add a --compile-pic option
Igor Murashkin
2014-09-17
Add the "time" compilation filter and output compilation stats.
Nicolas Geoffray
2014-07-16
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-11
Revert "Revert "Revert "Add implicit null and stack checks for x86"""
Nicolas Geoffray
2014-07-10
Revert "Revert "Add implicit null and stack checks for x86""
Dave Allison
2014-07-07
Add patchoat tool to Art.
Alex Light
2014-06-18
ART: Implicit checks in the compiler are independent from Runtime
Andreas Gampe
2014-06-12
Optionally add debug symbols to ELF files made by quick compiler.
Alex Light
2014-06-06
Fixed and refactored profiler options handling
Calin Juravle
2014-04-09
Revert "Revert "Revert "Use trampolines for calls to helpers"""
Dave Allison
2014-04-09
Revert "Revert "Use trampolines for calls to helpers""
Dave Allison
2014-04-07
Revert "Use trampolines for calls to helpers"
Dave Allison
2014-04-04
Use trampolines for calls to helpers
Dave Allison
2014-04-02
Add support for -Xverify:none mode.
Jeff Hao
2014-03-07
Make use of profiling information for dex2oat
Dave Allison
2014-03-02
Tell GDB about Quick ART generated code
Mark Mendell
2014-02-24
Create CompilerOptions
Brian Carlstrom