1. 1429059 Merge with LLVM upstream r145126 (Nov 25th 2011) by Logan Chien · 13 years ago
  2. b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
  3. a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 13 years ago
  4. f9c1b92 Merge with LLVM upstream r144606 (Nov 15th 2011) by Logan Chien · 13 years ago
  5. 00ade8b build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  6. 85f37f3 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
  7. 2cae1aa Ignore MachO symbol flags in the upper nibble of n_desc. by Jim Grosbach · 13 years ago
  8. afe153c Fixed the MCJIT so that it can emit not only instance by Sean Callanan · 13 years ago
  9. b8ebca8 build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. by Daniel Dunbar · 13 years ago
  10. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  11. 0173864 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
  12. fadfd7b Ignore MachO symbol flags in the upper nibble of n_desc. by Jim Grosbach · 13 years ago
  13. 0ebc07a Merge with LLVM upstream 2011/10/20 (r142530) by Logan Chien · 13 years ago
  14. fffc0fe Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. by Joe Abbey · 13 years ago
  15. 3326fc1 The MCJITMemoryManager takes ownership of the JMM, so don't leak it. by Jim Grosbach · 13 years ago
  16. 0ba3c0a MCJIT initialization TargetData by Danil Malyshev · 13 years ago
  17. bb5a744 Clean up uses of switch instructions so they are not dependent on the operand ordering. Patch by Stepan Dyatkovskiy. by Eli Friedman · 13 years ago
  18. 81cbb0a Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and by Richard Trieu · 13 years ago
  19. a50c6d9 Don't tack "Instruction not interpretable yet!" onto the end of the instruction. by Duncan Sands · 13 years ago
  20. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  21. 2ed7464 EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc. by NAKAMURA Takumi · 13 years ago
  22. 1f6a329 Silence a bunch (but not all) "variable written but not read" warnings by Duncan Sands · 13 years ago
  23. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  24. 34ad6db - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 13 years ago
  25. ebf5f09 Merge with LLVM upstream r135568 (Jul 20th 2011) by Logan Chien · 13 years ago
  26. cf1e967 Extra semi-colon. by Eric Christopher · 13 years ago
  27. 8fbbb39 Convert TargetData::getIndexedOffset to use ArrayRef. by Jay Foad · 13 years ago
  28. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  29. 2d28617 Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for by Evan Cheng · 13 years ago
  30. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 13 years ago
  31. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  32. a71642b Merge upstream to r135343 at Sat. 16th July 2011. by Nowar Gu · 13 years ago
  33. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  34. cf852dc Add to RuntimeDyld support different object formats by Danil Malyshev · 13 years ago
  35. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  36. 53d4808 Merge upstream to r134237 at Fri. 1st July 2011. by Nowar Gu · 13 years ago
  37. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 13 years ago
  38. ab8be96 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. by Evan Cheng · 13 years ago
  39. bb5c18c Merge upstream to r133679 at Thu. 23th Jun 2011. by Nowar Gu · 13 years ago
  40. 2a73c7f Fix source list of Android.mk. by Nowar Gu · 13 years ago
  41. 907af0f Merge upstream to r133240 at Fri. 17th Jun 2011. by Nowar Gu · 13 years ago
  42. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  43. c0ceedb Avoid a Twine that referenced a tmp (which proceded to go out of scope before by Jim Grosbach · 13 years ago
  44. e0b5863 Restore sanity to 131601. by Jim Grosbach · 13 years ago
  45. 3ec2c7c Objective C functions may use a magic '\1' on the name. Handle that when by Jim Grosbach · 13 years ago
  46. 1c3c8ea Be a bit more permissive about symbols we don't understand. Just skip them by Jim Grosbach · 13 years ago
  47. f5895e9 ExecutionEngine: move createJIT() definition (v2) by Dylan Noblesmith · 13 years ago
  48. c5b2858 ExecutionEngine: push TargetMachine creation into clients (v2) by Dylan Noblesmith · 13 years ago
  49. 2ea29ba ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) by Dylan Noblesmith · 13 years ago
  50. ffa6250 Teach the RtDyld to tell the memory manager about how much space a function by Jim Grosbach · 13 years ago
  51. 757a142 MCJIT section loading should just skip non-text sections rather than by Jim Grosbach · 13 years ago
  52. c154514 The MCJIT memory manager needs to initialize its Module member. by Jim Grosbach · 13 years ago
  53. 701529b Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 13 years ago
  54. 226c34b ExecutionEngine: delete duplicated files by Dylan Noblesmith · 13 years ago
  55. e629701 ExecutionEngine: add missing file by Dylan Noblesmith · 13 years ago
  56. bfb8705 ExecutionEngine: move createJIT() definition by Dylan Noblesmith · 13 years ago
  57. c06b511 ExecutionEngine: push TargetMachine creation into clients by Dylan Noblesmith · 13 years ago
  58. 71cbac6 ExecutionEngine: fix JIT/MCJIT selectTarget() duplication by Dylan Noblesmith · 13 years ago
  59. c003229 Fix a C++0x portability issue with std::make_pair. Explicitly providing template arguments no longer works when the call arguments are lvalues. by Douglas Gregor · 13 years ago
  60. 80d9e07 Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears by Chandler Carruth · 13 years ago
  61. ddcdcc8 Remove unused STL header includes. by Jay Foad · 13 years ago
  62. bb498ca 80-col fix. by Eric Christopher · 13 years ago
  63. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  64. 69e8132 MCJIT relocation resolution. by Jim Grosbach · 13 years ago
  65. 5b24017 Like the coding standards say, do not use "using namespace std". by Jay Foad · 13 years ago
  66. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 13 years ago
  67. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 13 years ago
  68. 5ea5c61 Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't by Nick Lewycky · 13 years ago
  69. cc513e1c Make error message more useful. by Benjamin Kramer · 13 years ago
  70. 8feda7e Merge upstream r129128 by Jush Lu · 13 years ago
  71. e2e777b Workaround g++ 4.2.1 warning diagnostic false positive. by Jim Grosbach · 13 years ago
  72. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 13 years ago
  73. 2c44a80 llvm.global_[cd]tor is defined to be either external, or appending with an array by Nick Lewycky · 13 years ago
  74. 01ccab4 tidy up. by Jim Grosbach · 13 years ago
  75. a040d47 Fix comment to use llvm 2.x syntax. by Nick Lewycky · 13 years ago
  76. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 13 years ago
  77. 53c5e7b Make the virtual destructor out-of-line so we have a key function. by Chandler Carruth · 13 years ago
  78. caf767b Remove extraneous 'return'. by Jim Grosbach · 13 years ago
  79. b572830 Add missing file from r128851. by Jim Grosbach · 13 years ago
  80. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 13 years ago
  81. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 13 years ago
  82. 5ffe37f Runtime dylib simple ARM 24-bit branch relocation support. by Jim Grosbach · 13 years ago
  83. a8287e3 Split out relocation resolution into target-specific bits. by Jim Grosbach · 13 years ago
  84. 66978bd Fix double-free of Module. by Jim Grosbach · 13 years ago
  85. 8b54dca Start of relocation resolution for the runtime dyld library. by Jim Grosbach · 13 years ago
  86. 8086f3b Make sure to report any errors from the runtime dyld. by Jim Grosbach · 13 years ago
  87. 91dde15 Tidy up. by Jim Grosbach · 13 years ago
  88. 5010ed0 Add missing file from previous commit. by Jim Grosbach · 13 years ago
  89. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 13 years ago
  90. 34714a0 Add simple arg passing to MC-JIT and support for exit() call. by Jim Grosbach · 13 years ago
  91. 8bf0ecd Trailing whitespace. by Jim Grosbach · 13 years ago
  92. d619067 Fix comment in header. by Eric Christopher · 13 years ago
  93. f922910 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 13 years ago
  94. 8371c89 Initialize HasError. by Jim Grosbach · 13 years ago
  95. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 13 years ago
  96. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 13 years ago
  97. 7b6747e Silence a warning. by Jim Grosbach · 13 years ago
  98. 31649e6 Beginnings of MC-JIT code generation. by Jim Grosbach · 13 years ago
  99. 124d033 Tidy up. Whitespace and 80 column. by Jim Grosbach · 13 years ago
  100. 4f9fc85 Trailing whitespae. by Jim Grosbach · 13 years ago