- 1f8c564 fix one more fp80 case (used only by Interpreter) by Dale Johannesen · 16 years ago
- e330ae5 Change JIT for different layout of fp80. by Dale Johannesen · 16 years ago
- 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
- 841c6a4 Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol by Nate Begeman · 16 years ago
- 96c96b4 Fix PR3724 by searching for the largest free block when by Chris Lattner · 16 years ago
- 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
- b9c6c9b Finish cross-process JIT work, and clean up previous work. by Nate Begeman · 16 years ago
- be3ae8e switch this message back to only being in -debug mode. by Chris Lattner · 16 years ago
- 50cd6fd When allocating stubs, keep track of which Functions are referencing the stub. by Nate Begeman · 16 years ago
- 6694198 Fix a thinko in the JIT where the address of a GV was only recorded in the map by Nate Begeman · 16 years ago
- 44e3dd1 don't #include a header into the middle of an anon namespace. by Chris Lattner · 16 years ago
- 0b82f77 Fix the calculation for how big the allocated stub needs to be. by Nate Begeman · 16 years ago
- 07ab52b Fix the logic in this assertion to properly validate the number of arguments. by Dan Gohman · 16 years ago
- a3ac0c1 Reapply r57340. VMKit does not presently rely on materializeFunction by Dan Gohman · 16 years ago
- d6b7a24 Add support to the JIT for true non-lazy operation. When a call to a function by Nate Begeman · 16 years ago
- 42cc8f1 On 64bit we may have a personality function which requires 64 bits to by Nicolas Geoffray · 16 years ago
- 21afcda Split the locking out of JIT::runJITOnFunction so that callers by Dan Gohman · 16 years ago
- 45f3683 allow main to have any integer type. by Chris Lattner · 16 years ago
- f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
- 2d5424d Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster. by Evan Cheng · 16 years ago
- 60789e4 Add support for deleting a module provider from a JIT in such a way that it does not cause the owned module to be fully materialized. by Nate Begeman · 16 years ago
- 32aaee6 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 16 years ago
- b67c958 rename methods in System/Host to be more consistent. by Chris Lattner · 16 years ago
- 1e42c5b add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364 by Chris Lattner · 16 years ago
- 9c70819 Fix typo. Patch by Alexei Svitkine. by Duncan Sands · 16 years ago
- f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
- 9029cb8 don't assert and die on out of range (undefined) shifts. This fixes PR3334. by Chris Lattner · 16 years ago
- 4d544a2 Change isGVCompilationDisabled() semantics again. It should abort on any GV that's not constant whether it's "internal" or not. In a server / client environment, GV is returned in the same block of memory as code. However, the memory might not be writable. by Evan Cheng · 16 years ago
- 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
- 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
- d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
- 5951368 Fix misplaced right parentheses. by Evan Cheng · 16 years ago
- 69f9378 Handle weak_extern in the JIT. This fixes by Dan Gohman · 16 years ago
- 5788d1a Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some overflow issues. Patch by Thomas Jablin. by Evan Cheng · 16 years ago
- 369e02d Fix a bug introduced by r59265. If lazy compilation is disabled, return actual function ptr instead of ptr to stub if function is already compiled. by Evan Cheng · 16 years ago
- 77f86ad DisableGVCompilation should not abort on internal GlobalValue's. by Evan Cheng · 16 years ago
- cdfc51f Make JIT::runFunction handle functions with non-C calling conventions. by Chris Lattner · 16 years ago
- 67c8c4c Implement support for JIT exceptions on X86_64. Relative offsets are by Nicolas Geoffray · 16 years ago
- 704bff9 Always emit a function pointer as a pointer to the function stub (if there is one). This makes it possible to compare function pointer values in lazy compilation mode. This fixes PR3043. by Evan Cheng · 16 years ago
- e7c3551 Change binary dump format. by Evan Cheng · 16 years ago
- e4d783d Comments and indentation. by Evan Cheng · 16 years ago
- 5594f12 Forgot these. by Evan Cheng · 16 years ago
- fff484f Remove a InvalidateInstructionCache call with incorrect size. by Evan Cheng · 16 years ago
- ce4a70b Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 16 years ago
- d7398c9 Rename isString -> isExternalSymbol; getString -> getExternalSymbol since these work on externsym machine relocations. by Evan Cheng · 16 years ago
- ca66b08 More debug output. by Evan Cheng · 16 years ago
- 366cf29 More debug output. by Evan Cheng · 16 years ago
- 47c01a0 Jump tables may be emitted by target. by Evan Cheng · 16 years ago
- eb5d95a Improve JIT debugging outputs format consistency. by Evan Cheng · 16 years ago
- 6863fb0 Need a \n. by Evan Cheng · 16 years ago
- a7916f5 Undo 58778 but makes the binary dump prettier. by Evan Cheng · 16 years ago
- 5e136c0 Remove debug output that's not really useful. by Evan Cheng · 16 years ago
- c96a8e7 Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X by Evan Cheng · 16 years ago
- 4e20c5c Debugging output tweak. by Evan Cheng · 16 years ago
- b0b5349 For some targets, it's not possible to place GVs in the same memory buffer as the MachineCodeEmitter allocated memory. Code and data has different read / write / execution privilege requirements. by Evan Cheng · 16 years ago
- 89687e3 80 col violation. by Evan Cheng · 16 years ago
- 9200605 Silence a compiler warning. by Evan Cheng · 16 years ago
- 8fe9535 Revert errant deletion. The target needs to be able to specify that it doesn't want the generic constant pool to be emitted. by Jim Grosbach · 16 years ago
- ef5784e Let target resolve some relocation results. by Evan Cheng · 16 years ago
- bc6d876 Support for constant islands in the ARM JIT. by Jim Grosbach · 16 years ago
- 46fa139 Support for allocation of TLS variables in the JIT. Allocation of a global by Nicolas Geoffray · 16 years ago
- 5c5b6df CMake: Turned some libraries into partially linked objects. Corrected by Oscar Fuentes · 16 years ago
- cef7527 fix a tricky bug in the JIT global variable emitter, that was triggered when JITing a variable independently of a function. This lead to sharing memory memory between functions and GVs thus changing the value of a GV could change the code in execution. more details on the ML. by Nuno Lopes · 16 years ago
- c8ed902 little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGlobals() by Nuno Lopes · 16 years ago
- 77fcca8 Revert r57340 move guard mutex in getPointerToFunction as this can cause by Mon P Wang · 16 years ago
- 1c341c8 Moved guard mutex upwards to guard materializing a function by Mon P Wang · 16 years ago
- 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
- 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
- 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
- 489032a Unbreak build. by Daniel Dunbar · 16 years ago
- cce6c29 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 16 years ago
- d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
- dcb31e1 Acquire the lock only when necessary. More precisely, do not acquire by Nicolas Geoffray · 16 years ago
- 18314dc Add runStaticConstructorsDestructors which runs ctors / dtors of a single module. Patch by David Chisnall. by Evan Cheng · 16 years ago
- 0598866 Large mechanical patch. by Devang Patel · 16 years ago
- 446531e Add DisableGVCompilation which forces the JIT to assert when it tries to allocate space for a GlobalVariable. by Evan Cheng · 16 years ago
- eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 16 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
- bc4707a Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 16 years ago
- 19e861a Make safer variant of alias resolution routine to be default by Anton Korobeynikov · 16 years ago
- 252ddfb MMI may be null. by Evan Cheng · 16 years ago
- d046fc6 Add support for JIT exceptions on Darwin. Since we're dealing with libgcc, by Nicolas Geoffray · 16 years ago
- b6e3d6c Avoid a warning about isTargetNullPtr being unused in release builds. by Dan Gohman · 16 years ago
- a044dfc Get rid of a couple of dynamic_cast. by Evan Cheng · 16 years ago
- 2d450eb Update the JIT exception writer to better mimic the codegen exception writer. by Nicolas Geoffray · 16 years ago
- a7ec87c Register the frame register function when allocating the JIT, by Nicolas Geoffray · 16 years ago
- ffe31d7 Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free. by Anton Korobeynikov · 16 years ago
- 50dd1d0 Some fixes for x86-64 JIT. Make it use small code by Dale Johannesen · 16 years ago
- c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
- 502f20b Add new parameter Fast to createJIT to enable the fast codegen path. by Evan Cheng · 16 years ago
- dd947ea Rewrite JIT handling of GlobalVariables so they by Dale Johannesen · 16 years ago
- 1eac4e0 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string by Dan Gohman · 16 years ago
- 8f613f3 Trim #includes. by Dan Gohman · 16 years ago
- 60b75f4 Fix for PR2578. Do not split off a block whose size is less than FreeRangeHeader::getMinBlockSize(). Patch by Damien. by Evan Cheng · 16 years ago
- 663ceeb Add a new hidden option to the interpreter to cause it to print by Chris Lattner · 16 years ago
- eccfb6a Use empty() instead of size(). by Dan Gohman · 16 years ago
- ce3c413 Correct a comment. by Dan Gohman · 16 years ago