1. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  2. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  3. 5294af0 Oops. Pass -lgcc _only_ on ARM, not on everything except ARM. by Jeffrey Yasskin · 15 years ago
  4. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  5. b5c2a5d Fix -mtune forwarding. by Mikhail Glushenkov · 15 years ago
  6. 9e7d90b Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' change. by Mikhail Glushenkov · 15 years ago
  7. 9660c5d Input files with empty suffixes must be passed to linker. by Mikhail Glushenkov · 15 years ago
  8. 130bede Support -Xlinker et al. by Mikhail Glushenkov · 15 years ago
  9. fc2ee15 Typo. by Mikhail Glushenkov · 15 years ago
  10. a34f97a Correct option forwarding: initial implementation. by Mikhail Glushenkov · 15 years ago
  11. c6e0dbf Precompiled headers: initial support. by Mikhail Glushenkov · 15 years ago
  12. be6ee7c New experimental/undocumented feature: 'works_on_empty'. by Mikhail Glushenkov · 15 years ago
  13. 9f2a080 Support '-install_name'. by Mikhail Glushenkov · 15 years ago
  14. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
  15. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  16. 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
  17. 3460f22 Avoid a dangling pointer dereference, PassManager::add can delete the Pass. by Benjamin Kramer · 15 years ago
  18. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  19. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  20. 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
  21. 49e496b Support some more Darwin-only options. by Mikhail Glushenkov · 15 years ago
  22. b88c6f6 Support -mfix-and-continue properly. by Mikhail Glushenkov · 15 years ago
  23. 2ac7ab1 Revert r94752, turns out we don't need to touch these options. by Mikhail Glushenkov · 15 years ago
  24. 86020e4 give MCCodeEmitters access to the current MCContext. by Chris Lattner · 15 years ago
  25. a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
  26. 5532cf4 llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 15 years ago
  27. 6b71653 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 15 years ago
  28. 4b42a1e Oops. by Jakob Stoklund Olesen · 15 years ago
  29. 8addca2 clang test suite by Jakob Stoklund Olesen · 15 years ago
  30. 2d58147 Updated the enhanced disassembly library to produce by Sean Callanan · 15 years ago
  31. de5dac1 Fixed a problem where the enhanced disassembly by Sean Callanan · 15 years ago
  32. 01cd79f Added header file declarations and .exports entries by Sean Callanan · 15 years ago
  33. 504b4cd Fixed build error for redefinition. by Sanjiv Gupta · 15 years ago
  34. 90f4c91 Add uppercase and lowercase part defines in driver. by Sanjiv Gupta · 15 years ago
  35. 4688261 Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. by Jeffrey Yasskin · 15 years ago
  36. 18743f4 New flag for GenLibDeps, and llvm-config-perobjincl. by Torok Edwin · 15 years ago
  37. 7670658 Filled in a few new APIs for the enhanced by Sean Callanan · 15 years ago
  38. 9dee8e3 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 15 years ago
  39. 5669e30 change addPassesToEmitFile to return true on failure instead of its input, by Chris Lattner · 15 years ago
  40. 2e235a8 Fixed the disassembler so it accepts multiple by Sean Callanan · 15 years ago
  41. ac7798e Hook up -filetype=obj through the MachO streamer. Here's a demo: by Chris Lattner · 15 years ago
  42. 3813d8a Remove a bunch of stuff around the edges of the ELF writer. by Chris Lattner · 15 years ago
  43. 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
  44. b788b37 ...and fixed the Makefile. by Sean Callanan · 15 years ago
  45. 59b9c88 Renamed the ed directory to edis, as suggested by Sean Callanan · 15 years ago
  46. b5c5160 eliminate all forms of addPassesToEmitMachineCode except by Chris Lattner · 15 years ago
  47. 390444a remove dead code, we're requesting TargetMachine::AssemblyFile here. by Chris Lattner · 15 years ago
  48. d74667e Removed an unnecessary class from the EDDisassembler by Sean Callanan · 15 years ago
  49. 37ad466 Changed to Chris Lattner's suggested approach, which by Sean Callanan · 15 years ago
  50. 39bdc78 Kill the Mach-O writer, and temporarily make filetype=obj an error. by Nate Begeman · 15 years ago
  51. 54c7788 Fix for builds with separate source and build by Sean Callanan · 15 years ago
  52. 81b0c39 Updated to use the proper .exports file for the by Sean Callanan · 15 years ago
  53. c54a747 Rollback on including blocks functionality in .exports by Sean Callanan · 15 years ago
  54. 7bb2929 Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 15 years ago
  55. ee5dfd4 Added the enhanced disassembly library's implementation and by Sean Callanan · 15 years ago
  56. 400c700 Removed symbols from .exports that are not yet in the library. by Sean Callanan · 15 years ago
  57. bd51cdd Added a bare-bones Makefile to build the enhanced disassembly by Sean Callanan · 15 years ago
  58. 1124cc0 Support some more options... by Mikhail Glushenkov · 15 years ago
  59. 12ea66a Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 15 years ago
  60. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  61. 058b3f5 Support -arch. by Mikhail Glushenkov · 15 years ago
  62. 967edd0 Support for -iquote. by Mikhail Glushenkov · 15 years ago
  63. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  64. c0f8a36 mark some libraries that currently require RTTI. by Chris Lattner · 15 years ago
  65. 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 15 years ago
  66. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  67. 476e9bd elimiante the dynamic_cast's from opt. by Chris Lattner · 15 years ago
  68. 6f6e87d simplify code. by Chris Lattner · 15 years ago
  69. be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 15 years ago
  70. c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 15 years ago
  71. 03949c9 remove some confused code that used strtoull by Chris Lattner · 15 years ago
  72. fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 15 years ago
  73. bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 15 years ago
  74. 10d33a4 Promoted the reference to the SourceMgr from AsmLexer by Sean Callanan · 15 years ago
  75. 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 15 years ago
  76. 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 15 years ago
  77. 18b8323 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 15 years ago
  78. 79ed1a8 Added a Lex function to the AsmParser, to allow handling by Sean Callanan · 15 years ago
  79. aaec205 Generalize mcasmstreamer data emission APIs to take an address space by Chris Lattner · 15 years ago
  80. ddf6bdd add a "MCStreamer::EmitFill" method, and move the default implementation by Chris Lattner · 15 years ago
  81. 258281d fix parsing .comm directives on systems which do not represent alignments by Chris Lattner · 15 years ago
  82. 74733a7 Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds by Eli Friedman · 15 years ago
  83. 59780b8 make llvm-config more portable to windows versions of perl, by Chris Lattner · 15 years ago
  84. c0dba72 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 15 years ago
  85. b56bf58 Don't create a (empty) output file, and don't warn about bitcode output by Dan Gohman · 15 years ago
  86. 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 15 years ago
  87. 1ffb33d remove obsolete comment. by Chris Lattner · 15 years ago
  88. 8abfb8a bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols by Chris Lattner · 15 years ago
  89. 7c3418b remove calls to dead methods. by Chris Lattner · 15 years ago
  90. c545106 remove use of getMangledName. by Chris Lattner · 15 years ago
  91. 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 15 years ago
  92. 54482b4 fix a bug in range information for $42, eliminate an by Chris Lattner · 15 years ago
  93. b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 15 years ago
  94. 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 15 years ago
  95. 9d3c755 add virtual methods to get the start/end of a MCParsedAsmOperand, by Chris Lattner · 15 years ago
  96. 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 15 years ago
  97. f007e85 prune #includes in TargetAsmParser.h by Chris Lattner · 15 years ago
  98. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 15 years ago
  99. 08fc0d3 Enable debug buffering. by David Greene · 15 years ago
  100. c58d01b Enable debug buffering. by David Greene · 15 years ago