summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/ir_builder.h
AgeCommit message (Expand)Author
2012-09-15Use MDBuilder to build metadata. TDYa127
2012-06-03Refactor runtime support builder. TDYa127
2012-05-30Remove data dependency of push/pop shadow frame. TDYa127
2012-05-18Inline specific method. TDYa127
2012-05-15Change DCHECK_NE(, MAX_EXPECT) to DCHECK_LT(, MAX_EXPECT) Shih-wei Liao
2012-05-12Add support for llvm static branch prediction. TDYa127
2012-05-06Mark suspend as RuntimeInfo. TDYa127
2012-05-06Mark some functions as readonly for optimization. TDYa127
2012-05-06TBAA, separate different types of heap load/store. TDYa127
2012-05-05Basic TBAA. TDYa127
2012-05-03Code cleanup. TDYa127
2012-04-15Implement runtime support inlining. TDYa127
2012-04-11Fix 044-proxy. Implement proxy for now, working on x86 and ARM. TDYa127
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-15Add pointer arithmetic helper function. Shih-wei Liao
2012-02-14Beginning of LLVM backend for ART. Shih-wei Liao