1. e89331b The 'forward_as' property did not use its second argument. by Mikhail Glushenkov · 15 years ago
  2. 26edc21 bugpoint for jit should just ignore GCC arguments. by Evan Cheng · 15 years ago
  3. 712e80e Default llc / lli optimization to "Default", which corresponds to -O1 / -O2. by Evan Cheng · 15 years ago
  4. fbccdef Fix a compiler warning on hosts where uint64_t isn't unsigned long long. by Dan Gohman · 15 years ago
  5. 195bea3 Allow a user of libLTO to specify the full pathname of the gcc executable to by Nick Lewycky · 15 years ago
  6. 581b934 Remove unused flags. by Bill Wendling · 15 years ago
  7. 8dc85dd Error out with bad optimization level specified. by Bill Wendling · 15 years ago
  8. b8cb0bb Remove LTO optimization level. by Bill Wendling · 15 years ago
  9. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  10. a7e326b Don't use 'false' for 'fast isel' here. by Bill Wendling · 15 years ago
  11. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  12. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  13. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  14. 0370cc6 give bitstreamreader an API to ignore names for blocks/records, by Chris Lattner · 15 years ago
  15. c167cac Print statistics for each record kind saying the number of bits by Chris Lattner · 15 years ago
  16. 2443747 clean up the output of llvm-bcanalyzer by using printf by Chris Lattner · 15 years ago
  17. 0324205 Improve bugpoint's error messages when it runs out of memory, by Dan Gohman · 15 years ago
  18. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 15 years ago
  19. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 15 years ago
  20. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 15 years ago
  21. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 15 years ago
  22. d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 15 years ago
  23. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 15 years ago
  24. 911c606 Remove clang since its conditionally there already. by Tanya Lattner · 15 years ago
  25. 2bdf490 Emit the auto variables of a function into a different section than parameters. by Sanjiv Gupta · 15 years ago
  26. 51747a7 Use .empty() instead of .size(). by Dan Gohman · 15 years ago
  27. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  28. 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 15 years ago
  29. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  30. 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 15 years ago
  31. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  32. 47a4edc Accommodate empty string for build type. This was previously causing an error by Ted Kremenek · 16 years ago
  33. ae7dd80 Add an API for the bitstream reader to read blobs and return by Chris Lattner · 16 years ago
  34. 3f75d31 stub out code for reading record with blobs as blobs. Not active yet. by Chris Lattner · 16 years ago
  35. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
  36. 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 16 years ago
  37. e032590 CloneModule stores the BasicBlock mapping in ValueMap. There's no need to by Nick Lewycky · 16 years ago
  38. cf2202a CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as by Oscar Fuentes · 16 years ago
  39. a9f4836 Fixed file header comment. by Misha Brukman · 16 years ago
  40. 9f777c6 Recognize arm triplets. by Evan Cheng · 16 years ago
  41. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 16 years ago
  42. 4680102 Do not pass '-relocation-model=pic' to llc. by Mikhail Glushenkov · 16 years ago
  43. 4ad0d57 Documentation update. by Mikhail Glushenkov · 16 years ago
  44. 23120ba CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  45. 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 · 16 years ago
  46. fd82995 Also pass -gcc-tool-args when building a shared object. by Evan Cheng · 16 years ago
  47. 773f57e Another bug :( by Anton Korobeynikov · 16 years ago
  48. 317bc24 Unbreak the build. Dunno, why it did not fail on mingw :( by Anton Korobeynikov · 16 years ago
  49. ad9d21a Disable plugins / shared stuff generation on windows targets. by Anton Korobeynikov · 16 years ago
  50. 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 16 years ago
  51. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  52. f6dd0eb Use CloneModule's ValueMap to avoid needing to look up by Dan Gohman · 16 years ago
  53. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 16 years ago
  54. 283bb58 Add example/Skeleton. by Mikhail Glushenkov · 16 years ago
  55. 03c050f Comment fixes. by Mikhail Glushenkov · 16 years ago
  56. cfa036b Use LLVMLIBS instead of USEDLIBS. by Mikhail Glushenkov · 16 years ago
  57. 178b00c Move example plugins to the example/ directory. by Mikhail Glushenkov · 16 years ago
  58. e9742d2 ENABLE_PIC is either 0 or 1, but is always defined. by Nick Lewycky · 16 years ago
  59. 38efa38 Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, by Bill Wendling · 16 years ago
  60. 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 16 years ago
  61. b14f5b5 Fix build with objdir != srcdir. by Mikhail Glushenkov · 16 years ago
  62. 95e2aa8 Move code from Main.cpp to the include dir. by Mikhail Glushenkov · 16 years ago
  63. f188178 Reorganize llvmc code. by Mikhail Glushenkov · 16 years ago
  64. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  65. 6b37dcd use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to by Chris Lattner · 16 years ago
  66. a3fd95b Tabs to spaces presto chango! Pointed out by Duncan Sands. by Nick Lewycky · 16 years ago
  67. dcd158a Force 'llvm-config' to go first, optionally followed by lto and gold mixed in by Nick Lewycky · 16 years ago
  68. 677c2c2 Add the function attributes pass during LTO time. by Nick Lewycky · 16 years ago
  69. a9183c8 If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen by Nick Lewycky · 16 years ago
  70. ca42862 Add an option to the gold plugin to make it emit a file with the public api by Nick Lewycky · 16 years ago
  71. 6210a94 really fix style by Rafael Espindola · 16 years ago
  72. 98c507e fix style by Rafael Espindola · 16 years ago
  73. 865f006 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 16 years ago
  74. 38ed388 Remove changes that were accidently included in previous commit. by Devang Patel · 16 years ago
  75. 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 · 16 years ago
  76. f163a95 tools like nm and ar only need register_claim_file and add_symbols. Don't abort by Rafael Espindola · 16 years ago
  77. 45eb786 Shoot! Remove this debugging line again! by Nick Lewycky · 16 years ago
  78. e0afaa3 Don't discard definitions of common symbols. Not sure if this is the right fix. by Nick Lewycky · 16 years ago
  79. a971b29 Rename bugpoint's error message file so that if it somehow by Dan Gohman · 16 years ago
  80. 535e3e8 Revert r64299: it breaks the build when configured by Duncan Sands · 16 years ago
  81. 46dec95 Try this. Darwin -> LTO, PIC -> LTO + possibly gold too. by Nick Lewycky · 16 years ago
  82. ca70533 62987 disables LTO build on darwin. by Devang Patel · 16 years ago
  83. 3a4baf1 fix bugpoint url, patch by Pieter de Bie! by Chris Lattner · 16 years ago
  84. 0df91b2 Free the buffer in the case where we don't create a module out of it, as by Nick Lewycky · 16 years ago
  85. b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
  86. ea97aa6 Free the buffer. by Nick Lewycky · 16 years ago
  87. 7d8f9b6 fix PR3488: llvm-ar r doesn't replace existing files by Chris Lattner · 16 years ago
  88. 7a2e7e5 Revert the previous commit. It seems it didn't by Duncan Sands · 16 years ago
  89. 105de28 Stop llvm-config thinking that there are circular by Duncan Sands · 16 years ago
  90. 98245c7 It's not obvious, but lto_module_create_from_memory doesn't need to use the by Nick Lewycky · 16 years ago
  91. c1da886 Remove accidentally included debug message! by Nick Lewycky · 16 years ago
  92. 6cbbdfd Alphabetize includes. Update comment. by Torok Edwin · 16 years ago
  93. 1845d99 mention that PIC is needed for libLTO and libLLVMgold by Torok Edwin · 16 years ago
  94. 4cb1634 remove printf - it was there only for debugging! by Torok Edwin · 16 years ago
  95. 3e5a0d8 add support for .a files containing LLVM IR to the gold plugin by Torok Edwin · 16 years ago
  96. 3e62b2d Add LLVM plugin for gold. by Nick Lewycky · 16 years ago
  97. 7ba6052 Add some comments. by Mikhail Glushenkov · 16 years ago
  98. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  99. 1281741 Build libLTO on any platform so long as PIC is enabled. by Nick Lewycky · 16 years ago
  100. 0a26891 Perform optional clang building. by Mike Stump · 16 years ago