index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler_llvm
/
ir_builder.h
Age
Commit message (
Expand
)
Author
2012-09-15
Use MDBuilder to build metadata.
TDYa127
2012-06-03
Refactor runtime support builder.
TDYa127
2012-05-30
Remove data dependency of push/pop shadow frame.
TDYa127
2012-05-18
Inline specific method.
TDYa127
2012-05-15
Change DCHECK_NE(, MAX_EXPECT) to DCHECK_LT(, MAX_EXPECT)
Shih-wei Liao
2012-05-12
Add support for llvm static branch prediction.
TDYa127
2012-05-06
Mark suspend as RuntimeInfo.
TDYa127
2012-05-06
Mark some functions as readonly for optimization.
TDYa127
2012-05-06
TBAA, separate different types of heap load/store.
TDYa127
2012-05-05
Basic TBAA.
TDYa127
2012-05-03
Code cleanup.
TDYa127
2012-04-15
Implement runtime support inlining.
TDYa127
2012-04-11
Fix 044-proxy. Implement proxy for now, working on x86 and ARM.
TDYa127
2012-02-20
Add shadow stack support to Dex compiler.
Logan Chien
2012-02-19
Add Module as a member of IRBuilder.
Logan Chien
2012-02-19
Add upcall compiler.
Logan Chien
2012-02-16
Add art runtime support declaration.
Logan Chien
2012-02-15
Cleanup "Beginning of LLVM backend for ART."
Logan Chien
2012-02-15
Add pointer arithmetic helper function.
Shih-wei Liao
2012-02-14
Beginning of LLVM backend for ART.
Shih-wei Liao