aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/JITCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-344/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-20/+21
* Simplify code.Jakub Staszak2013-02-091-2/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-131-2/+0
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* 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