summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/ir_builder.cc
AgeCommit message (Expand)Author
2012-09-15Use MDBuilder to build metadata. TDYa127
2012-05-12Add support for llvm static branch prediction. TDYa127
2012-05-06TBAA, separate different types of heap load/store. TDYa127
2012-05-05Basic TBAA. TDYa127
2012-04-15Implement runtime support inlining. TDYa127
2012-03-26Remove the hard coded "constants" related to shadow frame. Logan Chien
2012-03-26Fix cpplint's whitespace complaints. Elliott Hughes
2012-03-06Remove the quotation of the function name. Logan Chien
2012-02-20Add shadow stack support to Dex compiler. Logan Chien
2012-02-19Add Module as a member of IRBuilder. Logan Chien
2012-02-19Add upcall compiler. Logan Chien
2012-02-16Add art runtime support declaration. Logan Chien
2012-02-15Cleanup "Beginning of LLVM backend for ART." Logan Chien
2012-02-14Beginning of LLVM backend for ART. Shih-wei Liao