1. f2f6b0c llvm-mc: Only show instruction encodings with --show-encoding. by Daniel Dunbar · 15 years ago
  2. 04baf90 llvm-mc: Tweak MCCodeEmitter skeleton. by Daniel Dunbar · 15 years ago
  3. 4a0abd8 Sketch TargetRegistry support for MCCodeEmitter abstract interface. by Daniel Dunbar · 15 years ago
  4. 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 15 years ago
  5. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  6. d644c32 llvm-mc: Make MCValue take const MCSymbol*s. by Daniel Dunbar · 15 years ago
  7. b58a804 llvm-mc: Make non-sensical max bytes to .align an error. by Daniel Dunbar · 15 years ago
  8. 30457f2 Changed std::cout to outs(), retaining formating. by Andreas Neustifter · 15 years ago
  9. ee5b680 EXIT STAGE LEFT: gccas, gccld by Daniel Dunbar · 15 years ago
  10. de05902 Delete some unnecessary flushes. by Dan Gohman · 15 years ago
  11. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  12. 15af79c Fix the build when using gcc-4.4 on linux. Header needed by Duncan Sands · 15 years ago
  13. 8da7636 remove the last *stream> #include from a public header. by Chris Lattner · 15 years ago
  14. 127dd96 These flushes were only needed when the code was transitioning between by Dan Gohman · 15 years ago
  15. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  16. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  17. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 15 years ago
  18. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  19. 2e35bec use raw_fd_ostream instead of fstream with graphwriter, by Chris Lattner · 15 years ago
  20. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 15 years ago
  21. 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 15 years ago
  22. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  23. 51a1132 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 15 years ago
  24. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  25. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 15 years ago
  26. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  27. c4769ba Make unit-at-a-time on by default to match the behavior of llvm-gcc. by Eric Christopher · 15 years ago
  28. 2330df6 llvm-mc: Improve handling of implicit alignment for magic section directives by Daniel Dunbar · 15 years ago
  29. a887ae4 Kill trailing whitespace. by Eric Christopher · 15 years ago
  30. 0afb9f5 llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes by Daniel Dunbar · 15 years ago
  31. bc38ca7 llvm-mc: Accept .fill size of 8. by Daniel Dunbar · 15 years ago
  32. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
  33. b3f3c03 llvm-mc: Various section parsing fixes. by Daniel Dunbar · 15 years ago
  34. 32223d3 Don't install llvm-mc by default. by Daniel Dunbar · 15 years ago
  35. 12a8a44 Fix a commento. by Daniel Dunbar · 15 years ago
  36. ad0f120 Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. by Benjamin Kramer · 15 years ago
  37. 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
  38. 40cce09 Include valgrind in the steps to reproduce if valgrind was used to reproduce by Nick Lewycky · 15 years ago
  39. 2c78588 "-" should write to stdout, not stderr. by Chris Lattner · 15 years ago
  40. ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
  41. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  42. f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 15 years ago
  43. c23a8d1 CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. by Oscar Fuentes · 15 years ago
  44. 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 15 years ago
  45. 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
  46. a339063 CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is by Oscar Fuentes · 15 years ago
  47. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  48. 7b7f514 llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 15 years ago
  49. 8ef01dc CMake: build llvm-config before the other tools. by Oscar Fuentes · 15 years ago
  50. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  51. 815944d Simplify this code so that it doesn't depend on raw_ostream being copyable. by Dan Gohman · 15 years ago
  52. 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
  53. a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
  54. fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
  55. 2803365 CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. by Oscar Fuentes · 15 years ago
  56. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 15 years ago
  57. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  58. 6b83198 Silence MSVC warning. by Benjamin Kramer · 15 years ago
  59. 1e840b2 llvm-mc: Accept .word as a synonym for .short by Daniel Dunbar · 15 years ago
  60. bfc0f34 llvm-mc: Honor -o option (and add -f). by Daniel Dunbar · 15 years ago
  61. d0c14d6 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these by Daniel Dunbar · 15 years ago
  62. ace6312 llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' by Daniel Dunbar · 15 years ago
  63. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  64. f9bdedd split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 15 years ago
  65. e15c2d7 add a fixme by Chris Lattner · 15 years ago
  66. 12b2bda fix some warnings for the MSVC build, by Yonggang Luo! by Chris Lattner · 15 years ago
  67. ff4bc46 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 15 years ago
  68. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 15 years ago
  69. 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 15 years ago
  70. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 15 years ago
  71. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 15 years ago
  72. 9a86159 Always initialize AsmConds. by Benjamin Kramer · 15 years ago
  73. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 15 years ago
  74. 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 15 years ago
  75. 902cf02 llvm-ld has a new option called -b to specify the name of bitcode output file, use that. by Sanjiv Gupta · 15 years ago
  76. d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 15 years ago
  77. c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 15 years ago
  78. 8608cf2 Use (void *)(intptr_t) to cast function addresses to void* by Dan Gohman · 15 years ago
  79. 197f728 Fix FindExecutable to use sys::Path::GetMainExecutable instead of by Dan Gohman · 15 years ago
  80. ee16638 Remove unnecessary ProfileInfoLoader methods. by Daniel Dunbar · 15 years ago
  81. 26964b6 Pass user only if it's non-empty. Patch by Sandeep. by Anton Korobeynikov · 15 years ago
  82. 86c006a Add save-temps option to bugpoint to keep temporary stuff. by Anton Korobeynikov · 15 years ago
  83. d9283ed lli doesn't need <iostream> anymore. by Dan Gohman · 15 years ago
  84. 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 15 years ago
  85. 4b3d572 No really, it's unused. by Daniel Dunbar · 15 years ago
  86. 4e02eb0 Provide target data from the module if the target machine doesn't have any. by Daniel Dunbar · 15 years ago
  87. 3e4c41a Remove the GCC path from libLTO. This has been superceded by setAssemblerPath. by Nick Lewycky · 15 years ago
  88. 4bd03ab Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  89. 3c2d4bf Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 15 years ago
  90. 1ef9be2 Make SectionKind::get() private. by Chris Lattner · 15 years ago
  91. 5d65542 update for API change. by Chris Lattner · 15 years ago
  92. 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 15 years ago
  93. a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 15 years ago
  94. 76c4d76 llvm-mc: Support quoted identifiers. by Daniel Dunbar · 15 years ago
  95. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  96. 6bdd74c fix some more issues where we expected GetSection to do "get or create" by Chris Lattner · 15 years ago
  97. 56594f9 fix a bunch of failing tests now that MCContext::GetSection doesn't create sections. by Chris Lattner · 15 years ago
  98. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  99. 124e6eb Handle NamedMDNode. by Devang Patel · 15 years ago
  100. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago