index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMJITInfo.h
Age
Commit message (
Expand
)
Author
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-01-17
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2010-06-02
Clean up 80 column violations. No functional change.
Jim Grosbach
2009-11-23
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2008-11-10
Correct PIC function stub codegen.
Evan Cheng
2008-11-10
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-08
Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...
Evan Cheng
2008-11-08
Handle ARM machine constantpool entry with non-lazy ptr.
Evan Cheng
2008-11-08
Use ARMFunctionInfo to track number of constpool entries and jumptables.
Evan Cheng
2008-11-07
More code clean up.
Evan Cheng
2008-11-07
Jump table JIT support. Work in progress.
Evan Cheng
2008-11-04
For some targets, it's not possible to place GVs in the same memory buffer as...
Evan Cheng
2008-11-04
Handle ARM machine constantpool entries.
Evan Cheng
2008-10-31
Add comment.
Evan Cheng
2008-10-31
Use better data structure for ConstPoolId2AddrMap.
Evan Cheng
2008-10-29
Correct way to handle CONSTPOOL_ENTRY instructions.
Evan Cheng
2008-10-28
Support for constant islands in the ARM JIT.
Jim Grosbach
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-03-25
Add explicit keywords.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-17
no email addrs in file headers
Chris Lattner
2007-07-05
Initial ARM JIT support by Raul Fernandes Herbster.
Evan Cheng