1. b32944d Stop the build if cyclic library dependecies found. by Oscar Fuentes · 14 years ago
  2. 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
  3. 7afea0c Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the by Bill Wendling · 14 years ago
  4. 563ef5e The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK by Bill Wendling · 14 years ago
  5. d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 14 years ago
  6. 54f0a62 MC/Lexer: Add 'Real' token type for floating point literals. by Daniel Dunbar · 14 years ago
  7. be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 14 years ago
  8. 3724945 llvmc: Support '-emit-llvm -S' with -opt. by Mikhail Glushenkov · 14 years ago
  9. c9aa78d A more informative output suffix for the opt tool. by Mikhail Glushenkov · 14 years ago
  10. 47e87db llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based. by Mikhail Glushenkov · 14 years ago
  11. b4c7a12 llvmc: put linker options in a separate OptList. by Mikhail Glushenkov · 14 years ago
  12. f969868 llvm-mc: Teach -as-lex to print more token kinds. by Daniel Dunbar · 14 years ago
  13. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  14. c32a226 Use ParseIRFile to auto-detect LLVM Assembly automatically. by Dan Gohman · 14 years ago
  15. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  16. 49c193c Don't build redundant libLLVMgold.a. by NAKAMURA Takumi · 14 years ago
  17. 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 14 years ago
  18. e9dcd03 Execute all Pass Printers even if -quiet is set. by Tobias Grosser · 14 years ago
  19. 4207d6f Include original pass name in the PassPrinter's name. by Tobias Grosser · 14 years ago
  20. 53b1acd cleanups: mark stuff static, only tagdecls should be in anon namespaces. by Chris Lattner · 14 years ago
  21. ac53061 Quiesce warning about non-virtual d'tor in virtual class. by Bill Wendling · 14 years ago
  22. 6cd71f0 add a new "llvm-dis -show-annotations" option, which causes it to print by Chris Lattner · 14 years ago
  23. 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
  24. a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
  25. 743547f llvmc: .dylib support. by Mikhail Glushenkov · 14 years ago
  26. 59b4d2a Fix compile errors. by Nick Lewycky · 14 years ago
  27. d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
  28. 4a295d3 Cleanup Whitespace. by Michael J. Spencer · 14 years ago
  29. 59279b1 Fix llc to run the verifier once, not twice. by Dan Gohman · 14 years ago
  30. 9a7346c tidy up by Chris Lattner · 14 years ago
  31. 75ebbce Straighten out any triple strings passed on the command line before by Duncan Sands · 14 years ago
  32. a87c163 Fix the msvs 2010 build. by Michael J. Spencer · 14 years ago
  33. 767b5b6 Fix prototypes. by Devang Patel · 14 years ago
  34. 4d2d099 Updated CMake library dependencies. Removed unnecessary component name by Oscar Fuentes · 14 years ago
  35. b4e3cda Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, by Dan Gohman · 14 years ago
  36. 44f9533 Convert llvm-extract to use lazy loading. This makes it substantially by Dan Gohman · 14 years ago
  37. 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 14 years ago
  38. 0586df2 Fix a few missing entries in lto.exports. by Dan Gohman · 14 years ago
  39. 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 14 years ago
  40. 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 14 years ago
  41. a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 14 years ago
  42. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 14 years ago
  43. d9a7316 llvmc: Make syntax more consistent. by Mikhail Glushenkov · 14 years ago
  44. c712edc llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 14 years ago
  45. f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 14 years ago
  46. 7a57454 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 14 years ago
  47. 03b6d4e llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 14 years ago
  48. 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 14 years ago
  49. d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 14 years ago
  50. 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 14 years ago
  51. 4bb122e Print chatty verbose messages to errs() instead of outs(). by Dan Gohman · 14 years ago
  52. cfbe401 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 14 years ago
  53. a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 14 years ago
  54. b57326c llvmc: Update examples. by Mikhail Glushenkov · 14 years ago
  55. 18cde6d Eliminate some redundancy by relying on raw_fd_ostream to handle "-" properly. by Dan Gohman · 14 years ago
  56. 4931b31 Allow the -analyze option to follow the -o option, which defaults to by Dan Gohman · 14 years ago
  57. 86cbc1b Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 14 years ago
  58. 510cea0 Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 14 years ago
  59. ca91912 Don't register stdout to be deleted on a signal. by Dan Gohman · 14 years ago
  60. 0a6ee29 Remove an unused command-line option. by Dan Gohman · 14 years ago
  61. 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
  62. 99f918c CMake: Improved COMMENT on a custom command by Oscar Fuentes · 14 years ago
  63. 0b63f37 Update tests. by Mikhail Glushenkov · 14 years ago
  64. b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  65. 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 14 years ago
  66. 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 14 years ago
  67. f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 14 years ago
  68. 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 14 years ago
  69. e41d900 lto: Reduce nesting. by Daniel Dunbar · 14 years ago
  70. b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 14 years ago
  71. 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 14 years ago
  72. 15af387 Fix silly bug. by Rafael Espindola · 14 years ago
  73. 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 14 years ago
  74. cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 14 years ago
  75. 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 14 years ago
  76. c9234c5 llc: Fix help typo as pointed out by Nick Lewycky. by Michael J. Spencer · 14 years ago
  77. ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 14 years ago
  78. 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 14 years ago
  79. 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 14 years ago
  80. 6b01837 Try to fix cmake build. by Rafael Espindola · 14 years ago
  81. 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
  82. 5b77cce Another missing file :-( by Rafael Espindola · 14 years ago
  83. f47d709 Add missing file. by Rafael Espindola · 14 years ago
  84. 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 14 years ago
  85. e68cd26 llc: Clarify -mc-relax-all description. by Michael J. Spencer · 14 years ago
  86. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  87. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  88. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  89. b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 14 years ago
  90. d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
  91. 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 14 years ago
  92. 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 14 years ago
  93. ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 14 years ago
  94. b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 14 years ago
  95. 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 14 years ago
  96. 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 14 years ago
  97. d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 14 years ago
  98. 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 14 years ago
  99. 80a0985 Do not pass a copy of the value map, pass a reference to it. by Duncan Sands · 14 years ago
  100. 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 14 years ago