aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/JITCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to theBill Wendling2010-04-181-2/+9
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-161-0/+5
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-5/+5
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-101-1/+1
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-151-23/+5
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-231-11/+17
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-211-7/+17
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-051-0/+7
* Tidy up #includes.Dan Gohman2009-07-161-1/+0
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-0/+5
* Type change cleanup on JCE and MCE. Patch by Aaron GrayBruno Cardoso Lopes2009-06-121-5/+5
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-041-33/+33
* Revert 72650Bruno Cardoso Lopes2009-06-031-33/+33
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-301-33/+33
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-0/+322