Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / CodeGen / JITCodeEmitter.h
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-05 Bruno Cardoso Lopes1) Proper emit displacements for x86, using absolute...
2009-07-16 Dan GohmanTidy up #includes.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-12 Bruno Cardoso LopesType change cleanup on JCE and MCE. Patch by Aaron...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...