summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Use uint8_t and int32_t in {JIT,Machine}CodeEmitersBruno Cardoso Lopes2009-06-04
* Revert 72650Bruno Cardoso Lopes2009-06-03
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-01
* 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
* stat64/open64/lseek64 for the interpreterTorok Edwin2009-05-23
* Allow the JIT ExecutionEngine to report details about the generated machine c...Argyrios Kyrtzidis2009-05-18
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Set FnEnd in JITEmitter::finishFunction to point strictly to the end of funct...Argyrios Kyrtzidis2009-04-30
* Fix the JIT bindings for ocaml.Bill Wendling2009-04-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-29
* Under unusual circumstances (jitting a function that causes the creation ofNick Lewycky2009-04-27
* Use an AssertingVH to detect the case where the Function was deleted butNick Lewycky2009-04-19
* make sure to unlock keymgr if the JIT is created and destroyed, allChris Lattner2009-04-16
* Mac OS X 10.6 and above do not use key manager to register EH frames.Evan Cheng2009-04-14
* Link against libffi if available, fall back to "no external calls fromNick Lewycky2009-04-13
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* fix one more fp80 case (used only by Interpreter)Dale Johannesen2009-03-24
* Change JIT for different layout of fp80.Dale Johannesen2009-03-24
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* Allow cross-process JIT to handle MachineRelocations of the ExternalSymbolNate Begeman2009-03-11
* Fix PR3724 by searching for the largest free block when Chris Lattner2009-03-09
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Finish cross-process JIT work, and clean up previous work.Nate Begeman2009-03-07
* switch this message back to only being in -debug mode.Chris Lattner2009-03-05
* When allocating stubs, keep track of which Functions are referencing the stub.Nate Begeman2009-03-05
* Fix a thinko in the JIT where the address of a GV was only recorded in the mapNate Begeman2009-03-04
* don't #include a header into the middle of an anon namespace.Chris Lattner2009-03-03
* Fix the calculation for how big the allocated stub needs to be.Nate Begeman2009-03-02
* Fix the logic in this assertion to properly validate the numberDan Gohman2009-02-19
* Reapply r57340. VMKit does not presently rely on materializeFunctionDan Gohman2009-02-19
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* On 64bit we may have a personality function which requires 64 bits toNicolas Geoffray2009-02-15
* Split the locking out of JIT::runJITOnFunction so that callersDan Gohman2009-02-06
* allow main to have any integer type.Chris Lattner2009-02-04
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-04
* Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster.Evan Cheng2009-02-01
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-23
* Revert r62553 and r62616 due to issues with portability.Tanya Lattner2009-01-22
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-22
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-21
* Fix typo. Patch by Alexei Svitkine.Duncan Sands2009-01-20
* Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky2009-01-20
* don't assert and die on out of range (undefined) shifts. This fixesChris Lattner2009-01-16
* Change isGVCompilationDisabled() semantics again. It should abort on any GV t...Evan Cheng2009-01-16
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-16
* Delete trailing whitespace.Mikhail Glushenkov2009-01-16
* Add the private linkage.Rafael Espindola2009-01-15
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12