1. 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
  2. 841c6a4 Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol by Nate Begeman · 16 years ago
  3. 96c96b4 Fix PR3724 by searching for the largest free block when by Chris Lattner · 16 years ago
  4. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  5. b9c6c9b Finish cross-process JIT work, and clean up previous work. by Nate Begeman · 16 years ago
  6. be3ae8e switch this message back to only being in -debug mode. by Chris Lattner · 16 years ago
  7. 50cd6fd When allocating stubs, keep track of which Functions are referencing the stub. by Nate Begeman · 16 years ago
  8. 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
  9. 44e3dd1 don't #include a header into the middle of an anon namespace. by Chris Lattner · 16 years ago
  10. 0b82f77 Fix the calculation for how big the allocated stub needs to be. by Nate Begeman · 16 years ago
  11. 07ab52b Fix the logic in this assertion to properly validate the number of arguments. by Dan Gohman · 16 years ago
  12. a3ac0c1 Reapply r57340. VMKit does not presently rely on materializeFunction by Dan Gohman · 16 years ago
  13. d6b7a24 Add support to the JIT for true non-lazy operation. When a call to a function by Nate Begeman · 16 years ago
  14. 42cc8f1 On 64bit we may have a personality function which requires 64 bits to by Nicolas Geoffray · 16 years ago
  15. 21afcda Split the locking out of JIT::runJITOnFunction so that callers by Dan Gohman · 16 years ago
  16. 45f3683 allow main to have any integer type. by Chris Lattner · 16 years ago
  17. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
  18. 2d5424d Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster. by Evan Cheng · 16 years ago
  19. 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
  20. 32aaee6 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 16 years ago
  21. b67c958 rename methods in System/Host to be more consistent. by Chris Lattner · 16 years ago
  22. 1e42c5b add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364 by Chris Lattner · 16 years ago
  23. 9c70819 Fix typo. Patch by Alexei Svitkine. by Duncan Sands · 16 years ago
  24. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
  25. 9029cb8 don't assert and die on out of range (undefined) shifts. This fixes PR3334. by Chris Lattner · 16 years ago
  26. 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
  27. 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
  28. 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
  29. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  30. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  31. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  32. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  33. 5951368 Fix misplaced right parentheses. by Evan Cheng · 16 years ago
  34. 69f9378 Handle weak_extern in the JIT. This fixes by Dan Gohman · 16 years ago
  35. 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
  36. 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
  37. 77f86ad DisableGVCompilation should not abort on internal GlobalValue's. by Evan Cheng · 16 years ago
  38. cdfc51f Make JIT::runFunction handle functions with non-C calling conventions. by Chris Lattner · 16 years ago
  39. 67c8c4c Implement support for JIT exceptions on X86_64. Relative offsets are by Nicolas Geoffray · 16 years ago
  40. 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
  41. e7c3551 Change binary dump format. by Evan Cheng · 16 years ago
  42. e4d783d Comments and indentation. by Evan Cheng · 16 years ago
  43. 5594f12 Forgot these. by Evan Cheng · 16 years ago
  44. fff484f Remove a InvalidateInstructionCache call with incorrect size. by Evan Cheng · 16 years ago
  45. ce4a70b Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 16 years ago
  46. d7398c9 Rename isString -> isExternalSymbol; getString -> getExternalSymbol since these work on externsym machine relocations. by Evan Cheng · 16 years ago
  47. ca66b08 More debug output. by Evan Cheng · 16 years ago
  48. 366cf29 More debug output. by Evan Cheng · 16 years ago
  49. 47c01a0 Jump tables may be emitted by target. by Evan Cheng · 16 years ago
  50. eb5d95a Improve JIT debugging outputs format consistency. by Evan Cheng · 16 years ago
  51. 6863fb0 Need a \n. by Evan Cheng · 16 years ago
  52. a7916f5 Undo 58778 but makes the binary dump prettier. by Evan Cheng · 16 years ago
  53. 5e136c0 Remove debug output that's not really useful. by Evan Cheng · 16 years ago
  54. c96a8e7 Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X by Evan Cheng · 16 years ago
  55. 4e20c5c Debugging output tweak. by Evan Cheng · 16 years ago
  56. 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
  57. 89687e3 80 col violation. by Evan Cheng · 16 years ago
  58. 9200605 Silence a compiler warning. by Evan Cheng · 16 years ago
  59. 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
  60. ef5784e Let target resolve some relocation results. by Evan Cheng · 16 years ago
  61. bc6d876 Support for constant islands in the ARM JIT. by Jim Grosbach · 16 years ago
  62. 46fa139 Support for allocation of TLS variables in the JIT. Allocation of a global by Nicolas Geoffray · 16 years ago
  63. 5c5b6df CMake: Turned some libraries into partially linked objects. Corrected by Oscar Fuentes · 16 years ago
  64. 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
  65. c8ed902 little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGlobals() by Nuno Lopes · 16 years ago
  66. 77fcca8 Revert r57340 move guard mutex in getPointerToFunction as this can cause by Mon P Wang · 16 years ago
  67. 1c341c8 Moved guard mutex upwards to guard materializing a function by Mon P Wang · 16 years ago
  68. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
  69. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
  70. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
  71. 489032a Unbreak build. by Daniel Dunbar · 16 years ago
  72. cce6c29 On Darwin ARM, memory needs special handling to do JIT. This patch expands by Jim Grosbach · 16 years ago
  73. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
  74. dcb31e1 Acquire the lock only when necessary. More precisely, do not acquire by Nicolas Geoffray · 16 years ago
  75. 18314dc Add runStaticConstructorsDestructors which runs ctors / dtors of a single module. Patch by David Chisnall. by Evan Cheng · 16 years ago
  76. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  77. 446531e Add DisableGVCompilation which forces the JIT to assert when it tries to allocate space for a GlobalVariable. by Evan Cheng · 16 years ago
  78. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 16 years ago
  79. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  80. bc4707a Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable. by Evan Cheng · 16 years ago
  81. 19e861a Make safer variant of alias resolution routine to be default by Anton Korobeynikov · 16 years ago
  82. 252ddfb MMI may be null. by Evan Cheng · 16 years ago
  83. d046fc6 Add support for JIT exceptions on Darwin. Since we're dealing with libgcc, by Nicolas Geoffray · 16 years ago
  84. b6e3d6c Avoid a warning about isTargetNullPtr being unused in release builds. by Dan Gohman · 16 years ago
  85. a044dfc Get rid of a couple of dynamic_cast. by Evan Cheng · 16 years ago
  86. 2d450eb Update the JIT exception writer to better mimic the codegen exception writer. by Nicolas Geoffray · 16 years ago
  87. a7ec87c Register the frame register function when allocating the JIT, by Nicolas Geoffray · 16 years ago
  88. ffe31d7 Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free. by Anton Korobeynikov · 16 years ago
  89. 50dd1d0 Some fixes for x86-64 JIT. Make it use small code by Dale Johannesen · 16 years ago
  90. c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
  91. 502f20b Add new parameter Fast to createJIT to enable the fast codegen path. by Evan Cheng · 16 years ago
  92. dd947ea Rewrite JIT handling of GlobalVariables so they by Dale Johannesen · 16 years ago
  93. 1eac4e0 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string by Dan Gohman · 16 years ago
  94. 8f613f3 Trim #includes. by Dan Gohman · 16 years ago
  95. 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
  96. 663ceeb Add a new hidden option to the interpreter to cause it to print by Chris Lattner · 16 years ago
  97. eccfb6a Use empty() instead of size(). by Dan Gohman · 16 years ago
  98. ce3c413 Correct a comment. by Dan Gohman · 16 years ago
  99. 2dad025 Prune a few dependencies on MachineFunction.h. by Dan Gohman · 16 years ago
  100. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 16 years ago