aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/JITCodeEmitter.h
AgeCommit message (Expand)Author
2009-11-23Allow more than one stub to be being generated at the same time.Jeffrey Yasskin
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-21Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner
2009-08-051) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes
2009-07-16Tidy up #includes.Dan Gohman
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-06-12Type change cleanup on JCE and MCE. Patch by Aaron GrayBruno Cardoso Lopes
2009-06-04Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes
2009-06-03Revert 72650Bruno Cardoso Lopes
2009-05-30Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes
2009-05-30First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes