summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Try to fix JITTest.FarCallToKnownFunction on ARM and PPC.Jeffrey Yasskin2009-11-19
* Fix passing of float arguments through ffi.Nick Lewycky2009-11-18
* Add ability to set code model within the execution engine buildersEric Christopher2009-11-17
* Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky2009-11-17
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-14
* Use stubs when we have them, otherwise use code we already have,Eric Christopher2009-11-12
* Fix typo, cleanup whitespace.Eric Christopher2009-11-12
* Remove dlsym stubs, with Nate Begeman's permission.Jeffrey Yasskin2009-11-09
* Remove ByteswapSCANFResults, it is dead.Daniel Dunbar2009-11-08
* We don't need to byteswap, the interpreter assumes the program is runningNick Lewycky2009-11-08
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-08
* Make the need-stub variables accurate and consistent. In the case ofJeffrey Yasskin2009-11-07
* Give the JITResolver a direct pointer to its JITEmitter, and use that insteadJeffrey Yasskin2009-11-07
* Fix MSVC build.Benjamin Kramer2009-10-29
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-29
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Fix OProfileJITEventListener after r85182.Jeffrey Yasskin2009-10-27
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Remove FreeInst.Victor Hernandez2009-10-26
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* fix PR5186: the JIT shouldn't try to codegen available_externallyChris Lattner2009-10-25
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Random include cleanup.Benjamin Kramer2009-10-22
* Fix OProfileJITEventListener after r84054 renamed CompileUnit to Scope.Jeffrey Yasskin2009-10-22
* Verify that the function and exception table have been allocatedNicolas Geoffray2009-10-22
* De-bork CMake buildDouglas Gregor2009-10-21
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-21
* Move the Function*->allocated blocks map from the JITMemoryManager to theJeffrey Yasskin2009-10-20
* Clean up the JITResolver stub/callsite<->function maps.Jeffrey Yasskin2009-10-19
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-13
* Keep track of stubs that are created. This fixes PR5162 and probably PR4822 andJeffrey Yasskin2009-10-13
* Make the ExecutionEngine automatically remove global mappings on when theirJeffrey Yasskin2009-10-13
* ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverseJeffrey Yasskin2009-10-09
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Update processDebugLoc() to handle requests to process debug info, before and...Devang Patel2009-10-06
* Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittestsJeffrey Yasskin2009-10-06
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-05
* Fix compile error as debug interface changed.Nick Lewycky2009-09-30
* Fix a struct/class mismatch.Benjamin Kramer2009-09-23
* errorstr can be null, don't unconditionally set it. Only report thatChris Lattner2009-09-23
* Make EngineBuilder return more error codes, by KS Sreeram.Chris Lattner2009-09-23
* Use Compiler.h macro instead of __attribute__.Daniel Dunbar2009-09-22
* Update cmake.Xerxes Ranby2009-09-21
* Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter toDaniel Dunbar2009-09-21
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* Stop using alloca.Nick Lewycky2009-09-18
* Some platforms may need malloc.h for alloca.Daniel Dunbar2009-09-17
* remove a dead variable.Chris Lattner2009-09-16