Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4c13e77d49b901b2dd385b3eeb4e4a0ec4692b42
/
llvm
/
lib
/
Target
/
ARM
/
ARMJITInfo.cpp
ea68423
Lazy compilation callback save / restore VFP registers.
by Evan Cheng
· 17 years ago
287a25d
Remove the incorrect assertion. We don't have enough information before relocation to set U bit.
by Evan Cheng
· 17 years ago
bfcee5b
VFP fld / fst immediate field is multiplied by 4.
by Evan Cheng
· 17 years ago
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
436bdcd
Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows size of stub.
by Evan Cheng
· 17 years ago
b31a717
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr.
by Evan Cheng
· 17 years ago
ffdd91e
Handle ARM machine constantpool entry with non-lazy ptr.
by Evan Cheng
· 17 years ago
ef4d78b
More code clean up.
by Evan Cheng
· 17 years ago
8467e24
Get PIC jump table working.
by Evan Cheng
· 17 years ago
7095cd2
Jump table JIT support. Work in progress.
by Evan Cheng
· 17 years ago
2299c99
Stylistic change.
by Evan Cheng
· 17 years ago
6dd08b6
Handle ARM machine constantpool entries.
by Evan Cheng
· 17 years ago
19d64ba
Correct way to handle CONSTPOOL_ENTRY instructions.
by Evan Cheng
· 17 years ago
1ecf1fd
remove extraneous #ifdef's
by Jim Grosbach
· 17 years ago
cfebc18
use pre-UAL mnemonics for push/pop for compilaton callback function
by Jim Grosbach
· 17 years ago
9396051
Update the stub and callback code to handle lazy compilation. The stub
by Jim Grosbach
· 17 years ago
df8cdc3
Add Mac OS X compatible JIT callback routine.
by Evan Cheng
· 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
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
ae1b924
JITInfo now resolves function addrs and also relocations. It always emits a stub.
by Raul Herbster
· 18 years ago
f7c6eff
Initial JIT support for ARM by Raul Fernandes Herbster.
by Evan Cheng
· 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