Add mfasr and mtasr
[oota-llvm.git] / include / llvm / Target / TargetJITInfo.h
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-15 Dan GohmanFix doxygen comment syntax.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-10-30 Jim GrosbachRevert errant deletion. The target needs to be able...
2008-10-29 Evan ChengThis is not needed anymore.
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-26 Oscar FuentesReturn something (i.e. NULL) from an unimplemented...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2005-07-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-21 Chris LattnerFix a warning
2004-11-20 Chris LattnerAdd new methods that a target should implement
2004-11-20 Chris LattnerAllow targets to implement relocation support.
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...