1. fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
  2. bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago
  3. 10d33a4 Promoted the reference to the SourceMgr from AsmLexer by Sean Callanan · 16 years ago
  4. 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 16 years ago
  5. 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 16 years ago
  6. 18b8323 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 16 years ago
  7. 79ed1a8 Added a Lex function to the AsmParser, to allow handling by Sean Callanan · 16 years ago
  8. aaec205 Generalize mcasmstreamer data emission APIs to take an address space by Chris Lattner · 16 years ago
  9. ddf6bdd add a "MCStreamer::EmitFill" method, and move the default implementation by Chris Lattner · 16 years ago
  10. 258281d fix parsing .comm directives on systems which do not represent alignments by Chris Lattner · 16 years ago
  11. 74733a7 Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds by Eli Friedman · 16 years ago
  12. 59780b8 make llvm-config more portable to windows versions of perl, by Chris Lattner · 16 years ago
  13. c0dba72 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 16 years ago
  14. b56bf58 Don't create a (empty) output file, and don't warn about bitcode output by Dan Gohman · 16 years ago
  15. 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  16. 1ffb33d remove obsolete comment. by Chris Lattner · 16 years ago
  17. 8abfb8a bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols by Chris Lattner · 16 years ago
  18. 7c3418b remove calls to dead methods. by Chris Lattner · 16 years ago
  19. c545106 remove use of getMangledName. by Chris Lattner · 16 years ago
  20. 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 16 years ago
  21. 54482b4 fix a bug in range information for $42, eliminate an by Chris Lattner · 16 years ago
  22. b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 16 years ago
  23. 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 16 years ago
  24. 9d3c755 add virtual methods to get the start/end of a MCParsedAsmOperand, by Chris Lattner · 16 years ago
  25. 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 16 years ago
  26. f007e85 prune #includes in TargetAsmParser.h by Chris Lattner · 16 years ago
  27. d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 16 years ago
  28. 08fc0d3 Enable debug buffering. by David Greene · 16 years ago
  29. c58d01b Enable debug buffering. by David Greene · 16 years ago
  30. 364cf75 Forward -O0 to llvm-gcc. by Mikhail Glushenkov · 16 years ago
  31. bc56d86 Apparently, it is OK for -MT to be specified several times. by Mikhail Glushenkov · 16 years ago
  32. 99da5d7 Minor simplifactions. by Mikhail Glushenkov · 16 years ago
  33. 3a481e3 Minor simplifications. by Mikhail Glushenkov · 16 years ago
  34. 9bc0af8 Mark some debug variables as 'unused' to quiet compiler and analyzer. by Bill Wendling · 16 years ago
  35. 7aed446 Fix another -Wmismatched-tags warning by Douglas Gregor · 16 years ago
  36. 1f29105 Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang by Douglas Gregor · 16 years ago
  37. 9d2e2b2 Make it easier to regenerate docs when srcdir != objdir. by Mikhail Glushenkov · 16 years ago
  38. e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 16 years ago
  39. a3dcfb1 rename HexDisassembler -> Disassembler, it works on any input by Chris Lattner · 16 years ago
  40. f444c06 just discard the debug output from the disassembler. by Chris Lattner · 16 years ago
  41. a1aa8bb specify what is invalid about it by Chris Lattner · 16 years ago
  42. 5a99615 reject invalid input with a caret, e.g.: by Chris Lattner · 16 years ago
  43. 665e947 various cleanups, make the disassemble reject lines with too much by Chris Lattner · 16 years ago
  44. c3de94f If you thought that it didn't make sense for the disassembler by Chris Lattner · 16 years ago
  45. 2adbef0 rewrite the file parser for the disassembler, implementing support for by Chris Lattner · 16 years ago
  46. 222af46 don't crash on blank lines, rename some variables. by Chris Lattner · 16 years ago
  47. 7ae1dde Adding a bunch of options to the mcc16 driver. by Sanjiv Gupta · 16 years ago
  48. 994dbe0 Add a 'set_option' action for use in OptionPreprocessor. by Mikhail Glushenkov · 16 years ago
  49. b5d3dab Update CMake build to include HexDisassembler.cpp. by Chandler Carruth · 16 years ago
  50. ba847da Test harness for the LLVM disassembler. When invoked by Sean Callanan · 16 years ago
  51. e4ac23a Validate the generated C++ code in llvmc tests. by Mikhail Glushenkov · 16 years ago
  52. 68d475a Small documentation update. by Mikhail Glushenkov · 16 years ago
  53. c0d91b7 when opt crashes, print its command line arguments as a pretty stack trace. by Chris Lattner · 16 years ago
  54. b59b0f8 Documentation update. by Mikhail Glushenkov · 16 years ago
  55. 5b9b3ba Deprecate 'unpack_values'. by Mikhail Glushenkov · 16 years ago
  56. 8461202 Pass '-msse' and friends to llc as '-mattr=+/-'. by Mikhail Glushenkov · 16 years ago
  57. fa8182e Forward -m32/-m64 to the linker. by Mikhail Glushenkov · 16 years ago
  58. 3ab4883 Support -march/-mtune/-mcpu. by Mikhail Glushenkov · 16 years ago
  59. 55cd767 Add relocation model options. by Mikhail Glushenkov · 16 years ago
  60. 4227c0f Typo. by Mikhail Glushenkov · 16 years ago
  61. 9795500 Forward -save-temps to llvm-gcc. by Mikhail Glushenkov · 16 years ago
  62. 1851860 Support -[weak_]framework and -F in llvmc. by Mikhail Glushenkov · 16 years ago
  63. 56f4ef3 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 16 years ago
  64. a10d598 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 16 years ago
  65. 308f663 Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 16 years ago
  66. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 16 years ago
  67. 054b52c Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 16 years ago
  68. e0ace0c Make example/Hello compile again. by Mikhail Glushenkov · 16 years ago
  69. e823db8 Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 16 years ago
  70. 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 16 years ago
  71. 3ea11cf Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with by Duncan Sands · 16 years ago
  72. 05872ea Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 16 years ago
  73. e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 16 years ago
  74. b908f8a Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test by Kenneth Uildriks · 16 years ago
  75. f4e748b Line this up as well. by Nick Lewycky · 16 years ago
  76. ed1f168 Fix whitespace. by Nick Lewycky · 16 years ago
  77. 076124e Reverting 85714, 85715, 85716, which are breaking the build by Douglas Gregor · 16 years ago
  78. b2fae75 Remove the #include of Pass.h from PassManager.h. This breaks a significant by Dan Gohman · 16 years ago
  79. 5c00b4a Fix to pass options from Gold plugin to LTO codegen by Viktor Kutuzov · 16 years ago
  80. 18fec73 Revert the API changes from r85295 to make it easier for people to build by Jeffrey Yasskin · 16 years ago
  81. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 16 years ago
  82. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
  83. 3e4102e Document OptionPreprocessor. by Mikhail Glushenkov · 16 years ago
  84. 09b5d90 Include config.h in order to have HAVE_STDINT_H be defined. by Duncan Sands · 16 years ago
  85. 316e326 llvm-ld doesn't throw. by Chris Lattner · 16 years ago
  86. 42a8832 this doesn't use EH either. by Chris Lattner · 16 years ago
  87. 61db1a1 nothing opt uses can throw, remove the try block and -fexceptions when by Chris Lattner · 16 years ago
  88. d331cb3 Add some command line options for twiddling the default data layout by Chris Lattner · 16 years ago
  89. db1d9db Added more options to mcc16 driver. by Sanjiv Gupta · 16 years ago
  90. 4e61387 Clarify documentation on multi_val options. by Mikhail Glushenkov · 16 years ago
  91. 4cdc5bb Delete the MacOSJITEventListener per echristo's request. It was disabled by by Jeffrey Yasskin · 16 years ago
  92. 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 16 years ago
  93. 6b4967e -O[0-3] options should be also forwarded to opt and llc. by Mikhail Glushenkov · 16 years ago
  94. 79ec717 llvm-as: Simplify, and don't create empty output files with -disable-output. by Daniel Dunbar · 16 years ago
  95. bf57b52 Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. by Evan Cheng · 16 years ago
  96. e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 16 years ago
  97. 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 16 years ago
  98. fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 16 years ago
  99. 81b0b64 There seems to be no reason for opt's -S option to be hidden. Make it visible. by Duncan Sands · 16 years ago
  100. c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 16 years ago