summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
Commit message (Expand)AuthorAge
* 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
* Merge System into Support.Michael J. Spencer2010-11-29
* 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
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-05
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-16
* Implement changes from Chris's feedback.Torok Edwin2009-07-08
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* 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
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-10
* Implement support for JIT exceptions on X86_64. Relative offsets areNicolas Geoffray2008-11-18
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Fix constant-offset emission for x86-64 absolute addresses. ThisDan Gohman2008-10-24
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-21
* Prune and tidy #includes.Dan Gohman2008-05-29
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Enable exception handling int JITNicolas Geoffray2008-02-13
* X86 JIT PIC jumptable support.Evan Cheng2008-01-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Allow target to specify alignment for function stub.Evan Cheng2006-11-16
* Fix non-64-bit clean code.Evan Cheng2006-06-21
* Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner2006-05-03
* Add a new emitAlignment methodChris Lattner2006-05-03
* Change the BasicBlockAddrs map to be a vector, indexed by MBB number.Chris Lattner2006-05-03
* Several related changes:Chris Lattner2006-05-02
* Add a method for allocating space from the code buffer.Chris Lattner2006-05-02
* Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner2006-05-02
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-02
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-02
* Remove a now-dead methodChris Lattner2006-05-02
* Remove the debug machine code emitter. The "FilePrinterEmitter" is moreusefu...Chris Lattner2006-05-02
* Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman2006-04-22
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* new is not a valid default anywhere, so make this pure virtualAndrew Lenharth2005-07-28
* Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth2005-07-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-22
* These methods are now obsoleteChris Lattner2004-11-22