1. 4680102 Do not pass '-relocation-model=pic' to llc. by Mikhail Glushenkov · 15 years ago
  2. 4ad0d57 Documentation update. by Mikhail Glushenkov · 15 years ago
  3. 23120ba CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 15 years ago
  4. 4752bd3 CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be by Douglas Gregor · 15 years ago
  5. fd82995 Also pass -gcc-tool-args when building a shared object. by Evan Cheng · 15 years ago
  6. 773f57e Another bug :( by Anton Korobeynikov · 15 years ago
  7. 317bc24 Unbreak the build. Dunno, why it did not fail on mingw :( by Anton Korobeynikov · 15 years ago
  8. ad9d21a Disable plugins / shared stuff generation on windows targets. by Anton Korobeynikov · 15 years ago
  9. 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 15 years ago
  10. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  11. f6dd0eb Use CloneModule's ValueMap to avoid needing to look up by Dan Gohman · 15 years ago
  12. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 15 years ago
  13. 283bb58 Add example/Skeleton. by Mikhail Glushenkov · 15 years ago
  14. 03c050f Comment fixes. by Mikhail Glushenkov · 15 years ago
  15. cfa036b Use LLVMLIBS instead of USEDLIBS. by Mikhail Glushenkov · 15 years ago
  16. 178b00c Move example plugins to the example/ directory. by Mikhail Glushenkov · 15 years ago
  17. e9742d2 ENABLE_PIC is either 0 or 1, but is always defined. by Nick Lewycky · 15 years ago
  18. 38efa38 Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, by Bill Wendling · 15 years ago
  19. 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 15 years ago
  20. b14f5b5 Fix build with objdir != srcdir. by Mikhail Glushenkov · 15 years ago
  21. 95e2aa8 Move code from Main.cpp to the include dir. by Mikhail Glushenkov · 15 years ago
  22. f188178 Reorganize llvmc code. by Mikhail Glushenkov · 15 years ago
  23. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 15 years ago
  24. 6b37dcd use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to by Chris Lattner · 15 years ago
  25. a3fd95b Tabs to spaces presto chango! Pointed out by Duncan Sands. by Nick Lewycky · 15 years ago
  26. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 15 years ago
  27. 677c2c2 Add the function attributes pass during LTO time. by Nick Lewycky · 15 years ago
  28. a9183c8 If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen by Nick Lewycky · 15 years ago
  29. ca42862 Add an option to the gold plugin to make it emit a file with the public api by Nick Lewycky · 15 years ago
  30. 6210a94 really fix style by Rafael Espindola · 15 years ago
  31. 98c507e fix style by Rafael Espindola · 15 years ago
  32. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 15 years ago
  33. 38ed388 Remove changes that were accidently included in previous commit. by Devang Patel · 15 years ago
  34. 13319ce The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF. by Devang Patel · 15 years ago
  35. f163a95 tools like nm and ar only need register_claim_file and add_symbols. Don't abort by Rafael Espindola · 15 years ago
  36. 45eb786 Shoot! Remove this debugging line again! by Nick Lewycky · 15 years ago
  37. e0afaa3 Don't discard definitions of common symbols. Not sure if this is the right fix. by Nick Lewycky · 15 years ago
  38. a971b29 Rename bugpoint's error message file so that if it somehow by Dan Gohman · 15 years ago
  39. 535e3e8 Revert r64299: it breaks the build when configured by Duncan Sands · 15 years ago
  40. 46dec95 Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. by Nick Lewycky · 15 years ago
  41. ca70533 62987 disables LTO build on darwin. by Devang Patel · 15 years ago
  42. 3a4baf1 fix bugpoint url, patch by Pieter de Bie! by Chris Lattner · 16 years ago
  43. 0df91b2 Free the buffer in the case where we don't create a module out of it, as by Nick Lewycky · 16 years ago
  44. b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
  45. ea97aa6 Free the buffer. by Nick Lewycky · 16 years ago
  46. 7d8f9b6 fix PR3488: llvm-ar r doesn't replace existing files by Chris Lattner · 16 years ago
  47. 7a2e7e5 Revert the previous commit. It seems it didn't by Duncan Sands · 16 years ago
  48. 105de28 Stop llvm-config thinking that there are circular by Duncan Sands · 16 years ago
  49. 98245c7 It's not obvious, but lto_module_create_from_memory doesn't need to use the by Nick Lewycky · 16 years ago
  50. c1da886 Remove accidentally included debug message! by Nick Lewycky · 16 years ago
  51. 6cbbdfd Alphabetize includes. Update comment. by Torok Edwin · 16 years ago
  52. 1845d99 mention that PIC is needed for libLTO and libLLVMgold by Torok Edwin · 16 years ago
  53. 4cb1634 remove printf - it was there only for debugging! by Torok Edwin · 16 years ago
  54. 3e5a0d8 add support for .a files containing LLVM IR to the gold plugin by Torok Edwin · 16 years ago
  55. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 16 years ago
  56. 7ba6052 Add some comments. by Mikhail Glushenkov · 16 years ago
  57. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  58. 1281741 Build libLTO on any platform so long as PIC is enabled. by Nick Lewycky · 16 years ago
  59. 0a26891 Perform optional clang building. by Mike Stump · 16 years ago
  60. e441b83 Fix 'llvm-config --libs' output. by Mikhail Glushenkov · 16 years ago
  61. b6b5141 Change the hook API back to prevent memory leaks. by Mikhail Glushenkov · 16 years ago
  62. a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
  63. 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
  64. 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
  65. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  66. f9b1d79 Some small documentation fixes. by Mikhail Glushenkov · 16 years ago
  67. 564b75a Clarify the documentation a bit. by Mikhail Glushenkov · 16 years ago
  68. 15b064d Make -o a prefix option. by Mikhail Glushenkov · 16 years ago
  69. f8c430b Add a --check-graph option to llvmc. by Mikhail Glushenkov · 16 years ago
  70. 82447eb CMake: replace `rm' with portable invocations of cmake. by Oscar Fuentes · 16 years ago
  71. 5d5a897 make llvm-ld smart enough to link against native libraries that are by Chris Lattner · 16 years ago
  72. 93d9ad5 Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1. by Bill Wendling · 16 years ago
  73. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  74. f2f8d79 Add spacing between type and variable name. by Misha Brukman · 16 years ago
  75. 8050e9e Comment headers should extend to 80 chars. by Misha Brukman · 16 years ago
  76. 262b05f Fix spacing to be uniform for parameters. by Misha Brukman · 16 years ago
  77. 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 16 years ago
  78. 5c2b6b2 Some enhancements for the 'case' expression. by Mikhail Glushenkov · 16 years ago
  79. 23f522a Add a comment to the auto-generated docs. by Mikhail Glushenkov · 16 years ago
  80. 8cc8288 Merge llvm-rst.css and llvm.css. by Mikhail Glushenkov · 16 years ago
  81. 462886e Some more documentation tweaks. by Mikhail Glushenkov · 16 years ago
  82. d565203 More cosmetic tweaks for llvmc docs. by Mikhail Glushenkov · 16 years ago
  83. 9053154 Fix W3C validator errors. by Mikhail Glushenkov · 16 years ago
  84. 99a3a2c Use correct file for the llvmc tutorial. by Mikhail Glushenkov · 16 years ago
  85. 68319f8 Update the auto-generated llvmc documentation. by Mikhail Glushenkov · 16 years ago
  86. ba71d67 Add a '-Wo,' option that passes options to opt. by Mikhail Glushenkov · 16 years ago
  87. de1e521 Merge Base.td and Tools.td. by Mikhail Glushenkov · 16 years ago
  88. 74bcb05 Support -emit-llvm properly (with -S and -c). by Mikhail Glushenkov · 16 years ago
  89. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  90. f76eda7 CMake: Added Tool.cpp to tools/llvmc/driver. by Oscar Fuentes · 16 years ago
  91. 4410e32 Describe recent changes in the documentation. by Mikhail Glushenkov · 16 years ago
  92. b4ced5a Make 'extern' an option property. by Mikhail Glushenkov · 16 years ago
  93. 940cdfe Plugin updates: support more options. by Mikhail Glushenkov · 16 years ago
  94. b677df8 Join tools couldn't be used in the middle of the toolchain. by Mikhail Glushenkov · 16 years ago
  95. 0bef2ad Enable the Clang plugin by default. by Mikhail Glushenkov · 16 years ago
  96. c8813da Update plugins to use (actions). by Mikhail Glushenkov · 16 years ago
  97. f915253 Use (actions) instead of option properties, support external options. by Mikhail Glushenkov · 16 years ago
  98. 4d6e233 Enable LoopIndexSplit pass. by Devang Patel · 16 years ago
  99. 6e11687 Remove warning about declaration does not declare anything. This class was by Nick Lewycky · 16 years ago
  100. 4fd40e8 Add protected visibility to libLTO. by Nick Lewycky · 16 years ago