summaryrefslogtreecommitdiffstats
path: root/src/compiler_llvm/ir_builder.h
Commit message (Expand)AuthorAgeFilesLines
* Use MDBuilder to build metadata.TDYa1272012-09-151-17/+13
* Refactor runtime support builder.TDYa1272012-06-031-2/+8
* Remove data dependency of push/pop shadow frame.TDYa1272012-05-301-0/+4
* Inline specific method.TDYa1272012-05-181-0/+15
* Change DCHECK_NE(, MAX_EXPECT) to DCHECK_LT(, MAX_EXPECT)Shih-wei Liao2012-05-151-1/+1
* Add support for llvm static branch prediction.TDYa1272012-05-121-0/+19
* Mark suspend as RuntimeInfo.TDYa1272012-05-061-0/+4
* Mark some functions as readonly for optimization.TDYa1272012-05-061-8/+8
* TBAA, separate different types of heap load/store.TDYa1272012-05-061-3/+14
* Basic TBAA.TDYa1272012-05-051-4/+61
* Code cleanup.TDYa1272012-05-031-3/+3
* Implement runtime support inlining.TDYa1272012-04-151-9/+13
* Fix 044-proxy. Implement proxy for now, working on x86 and ARM.TDYa1272012-04-111-0/+20
* Add shadow stack support to Dex compiler.Logan Chien2012-02-201-0/+4
* Add Module as a member of IRBuilder.Logan Chien2012-02-191-1/+3
* Add upcall compiler.Logan Chien2012-02-191-0/+14
* Add art runtime support declaration.Logan Chien2012-02-161-0/+17
* Cleanup "Beginning of LLVM backend for ART."Logan Chien2012-02-151-0/+2
* Add pointer arithmetic helper function.Shih-wei Liao2012-02-151-0/+44
* Beginning of LLVM backend for ART.Shih-wei Liao2012-02-141-0/+214