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