aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineCodeEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-161-1/+7
* Implement changes from Chris's feedback.Edwin Török2009-07-081-2/+0
* Convert more abort() calls to llvm_report_error().Edwin Török2009-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+200