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
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