[C++11] Add 'override' keyword to virtual methods that override their base class.
[oota-llvm.git] / lib / Target / ARM / ARMJITInfo.h
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2008-11-10 Evan ChengCorrect PIC function stub codegen.
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-08 Evan ChengTell ARMJITInfo if codegen relocation is PIC. It change...
2008-11-08 Evan ChengHandle ARM machine constantpool entry with non-lazy...
2008-11-08 Evan ChengUse ARMFunctionInfo to track number of constpool entrie...
2008-11-07 Evan ChengMore code clean up.
2008-11-07 Evan ChengJump table JIT support. Work in progress.
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-11-04 Evan ChengHandle ARM machine constantpool entries.
2008-10-31 Evan ChengAdd comment.
2008-10-31 Evan ChengUse better data structure for ConstPoolId2AddrMap.
2008-10-29 Evan ChengCorrect way to handle CONSTPOOL_ENTRY instructions.
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-25 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-17 Chris Lattnerno email addrs in file headers
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.