summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/JITCodeEmitter.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-13
* Merge System into Support.Michael J. Spencer2010-11-29
* Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to theBill Wendling2010-04-18
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-16
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-14
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-21
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-05
* Tidy up #includes.Dan Gohman2009-07-16
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-08
* Type change cleanup on JCE and MCE. Patch by Aaron GrayBruno Cardoso Lopes2009-06-12
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-04
* Revert 72650Bruno Cardoso Lopes2009-06-03
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-30
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30