1. 4f91054 PR10210: New method ConstantArray::getAsCString(). Use it in LTO to by Jay Foad · 13 years ago
  2. 26f4480 Revert r133516 "Remove some unnecessary uses of c_str()." by Chad Rosier · 13 years ago
  3. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 13 years ago
  4. 76fb9b0 Modify llvm-nm to use new Binary creation method. by Michael J. Spencer · 13 years ago
  5. 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
  6. 06155e8 Remove some unnecessary uses of c_str(). by Jay Foad · 13 years ago
  7. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
  8. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  9. e266ce6 Use the verbose asm flag instead of a new flag for decoding the LSDA. by Bill Wendling · 13 years ago
  10. 916a94b Add an option that allows one to "decode" the LSDA. by Bill Wendling · 13 years ago
  11. 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 13 years ago
  12. 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 13 years ago
  13. 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 13 years ago
  14. 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 13 years ago
  15. 5e45dc4 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 13 years ago
  16. bc437eb Modify llvm-nm to use new Binary creation method. by Michael J. Spencer · 13 years ago
  17. 69aec36 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
  18. be2d123 Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, you can just run bugpoint -O2. :) My implementation isn't precisely equivalent to what opt does, but as far as I can tell, it's close enough. by Eli Friedman · 13 years ago
  19. 42d41fd We only do always-inlining at -O1; make opt reflect that. by Eli Friedman · 13 years ago
  20. 5d98c9a Also remove -lLTO which should have been in r132349. I failed to apply this by Nick Lewycky · 13 years ago
  21. 471fa14 Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer! by Nick Lewycky · 13 years ago
  22. 4992b03 Remove dead option. by Evan Cheng · 13 years ago
  23. 3e8984a initialize and finalize function passes, pointed out by Cameron. by Chris Lattner · 13 years ago
  24. efce071 fix a file system case sensitivity issue. by Chris Lattner · 13 years ago
  25. 52b2889 switch opt to using PassManagerBuilder.h by Chris Lattner · 13 years ago
  26. 9d70b6b switch llvm-ld. It has a terrible mechanism that people can add extra by Chris Lattner · 13 years ago
  27. 817a01f switch bugpoint and liblto to PassManagerBuilder. by Chris Lattner · 13 years ago
  28. dc5948d Have Program::Wait return -2 for crashed and timeouts instead of embedding by Andrew Trick · 13 years ago
  29. be5d9b0 CMake builds gold by default since revision 127466. This is by Oscar Fuentes · 13 years ago
  30. 1680832 Typo and missing checkin from r131186. by Andrew Trick · 13 years ago
  31. 7c863eb Bugpoint support for miscompilations that result in a crash. by Andrew Trick · 13 years ago
  32. f5bf3cf Tidy up. 80-column and whitespace. by Jim Grosbach · 13 years ago
  33. 2abb82b Remove an unused variable. by Duncan Sands · 13 years ago
  34. 925dffa llvmc: Pass -disable-cfi to llc. by Rafael Espindola · 13 years ago
  35. debd7e4 Simplify the handling of pcrel relocations on ELF. Now we do the right thing by Rafael Espindola · 13 years ago
  36. f1a5c7e Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 13 years ago
  37. d779749 Revert an unintended commit. Very sorry for this one. by Chandler Carruth · 13 years ago
  38. e825d88 nuke gold by Chandler Carruth · 13 years ago
  39. 834b93b Remove all references to plugins from the LLVMC docs. by Mikhail Glushenkov · 13 years ago
  40. ddcdcc8 Remove unused STL header includes. by Jay Foad · 13 years ago
  41. 3335a99 The .inc file is auto-generated and must not be edited by hand. by Mikhail Glushenkov · 13 years ago
  42. e8cfbd8 Remove unused argument. by Rafael Espindola · 13 years ago
  43. 333ed45 Fix typo in comment. by Nick Lewycky · 13 years ago
  44. 0ccc0dd llc: Fix a refacto, .loc support didn't work before 10.6. by Daniel Dunbar · 13 years ago
  45. 558692f ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 13 years ago
  46. 912225e ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() by Daniel Dunbar · 13 years ago
  47. d285139 llc: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 13 years ago
  48. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  49. 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 13 years ago
  50. 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 13 years ago
  51. f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 13 years ago
  52. 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 13 years ago
  53. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 13 years ago
  54. 052aa2c Moved an access to an object past a NULL check, by Sean Callanan · 13 years ago
  55. b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 13 years ago
  56. e578252 If present, use gold's support for getting a file view. This prevents having by Rafael Espindola · 13 years ago
  57. c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 13 years ago
  58. 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 13 years ago
  59. ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 13 years ago
  60. a41af7a whitespace by Andrew Trick · 13 years ago
  61. e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 13 years ago
  62. fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 13 years ago
  63. 1be9980 Update BreakpointPrinter to emit original function names only. by Devang Patel · 13 years ago
  64. 138b77c Remove unused function. by Eric Christopher · 13 years ago
  65. 74a26fe silence an unused function warning. by Chris Lattner · 13 years ago
  66. 592cf78 Start migrating mach-o dumping facilities to the object file out of a by Eric Christopher · 13 years ago
  67. 6c1bead CMake: remove debug code from previous commit. by Oscar Fuentes · 13 years ago
  68. c2db19e Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in by Oscar Fuentes · 13 years ago
  69. c9d2f0c Update CMakeLists.txt Patch by arrowdoger. by Devang Patel · 13 years ago
  70. 56584fc Fix whitespace. by Michael J. Spencer · 13 years ago
  71. c9c08fb Switch FileRemover from PathV1 to V2. by Michael J. Spencer · 13 years ago
  72. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  73. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 13 years ago
  74. 00b7ce6 Update CMake link dependency. by Francois Pichet · 13 years ago
  75. 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 13 years ago
  76. a89cfd2 Expoert c interface for disassembler. by Devang Patel · 13 years ago
  77. c6cf43d MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 13 years ago
  78. c37c539 llvm-stub.cpp: mingw-w64 tweak. by NAKAMURA Takumi · 14 years ago
  79. 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 14 years ago
  80. 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 14 years ago
  81. b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
  82. c943a9a Updated library dependencies. by Oscar Fuentes · 14 years ago
  83. cb3c5d8 Update link components. by Jim Grosbach · 14 years ago
  84. 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
  85. 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago
  86. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  87. f6474f6 Make llvm-config.in configuration more MSYS-friendly. by Oscar Fuentes · 14 years ago
  88. 930df9a CMake: store TARGET_TRIPLE on llvm-config.in. by Oscar Fuentes · 14 years ago
  89. 31649e6 Beginnings of MC-JIT code generation. by Jim Grosbach · 14 years ago
  90. f19d7a7 Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for by Rafael Espindola · 14 years ago
  91. 35fdeb7 Add llvm-rtdyld support for loading 32-bit code. by Jim Grosbach · 14 years ago
  92. d4336e2 Update list of link components for llvm-rtdyld. by Oscar Fuentes · 14 years ago
  93. 82c25b4 Naming conventional tidy up. by Jim Grosbach · 14 years ago
  94. 1cb19a4 MachO file loader and execution utility. by Jim Grosbach · 14 years ago
  95. 9a4584b Simplify the computation of undefined symbols. Instead of walking by Rafael Espindola · 14 years ago
  96. 0e8d588 tools/lto/LTOModule.cpp: Eliminate an unused variable. by NAKAMURA Takumi · 14 years ago
  97. 3bc729c llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++. by NAKAMURA Takumi · 14 years ago
  98. 9916d2a Use RequiresNullTerminator to create buffers without a null terminator by Rafael Espindola · 14 years ago
  99. c74513d Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 14 years ago
  100. 412bf05 Revert 127813 while fixing broken test. by Stuart Hastings · 14 years ago