1. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  2. 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 15 years ago
  3. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  4. 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 15 years ago
  5. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 15 years ago
  6. 47a4edc Accommodate empty string for build type. This was previously causing an error by Ted Kremenek · 15 years ago
  7. ae7dd80 Add an API for the bitstream reader to read blobs and return by Chris Lattner · 15 years ago
  8. 3f75d31 stub out code for reading record with blobs as blobs. Not active yet. by Chris Lattner · 15 years ago
  9. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 15 years ago
  10. 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 15 years ago
  11. e032590 CloneModule stores the BasicBlock mapping in ValueMap. There's no need to by Nick Lewycky · 15 years ago
  12. cf2202a CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as by Oscar Fuentes · 15 years ago
  13. a9f4836 Fixed file header comment. by Misha Brukman · 15 years ago
  14. 9f777c6 Recognize arm triplets. by Evan Cheng · 15 years ago
  15. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 15 years ago
  16. 4680102 Do not pass '-relocation-model=pic' to llc. by Mikhail Glushenkov · 15 years ago
  17. 4ad0d57 Documentation update. by Mikhail Glushenkov · 15 years ago
  18. 23120ba CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 15 years ago
  19. 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
  20. fd82995 Also pass -gcc-tool-args when building a shared object. by Evan Cheng · 15 years ago
  21. 773f57e Another bug :( by Anton Korobeynikov · 15 years ago
  22. 317bc24 Unbreak the build. Dunno, why it did not fail on mingw :( by Anton Korobeynikov · 15 years ago
  23. ad9d21a Disable plugins / shared stuff generation on windows targets. by Anton Korobeynikov · 15 years ago
  24. 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 15 years ago
  25. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  26. f6dd0eb Use CloneModule's ValueMap to avoid needing to look up by Dan Gohman · 15 years ago
  27. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 15 years ago
  28. 283bb58 Add example/Skeleton. by Mikhail Glushenkov · 15 years ago
  29. 03c050f Comment fixes. by Mikhail Glushenkov · 15 years ago
  30. cfa036b Use LLVMLIBS instead of USEDLIBS. by Mikhail Glushenkov · 15 years ago
  31. 178b00c Move example plugins to the example/ directory. by Mikhail Glushenkov · 15 years ago
  32. e9742d2 ENABLE_PIC is either 0 or 1, but is always defined. by Nick Lewycky · 15 years ago
  33. 38efa38 Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, by Bill Wendling · 15 years ago
  34. 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 15 years ago
  35. b14f5b5 Fix build with objdir != srcdir. by Mikhail Glushenkov · 15 years ago
  36. 95e2aa8 Move code from Main.cpp to the include dir. by Mikhail Glushenkov · 15 years ago
  37. f188178 Reorganize llvmc code. by Mikhail Glushenkov · 15 years ago
  38. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 15 years ago
  39. 6b37dcd use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to by Chris Lattner · 15 years ago
  40. a3fd95b Tabs to spaces presto chango! Pointed out by Duncan Sands. by Nick Lewycky · 15 years ago
  41. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 15 years ago
  42. 677c2c2 Add the function attributes pass during LTO time. by Nick Lewycky · 15 years ago
  43. a9183c8 If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen by Nick Lewycky · 15 years ago
  44. ca42862 Add an option to the gold plugin to make it emit a file with the public api by Nick Lewycky · 15 years ago
  45. 6210a94 really fix style by Rafael Espindola · 15 years ago
  46. 98c507e fix style by Rafael Espindola · 15 years ago
  47. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 15 years ago
  48. 38ed388 Remove changes that were accidently included in previous commit. by Devang Patel · 15 years ago
  49. 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
  50. f163a95 tools like nm and ar only need register_claim_file and add_symbols. Don't abort by Rafael Espindola · 15 years ago
  51. 45eb786 Shoot! Remove this debugging line again! by Nick Lewycky · 15 years ago
  52. e0afaa3 Don't discard definitions of common symbols. Not sure if this is the right fix. by Nick Lewycky · 15 years ago
  53. a971b29 Rename bugpoint's error message file so that if it somehow by Dan Gohman · 15 years ago
  54. 535e3e8 Revert r64299: it breaks the build when configured by Duncan Sands · 15 years ago
  55. 46dec95 Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. by Nick Lewycky · 15 years ago
  56. ca70533 62987 disables LTO build on darwin. by Devang Patel · 15 years ago
  57. 3a4baf1 fix bugpoint url, patch by Pieter de Bie! by Chris Lattner · 16 years ago
  58. 0df91b2 Free the buffer in the case where we don't create a module out of it, as by Nick Lewycky · 16 years ago
  59. b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
  60. ea97aa6 Free the buffer. by Nick Lewycky · 16 years ago
  61. 7d8f9b6 fix PR3488: llvm-ar r doesn't replace existing files by Chris Lattner · 16 years ago
  62. 7a2e7e5 Revert the previous commit. It seems it didn't by Duncan Sands · 16 years ago
  63. 105de28 Stop llvm-config thinking that there are circular by Duncan Sands · 16 years ago
  64. 98245c7 It's not obvious, but lto_module_create_from_memory doesn't need to use the by Nick Lewycky · 16 years ago
  65. c1da886 Remove accidentally included debug message! by Nick Lewycky · 16 years ago
  66. 6cbbdfd Alphabetize includes. Update comment. by Torok Edwin · 16 years ago
  67. 1845d99 mention that PIC is needed for libLTO and libLLVMgold by Torok Edwin · 16 years ago
  68. 4cb1634 remove printf - it was there only for debugging! by Torok Edwin · 16 years ago
  69. 3e5a0d8 add support for .a files containing LLVM IR to the gold plugin by Torok Edwin · 16 years ago
  70. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 16 years ago
  71. 7ba6052 Add some comments. by Mikhail Glushenkov · 16 years ago
  72. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  73. 1281741 Build libLTO on any platform so long as PIC is enabled. by Nick Lewycky · 16 years ago
  74. 0a26891 Perform optional clang building. by Mike Stump · 16 years ago
  75. e441b83 Fix 'llvm-config --libs' output. by Mikhail Glushenkov · 16 years ago
  76. b6b5141 Change the hook API back to prevent memory leaks. by Mikhail Glushenkov · 16 years ago
  77. a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
  78. 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
  79. 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
  80. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  81. f9b1d79 Some small documentation fixes. by Mikhail Glushenkov · 16 years ago
  82. 564b75a Clarify the documentation a bit. by Mikhail Glushenkov · 16 years ago
  83. 15b064d Make -o a prefix option. by Mikhail Glushenkov · 16 years ago
  84. f8c430b Add a --check-graph option to llvmc. by Mikhail Glushenkov · 16 years ago
  85. 82447eb CMake: replace `rm' with portable invocations of cmake. by Oscar Fuentes · 16 years ago
  86. 5d5a897 make llvm-ld smart enough to link against native libraries that are by Chris Lattner · 16 years ago
  87. 93d9ad5 Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1. by Bill Wendling · 16 years ago
  88. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  89. f2f8d79 Add spacing between type and variable name. by Misha Brukman · 16 years ago
  90. 8050e9e Comment headers should extend to 80 chars. by Misha Brukman · 16 years ago
  91. 262b05f Fix spacing to be uniform for parameters. by Misha Brukman · 16 years ago
  92. 9e89ba3 Rename AddReadAttrs to FunctionAttrs, and teach it how by Duncan Sands · 16 years ago
  93. 5c2b6b2 Some enhancements for the 'case' expression. by Mikhail Glushenkov · 16 years ago
  94. 23f522a Add a comment to the auto-generated docs. by Mikhail Glushenkov · 16 years ago
  95. 8cc8288 Merge llvm-rst.css and llvm.css. by Mikhail Glushenkov · 16 years ago
  96. 462886e Some more documentation tweaks. by Mikhail Glushenkov · 16 years ago
  97. d565203 More cosmetic tweaks for llvmc docs. by Mikhail Glushenkov · 16 years ago
  98. 9053154 Fix W3C validator errors. by Mikhail Glushenkov · 16 years ago
  99. 99a3a2c Use correct file for the llvmc tutorial. by Mikhail Glushenkov · 16 years ago
  100. 68319f8 Update the auto-generated llvmc documentation. by Mikhail Glushenkov · 16 years ago