1. a95f589 Apply changes on LLVM r112364 after merge. by Shih-wei Liao · 14 years ago
  2. da61c16 Merge commit '69494cf8102cf872e9cb76662e9960be7c112112' into HEAD by Shih-wei Liao · 14 years ago
  3. f6574f0 Remove svn keywords by Anatol Pomazau · 14 years ago
  4. a9bd544 more dead thing zapping. by Chris Lattner · 14 years ago
  5. 6f98672 zap dead method by Chris Lattner · 14 years ago
  6. e05edb0 Fix a comment typo. by Bob Wilson · 14 years ago
  7. b3c89f9 Clarify a comment. by Dan Gohman · 14 years ago
  8. a6f5b89 Parse " (Hidden)" and cope with it. by Dan Gohman · 14 years ago
  9. d6b38a9 Default to looking for clang++ in the PATH, rather than trying to by Dan Gohman · 14 years ago
  10. 0aecebd Experimental clang-based code-completion support for vim. This currently by Dan Gohman · 14 years ago
  11. 7dc857f Allow strict subclasses of register classes, this way we can handle by Eric Christopher · 14 years ago
  12. 02addc3 buildbot/valgrind: Ignore leaks in /usr/bin/as. by Daniel Dunbar · 14 years ago
  13. 4ddeca1 Split out register class subclassing to a separate function and clean up by Eric Christopher · 14 years ago
  14. be5f20d Fix comment. by Eric Christopher · 14 years ago
  15. f897fe7 llvmc: Improve error handling in EmitEdgeClasses(). by Mikhail Glushenkov · 14 years ago
  16. d90fdba llvmc: Make syntax more consistent. by Mikhail Glushenkov · 14 years ago
  17. 4bd20c0 llvmc: Allow multiple LanguageMaps. by Mikhail Glushenkov · 14 years ago
  18. f2afd19 llvmc: Properly handle (error) in edge properties. by Mikhail Glushenkov · 14 years ago
  19. 05b3b8e llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 14 years ago
  20. b43bbc4 Fix some GCC warnings by providing a virtual destructor in the base of a class by Chandler Carruth · 14 years ago
  21. cf61f7b llvmc: Fix alias generation. by Mikhail Glushenkov · 14 years ago
  22. 151848e Trailing whitespace. by Mikhail Glushenkov · 14 years ago
  23. 10726b7 Diagnose attempts to update standard output. by Dan Gohman · 14 years ago
  24. ff7c6d8 Convert FileUpdate to use tool_output_file, and to use by Dan Gohman · 14 years ago
  25. a227ed0 Convert tablegen to use tool_output_file. by Dan Gohman · 14 years ago
  26. 2f4c405 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 14 years ago
  27. 5c4c1ab llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 14 years ago
  28. 28c238c Fix sim build. by Ying Wang · 14 years ago
  29. 28eefa6 llvmc: Update examples. by Mikhail Glushenkov · 14 years ago
  30. bf96be2 buildbot/valgrind: Update RegisterPass false positive suppression for API by Daniel Dunbar · 14 years ago
  31. 56a614e buildbot/valgrind: Suppress warnings about leaks in /bin/grep. by Daniel Dunbar · 14 years ago
  32. 7eb6f23 Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on by Eli Friedman · 14 years ago
  33. 02fabee lit/GoogleTest: Add .exe to the suffix when looking for tests. by Daniel Dunbar · 14 years ago
  34. 5a9b57d Add include missing for VC build. by Sean Hunt · 14 years ago
  35. d2e11e7 Remove three spurious semicolons by Sean Hunt · 14 years ago
  36. 586a847 Finish full attribute class emission for clang. by Sean Hunt · 14 years ago
  37. 85534a4 Remove predicate workaround, we're going to require that predicate by Eric Christopher · 14 years ago
  38. 255974d Rename sat_shift operand to shift_imm, in preparation for using it for other by Bob Wilson · 14 years ago
  39. 9a1d7a2 Install Embedded builds into usr/local. Radar 8313723. by Bob Wilson · 14 years ago
  40. fe9d186 Revert r111082. No warnings for this common pattern. by Argiris Kirtzidis · 14 years ago
  41. 317b058 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
  42. 158d125 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argiris Kirtzidis · 14 years ago
  43. 6935851 Revert r111007. by Mikhail Glushenkov · 14 years ago
  44. 87c8f4a Add a workaround for building with Clang. by Mikhail Glushenkov · 14 years ago
  45. 72ffd97 llvmc: fix two tests, remove XFAILs. by Mikhail Glushenkov · 14 years ago
  46. 232f400 Cleaned up the for-disassembly-only entries in the arm instruction table so that by Johnny Chen · 14 years ago
  47. 049a752 tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', by Daniel Dunbar · 14 years ago
  48. 6aed5ee Move the ARM SSAT and USAT optional shift amount operand out of the by Bob Wilson · 14 years ago
  49. 779a1fe tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator. by Daniel Dunbar · 14 years ago
  50. ae753cd tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only warning, for now. by Daniel Dunbar · 14 years ago
  51. 118b4de Add a separate ARM instruction format for Saturate instructions. by Bob Wilson · 14 years ago
  52. a426edb We already have this as OperandNode. by Eric Christopher · 14 years ago
  53. 2de1dc3 Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. by Bob Wilson · 14 years ago
  54. d506f74 Expand uses of python 2.6's "A if B else C" syntax into regular by Dan Gohman · 14 years ago
  55. 8f63617 Add back in r109901, which adds a Compare flag to the target instructions. It's by Bill Wendling · 14 years ago
  56. 9d40857 Fix eabi calling convention when a 64 bit value shadows r3. by Rafael Espindola · 14 years ago
  57. 598ba8a Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't by Bill Wendling · 14 years ago
  58. 951f496 Moar words! by Eric Christopher · 14 years ago
  59. dd0ed6b Add tablegen support for vdup_lane by Nate Begeman · 14 years ago
  60. c3434e6 Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem by Dan Gohman · 14 years ago
  61. a06a267 Update the polygen grammar for linker_private and linker_private_weak, by Dan Gohman · 14 years ago
  62. a242349 Print a message when a test failure is due to stderr output by Dan Gohman · 14 years ago
  63. fbad292 Remove CVS artifacts. by Dan Gohman · 14 years ago
  64. d28c0fa Delete scripts which haven't noticed that CVS has gone away. by Dan Gohman · 14 years ago
  65. 44dacf7 cvsupdate is gone. by Dan Gohman · 14 years ago
  66. 0c02736 Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 14 years ago
  67. 67fb78d Change the logic which interprets output on stderr as an error so that by Dan Gohman · 14 years ago
  68. a410025 Don't print "Command output (stdout):" when the command has no output, by Dan Gohman · 14 years ago
  69. 9ddf8bb Use the regular conditional operator syntax instead of a clever hack. by Dan Gohman · 14 years ago
  70. 5b199b0 build: Fix a dependency. by Daniel Dunbar · 14 years ago
  71. 04c33a8 tests: Add an 'llvm-lit' tool (script), which gets generated as part of the by Daniel Dunbar · 14 years ago
  72. 368436a lit: Allow clients to define predefined parameters. by Daniel Dunbar · 14 years ago
  73. 5ba4407 Add a "Compare" flag to the target instruction descriptor. This will be used by Bill Wendling · 14 years ago
  74. 9f8e7fe Tweak suppressions. by Benjamin Kramer · 14 years ago
  75. 50b97e1 Many Thumb2 instructions can reference the full ARM register set (i.e., by Jim Grosbach · 14 years ago
  76. d6d1296 Supress valgrind errors from python. by Benjamin Kramer · 14 years ago
  77. 83f13b1 Make un-named values legible in certain vim configurations. by Owen Anderson · 14 years ago
  78. cff374c Fix a warning from gcc-4.0 (from the ppc buildbot). by Bob Wilson · 14 years ago
  79. c421846 Filter out patterns that have PredicateOperands. by Eric Christopher · 14 years ago
  80. b613c39 Return -1 only on failure to execute a program. by Mikhail Glushenkov · 14 years ago
  81. d6a9782 80-col. by Eric Christopher · 14 years ago
  82. b7b316d Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
  83. c1389cf Add an explicit -sdk option to xcrun command. by Bob Wilson · 14 years ago
  84. 8a86341 lit: Add some example tests for previous commit. by Daniel Dunbar · 14 years ago
  85. c1ce847 lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the by Daniel Dunbar · 14 years ago
  86. fee619f Hack around extracts that aren't easy to process. by Eric Christopher · 14 years ago
  87. 29224f9 Add support for a new Apple-style build target, EmbeddedSim, that builds by Bob Wilson · 14 years ago
  88. 59ac28e remove option from tablegen for building static header. by Chris Lattner · 14 years ago
  89. a58da03 Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! by Bruno Cardoso Lopes · 14 years ago
  90. 76b4453 Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code by Bob Wilson · 14 years ago
  91. ad16f3d Remove code duplication. by Mikhail Glushenkov · 14 years ago
  92. 9d454f3 Better error reporting for switch_list. by Mikhail Glushenkov · 14 years ago
  93. 5b6f07a TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher. by Daniel Dunbar · 14 years ago
  94. 15b4299 llvmc: Add a new option type (switch_list). by Mikhail Glushenkov · 14 years ago
  95. db1beb0 Update comment. by Bill Wendling · 14 years ago
  96. a02effc Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and by Bill Wendling · 14 years ago
  97. fad6af8 Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
  98. f42ac61 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
  99. b8f41f0 Silence a warning. by Jakob Stoklund Olesen · 14 years ago
  100. c2d3eee Convert some tab stops into spaces. by Duncan Sands · 14 years ago