Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4c13e77d49b901b2dd385b3eeb4e4a0ec4692b42
/
llvm
/
lib
/
Target
/
ARM
/
ARMJITInfo.h
02771dc
Correct PIC function stub codegen.
by Evan Cheng
· 17 years ago
9f3058f
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
by Evan Cheng
· 17 years ago
98161f5
Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs are generated.
by Evan Cheng
· 17 years ago
ffdd91e
Handle ARM machine constantpool entry with non-lazy ptr.
by Evan Cheng
· 17 years ago
454ff53
Use ARMFunctionInfo to track number of constpool entries and jumptables.
by Evan Cheng
· 17 years ago
ef4d78b
More code clean up.
by Evan Cheng
· 17 years ago
7095cd2
Jump table JIT support. Work in progress.
by Evan Cheng
· 17 years ago
9340be4
For some targets, it's not possible to place GVs in the same memory buffer as the MachineCodeEmitter allocated memory. Code and data has different read / write / execution privilege requirements.
by Evan Cheng
· 17 years ago
6dd08b6
Handle ARM machine constantpool entries.
by Evan Cheng
· 17 years ago
83bf3de
Add comment.
by Evan Cheng
· 17 years ago
20dbb3b
Use better data structure for ConstPoolId2AddrMap.
by Evan Cheng
· 17 years ago
19d64ba
Correct way to handle CONSTPOOL_ENTRY instructions.
by Evan Cheng
· 17 years ago
ff2b494
Support for constant islands in the ARM JIT.
by Jim Grosbach
· 17 years ago
a7557df
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function
by Nicolas Geoffray
· 18 years ago
c60c67f
Add explicit keywords.
by Dan Gohman
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
396156e
no email addrs in file headers
by Chris Lattner
· 18 years ago
9546a5c
Initial ARM JIT support by Raul Fernandes Herbster.
by Evan Cheng
· 18 years ago