summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options.cc
AgeCommit message (Expand)Author
2015-10-30Refactor code so that JIT can parse compiler options. Nicolas Geoffray
2015-07-29Allow for fine tuning the inliner. Calin Juravle
2015-05-28Add --generate-debug-info flag and remove the other two flags. David Srbecky
2015-04-13Add --include-cfi compiler option. David Srbecky
2015-04-12Remove the --gen-gdb-info compiler option. David Srbecky
2015-04-02Refactor RelativePatcher out of OatWriter. Vladimir Marko
2015-03-05ART: Add option to abort dex2oat on hard failure Andreas Gampe
2015-03-04ART: Add debuggable compiler flag Andreas Gampe
2015-01-28Clean up pass driver Mathieu Chartier