aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* change EH related stuff (other than EH_LABEL) to use MCSymbolChris Lattner2010-03-141-3/+4
* 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-39/+22
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-231-10/+34
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+1
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-051-0/+7
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-161-1/+7
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-2/+0
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-0/+2
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-20/+1
* 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-35/+35
* Revert 72650Bruno Cardoso Lopes2009-06-031-35/+35
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-05-301-35/+35
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+7
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-24/+29
* Implement support for JIT exceptions on X86_64. Relative offsets areNicolas Geoffray2008-11-181-3/+10
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-081-10/+7
* Fix constant-offset emission for x86-64 absolute addresses. ThisDan Gohman2008-10-241-0/+36
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-211-1/+1
* Prune and tidy #includes.Dan Gohman2008-05-291-1/+0
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+2
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-161-2/+3
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+76
* X86 JIT PIC jumptable support.Evan Cheng2008-01-051-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Allow target to specify alignment for function stub.Evan Cheng2006-11-161-1/+1
* Fix non-64-bit clean code.Evan Cheng2006-06-211-1/+2
* Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner2006-05-031-10/+16
* Add a new emitAlignment methodChris Lattner2006-05-031-4/+12
* Change the BasicBlockAddrs map to be a vector, indexed by MBB number.Chris Lattner2006-05-031-3/+3
* Several related changes:Chris Lattner2006-05-021-15/+5
* Add a method for allocating space from the code buffer.Chris Lattner2006-05-021-0/+22
* Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner2006-05-021-3/+0
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-021-6/+21
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-021-15/+55
* Remove a now-dead methodChris Lattner2006-05-021-6/+0
* Remove the debug machine code emitter. The "FilePrinterEmitter" is moreusefu...Chris Lattner2006-05-021-6/+0
* Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman2006-04-221-6/+6
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+18
* new is not a valid default anywhere, so make this pure virtualAndrew Lenharth2005-07-281-5/+2
* Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth2005-07-281-0/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-221-7/+0
* These methods are now obsoleteChris Lattner2004-11-221-10/+0
* Change this interface a bitChris Lattner2004-11-201-2/+2
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-201-5/+14
* Remove dead #includeChris Lattner2004-11-201-2/+2