1. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  2. 8a65009 Fix a ton of jit failures by Chris Lattner · 19 years ago
  3. cd5731d Reflect MachineConstantPoolEntry changes. by Evan Cheng · 19 years ago
  4. 019f851 Behold, more work on relocations. Things are looking pretty good now. by Nate Begeman · 19 years ago
  5. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  6. c50b76f eliminate use of TM.getName() by Chris Lattner · 19 years ago
  7. b5aaee0 Remove extra spaces. by Evan Cheng · 19 years ago
  8. 78050d6 Last check-in was a mistake... by Evan Cheng · 19 years ago
  9. 4f260b4 *** empty log message *** by Evan Cheng · 19 years ago
  10. fb9c0d7 Better comments. by Evan Cheng · 19 years ago
  11. 5f271af Yikes. This requires checking apple gcc version. by Evan Cheng · 19 years ago
  12. fe85403 initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 19 years ago
  13. 513748d Fix handling of asm specifiers for external globals. This unbreaks many programs by Chris Lattner · 19 years ago
  14. f141cc4 Resolve BB references with relocation. by Evan Cheng · 19 years ago
  15. 2e9f368 Fixed a typo in Evan's submisson. by Jim Laskey · 19 years ago
  16. 55b5053 Move synchronizeICache from TargetJITInfo into a static function in JITEmitter.cpp by Evan Cheng · 19 years ago
  17. 35a1446 Fix warning on linux by Chris Lattner · 19 years ago
  18. 55fc280 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
  19. b76ea74 Fix the build on my old and busted version of OS X by Nate Begeman · 19 years ago
  20. b82ab94 Forgot to #ifdef __APPLE__ by Evan Cheng · 19 years ago
  21. 5f42c55 Resolve __dso_handle. by Evan Cheng · 19 years ago
  22. 21c39a6 Remove non-portable optimization that isn't worth it by Chris Lattner · 19 years ago
  23. c1780d2 Change AllocateRWX/DeallocateRWX do not throw an exception. by Chris Lattner · 19 years ago
  24. 5c72a3a Adapt to new interface function materialization interface by Chris Lattner · 19 years ago
  25. 52b510b Added jump table address relocation. by Evan Cheng · 19 years ago
  26. 426b782 Simplify TargetData ctor call by Chris Lattner · 19 years ago
  27. a827953 Only count instructions as code size, not constant pools and other per-function stuff. by Chris Lattner · 19 years ago
  28. 276f4b5 Simplify interpreter construction. by Chris Lattner · 19 years ago
  29. 870286a Fix -pedantic warnings. by Chris Lattner · 19 years ago
  30. 26e6e10 Fix -pedantic warnings by Chris Lattner · 19 years ago
  31. fea34a1 Silence some -pedantic warnings. by Chris Lattner · 19 years ago
  32. 19b7e0e For PR786: by Reid Spencer · 19 years ago
  33. f3af4ff Make this print the right start pointer by Chris Lattner · 19 years ago
  34. 6f3ada5 LoadLibraryPermanently can theoretically throw an exception. Do not propagate by Chris Lattner · 19 years ago
  35. bbea124 Fix a hypothetical memory leak, identified by Coverity. In practice, this by Chris Lattner · 19 years ago
  36. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  37. a5f0419 For extra sanity checking, fill free'd memory with garbage so we know that by Chris Lattner · 19 years ago
  38. 9f3d1ba Fix some bugs in the freelist manipulation code. by Chris Lattner · 19 years ago
  39. e993cc2 Significantly revamp allocation of machine code to use free lists, real by Chris Lattner · 19 years ago
  40. e7fd553 Move some methods out of line so that MutexGuard.h isn't needed in a public header. by Chris Lattner · 19 years ago
  41. b93b034 Adjust to use proper TargetData copy ctor by Chris Lattner · 19 years ago
  42. d2d5c76 minor cleanups, no functionality change by Chris Lattner · 19 years ago
  43. b4432f3 Suck block address tracking out of targets into the JIT Emitter. This by Chris Lattner · 19 years ago
  44. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 19 years ago
  45. 0eb4d6b Align function bodies correctly. by Chris Lattner · 19 years ago
  46. e6fdcbf Simplify some code. Don't add memory blocks to the Blocks list twice. by Chris Lattner · 19 years ago
  47. af1563f Change the BasicBlockAddrs map to be a vector, indexed by MBB number. by Chris Lattner · 19 years ago
  48. 32ca55f Simplify some code by Chris Lattner · 19 years ago
  49. f75f9be Several related changes: by Chris Lattner · 19 years ago
  50. f5d438c Do not make the JIT memory manager manage the memory for globals. Instead by Chris Lattner · 19 years ago
  51. a726c7f Minor cleanups, no functionality change. by Chris Lattner · 19 years ago
  52. 43b429b Refactor the machine code emitter interface to pull the pointers for the current by Chris Lattner · 19 years ago
  53. b0cc79d Remove dead method by Chris Lattner · 19 years ago
  54. c34b227 Fix a warning by Nate Begeman · 19 years ago
  55. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  56. b003d76 Fix JIT support for static ctors, which was apparently completely broken! by Chris Lattner · 19 years ago
  57. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 19 years ago
  58. 70a7b1b prune #includes by Chris Lattner · 19 years ago
  59. ef98691 remove always-null IntrinsicLowering argument. by Chris Lattner · 19 years ago
  60. 726c1ef remove the intrinsiclowering hook by Chris Lattner · 19 years ago
  61. 2fe4bb0 Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries. by Chris Lattner · 19 years ago
  62. 9dce2b3 Convert llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
  63. 9ca6cda Add a helper method for running static ctors/dtors in the module. by Chris Lattner · 19 years ago
  64. 239862c simplify this code now that each constant pool entry is not separately allocated by Chris Lattner · 20 years ago
  65. 3029f92 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 20 years ago
  66. fa77d43 rename fields of constant pool entries by Chris Lattner · 20 years ago
  67. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  68. 68835dd Teach the interpreter to handle global variables that are added to a module after by Jeff Cohen · 20 years ago
  69. b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 20 years ago
  70. ca26180 Add #include of <iostream> by Chris Lattner · 20 years ago
  71. 7c2b7c7 Fixed InitializeMemory to handle ConstantPacked. by Robert Bocchino · 20 years ago
  72. 2199877 Wrap long lines. by Chris Lattner · 20 years ago
  73. 51e6a38 wrap long line by Chris Lattner · 20 years ago
  74. 3db4b62 Fix a nasty bug that was causing miscompilation of global variables by Chris Lattner · 20 years ago
  75. 667eeca Shrinkify to match llc by Chris Lattner · 20 years ago
  76. 839615a Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  77. b1e1180 by Jim Laskey · 20 years ago
  78. 2b3b89c one cannot allocate a global, until one is done initializing the global pointers by Andrew Lenharth · 20 years ago
  79. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
  80. a00269b support near allocations for the JIT by Andrew Lenharth · 20 years ago
  81. 6a97461 Like constants, globals on some platforms are GOT relative. This means they have to be allocated by Andrew Lenharth · 20 years ago
  82. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  83. d6bbac5 fix a warning on 32-bit systems by Chris Lattner · 20 years ago
  84. 16ec33c the JIT memory manager will construct a GOT if you want it too. Also, it places the constants in the allocated memory, rather than a malloc area by Andrew Lenharth · 20 years ago
  85. e884dc2 count the number of relocations performed. by Chris Lattner · 20 years ago
  86. ee44863 For PR540: by Reid Spencer · 20 years ago
  87. 6e63088 fix long lines by Chris Lattner · 20 years ago
  88. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  89. 4b3141d Fix a really horrible problem that causes the JIT to miscompile any program by Chris Lattner · 20 years ago
  90. a471e04 Make the stub functions be tail calls by Chris Lattner · 20 years ago
  91. 3c94497 Convert tabs to spaces by Misha Brukman · 20 years ago
  92. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  93. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  94. edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
  95. d91ff7c Add support for targets that require stubs for external functions. by Chris Lattner · 20 years ago
  96. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  97. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  98. 3e27952 Use const iterators where possible. Patch by Evan Jones! by Chris Lattner · 20 years ago
  99. 6943570 Fix problems running the HowToUseJIT on powerpc, and probably problems with by Chris Lattner · 20 years ago
  100. 032ad08 This is no longer needed. Global variables with undef initializers can be by Chris Lattner · 21 years ago