summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMJITInfo.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-2/+2
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-01-17Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng1-1/+1
2010-06-02Clean up 80 column violations. No functional change.Jim Grosbach1-1/+2
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin1-0/+4
2009-05-30First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes1-5/+5
2008-11-10Correct PIC function stub codegen.Evan Cheng1-0/+20
2008-11-10Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng1-4/+4
2008-11-08Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...Evan Cheng1-6/+11
2008-11-08Handle ARM machine constantpool entry with non-lazy ptr.Evan Cheng1-0/+6
2008-11-08Use ARMFunctionInfo to track number of constpool entries and jumptables.Evan Cheng1-3/+5
2008-11-07More code clean up.Evan Cheng1-6/+1
2008-11-07Jump table JIT support. Work in progress.Evan Cheng1-8/+36
2008-11-04For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng1-0/+11
2008-11-04Handle ARM machine constantpool entries.Evan Cheng1-5/+33
2008-10-31Add comment.Evan Cheng1-0/+2
2008-10-31Use better data structure for ConstPoolId2AddrMap.Evan Cheng1-10/+13
2008-10-29Correct way to handle CONSTPOOL_ENTRY instructions.Evan Cheng1-12/+16
2008-10-28Support for constant islands in the ARM JIT.Jim Grosbach1-1/+24
2008-04-16Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray1-1/+2
2008-03-25Add explicit keywords.Dan Gohman1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-07-17no email addrs in file headersChris Lattner1-3/+2
2007-07-05Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng1-0/+51