1. ad981bf Add a way to query the number of input files. by Mikhail Glushenkov · 15 years ago
  2. d66e8de Document the 'not' combinator. by Mikhail Glushenkov · 15 years ago
  3. ebb89b4 add a new DirectiveMap stringmap, which allows more efficient dispatching by Chris Lattner · 15 years ago
  4. cec5450 avoid copying MCAsmInfo by value, add an (extremely low prio) fixme. by Chris Lattner · 15 years ago
  5. 42985bb Make llvm-bcanalyzer percentages more readable. by Daniel Dunbar · 15 years ago
  6. 80ba3d2 Strip trailing whitespace. by Daniel Dunbar · 15 years ago
  7. 0cad4e3 Print INST_INBOUNDS_GEP rather than UnknownCode30. by Duncan Sands · 15 years ago
  8. 4136e7b pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) by Gabor Greif · 15 years ago
  9. bf6f085 Fix llvm-config --src-root and --obj-root for CMake builds. by Daniel Dunbar · 15 years ago
  10. eba6b26 llvm-config: Remove unused variables. by Daniel Dunbar · 15 years ago
  11. e895c61 Add an intel syntax MCInstPrinter implementation. You can now by Chris Lattner · 15 years ago
  12. c332fba Remove the default value for ConstantStruct::get's isPacked parameter and by Nick Lewycky · 15 years ago
  13. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  14. d81c450 Now that llc can read .ll files directly, teach it to recognize .ll as by Dan Gohman · 15 years ago
  15. b5db830 Fixed some problems with the logic of parsing line comments by adding by Kevin Enderby · 15 years ago
  16. 3a9f68b Make cmake generated llvm-config output correct JIT backend for non X86 targets. by Xerxes Ranby · 15 years ago
  17. 3b13d36 use an accessor to simplify code. by Chris Lattner · 15 years ago
  18. a93f30e Give llvm-link a -S option. by Dan Gohman · 15 years ago
  19. 04fc8c8 Don't bother using a PassManager just to print a Module. by Dan Gohman · 15 years ago
  20. 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 15 years ago
  21. d624154 Convert llvm-link to IRReader. by Dan Gohman · 15 years ago
  22. dc91e54 De-bork CMake build. llvm-extract depends on asmparser by Douglas Gregor · 15 years ago
  23. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  24. 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 15 years ago
  25. 57a7e94 Allow llvmc to take .bc files as input. by Mikhail Glushenkov · 15 years ago
  26. 8018f5d fix leakage of Module by Nuno Lopes · 15 years ago
  27. b8b7052 MC: Give target specific parsers access to the MCStreamer. by Daniel Dunbar · 15 years ago
  28. 68ccdaa Add -output-prefix option to bugpoint (to change the default output name). by Daniel Dunbar · 15 years ago
  29. 12fd767 Fix an integer truncation noticed by MSVC. by Benjamin Kramer · 15 years ago
  30. 8c042c2 opt: Add -S option to print output as LLVM assembly. by Daniel Dunbar · 15 years ago
  31. fb0f0de Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in by Kevin Enderby · 15 years ago
  32. 9823ca9 Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of by Kevin Enderby · 15 years ago
  33. 7b4608d Removed the non-target independent AsmToken::Register enum constant by Kevin Enderby · 15 years ago
  34. dad45ea Make bugpoint use ParseIRFile instead of doing the same thing manually. by Dan Gohman · 15 years ago
  35. 99ed416 Use IRReader.h in opt, to support reading of LLVM Assembly files directly. by Dan Gohman · 15 years ago
  36. a9eb359 TAI -> MAI by Chris Lattner · 15 years ago
  37. 2b991bb Tweak comment. by Daniel Dunbar · 15 years ago
  38. 05bb526 Unbreak my CMake build. Say you'll link again. by Douglas Gregor · 15 years ago
  39. 778b06b Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc by Dan Gohman · 15 years ago
  40. 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 15 years ago
  41. e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 15 years ago
  42. 883f920 llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression. by Daniel Dunbar · 15 years ago
  43. c18274b llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr. by Daniel Dunbar · 15 years ago
  44. 6ce004d llvm-mc: Add MCAsmParser::getContext. by Daniel Dunbar · 15 years ago
  45. 9643ac5 llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). by Daniel Dunbar · 15 years ago
  46. 28c251b llvm-mc: Move AsmExpr into MC lib (as MCExpr). by Daniel Dunbar · 15 years ago
  47. 3061108 only print the override triple if it exists! by Chris Lattner · 15 years ago
  48. 5095e3d Fix some nasty callgraph dangling pointer problems in by Chris Lattner · 15 years ago
  49. 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 15 years ago
  50. 79331b2 Since all std::cout is gone, also remove iostream include. by Andreas Neustifter · 15 years ago
  51. e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
  52. 2e15292 llvm-mc: Unique zero fill sections. by Daniel Dunbar · 15 years ago
  53. bdee6df Revert r80305, I forgot a dependent change. by Daniel Dunbar · 15 years ago
  54. 58b5068 llvm-mc: Unique sections in .zerofill. by Daniel Dunbar · 15 years ago
  55. 6205048 Inverse logic to increase portability. by Benjamin Kramer · 15 years ago
  56. 1eb6baa To make mcc16 run correctly on mac. by Sanjiv Gupta · 15 years ago
  57. 4fac749 llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 15 years ago
  58. f2f6b0c llvm-mc: Only show instruction encodings with --show-encoding. by Daniel Dunbar · 15 years ago
  59. 04baf90 llvm-mc: Tweak MCCodeEmitter skeleton. by Daniel Dunbar · 15 years ago
  60. 4a0abd8 Sketch TargetRegistry support for MCCodeEmitter abstract interface. by Daniel Dunbar · 15 years ago
  61. 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 15 years ago
  62. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  63. d644c32 llvm-mc: Make MCValue take const MCSymbol*s. by Daniel Dunbar · 15 years ago
  64. b58a804 llvm-mc: Make non-sensical max bytes to .align an error. by Daniel Dunbar · 15 years ago
  65. 30457f2 Changed std::cout to outs(), retaining formating. by Andreas Neustifter · 15 years ago
  66. ee5b680 EXIT STAGE LEFT: gccas, gccld by Daniel Dunbar · 15 years ago
  67. de05902 Delete some unnecessary flushes. by Dan Gohman · 15 years ago
  68. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  69. 15af79c Fix the build when using gcc-4.4 on linux. Header needed by Duncan Sands · 15 years ago
  70. 8da7636 remove the last *stream> #include from a public header. by Chris Lattner · 15 years ago
  71. 127dd96 These flushes were only needed when the code was transitioning between by Dan Gohman · 15 years ago
  72. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  73. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  74. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 15 years ago
  75. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  76. 2e35bec use raw_fd_ostream instead of fstream with graphwriter, by Chris Lattner · 15 years ago
  77. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 15 years ago
  78. 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 15 years ago
  79. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  80. 51a1132 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 15 years ago
  81. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  82. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 15 years ago
  83. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  84. c4769ba Make unit-at-a-time on by default to match the behavior of llvm-gcc. by Eric Christopher · 15 years ago
  85. 2330df6 llvm-mc: Improve handling of implicit alignment for magic section directives by Daniel Dunbar · 15 years ago
  86. a887ae4 Kill trailing whitespace. by Eric Christopher · 15 years ago
  87. 0afb9f5 llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes by Daniel Dunbar · 15 years ago
  88. bc38ca7 llvm-mc: Accept .fill size of 8. by Daniel Dunbar · 15 years ago
  89. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
  90. b3f3c03 llvm-mc: Various section parsing fixes. by Daniel Dunbar · 15 years ago
  91. 32223d3 Don't install llvm-mc by default. by Daniel Dunbar · 15 years ago
  92. 12a8a44 Fix a commento. by Daniel Dunbar · 15 years ago
  93. ad0f120 Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. by Benjamin Kramer · 15 years ago
  94. e057e59 Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren't available on windows (mingw defines them though). by Benjamin Kramer · 15 years ago
  95. 40cce09 Include valgrind in the steps to reproduce if valgrind was used to reproduce by Nick Lewycky · 15 years ago
  96. 2c78588 "-" should write to stdout, not stderr. by Chris Lattner · 15 years ago
  97. ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
  98. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  99. f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 15 years ago
  100. c23a8d1 CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. by Oscar Fuentes · 15 years ago