1. 79ed2c5 StringRef tweaks: by Benjamin Kramer · 15 years ago
  2. b7f243a random improvement for variable shift codegen. by Chris Lattner · 15 years ago
  3. f90ab07 Try to escape the '$'s in these so they reach the underlying 'sh' invocation. by Chandler Carruth · 15 years ago
  4. 54f6163 Fix some GCC warnings by providing a virtual destructor in the base of a class by Chandler Carruth · 15 years ago
  5. 4654a07 Revert invalid r111792. Jump tables are not broken on x86-64 / coff, by Anton Korobeynikov · 15 years ago
  6. 69c5921 Revert part of my last commit. the mingw32 build bot doesn't seem to like it. by Michael J. Spencer · 15 years ago
  7. 3464cec Workaround broken jump tables on x86-64 COFF. by Michael J. Spencer · 15 years ago
  8. c6a39aa remove some dead code. by Chris Lattner · 15 years ago
  9. 55e97d4 Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! by Nick Lewycky · 15 years ago
  10. 24a1182 Delete dead comment. by Eli Friedman · 15 years ago
  11. 699647c Use rip-rel addressing on win64 by default. For this we just by Anton Korobeynikov · 15 years ago
  12. 9dd3e92 Use MDNode::destroy(). Fixes a delete/free mismatch. by Benjamin Kramer · 15 years ago
  13. da0bfcd MC: Add partial x86-64 support to COFF. by Michael J. Spencer · 15 years ago
  14. 990bdd5 Add an assert to MDNode::deleteTemporary check that the node being deleted by Dan Gohman · 15 years ago
  15. 8bef744 Fix x86 fast-isel's cmp+branch folding to avoid folding when the by Dan Gohman · 15 years ago
  16. bf8154a Prepare LowerVECTOR_SHUFFLEv8i16 to use x86 target specific nodes directly by Bruno Cardoso Lopes · 15 years ago
  17. d58b51e Replace some NEON vmovl intrinsic that I missed earlier. by Bob Wilson · 15 years ago
  18. 3157ef1 This is the first step towards refactoring the x86 vector shuffle code. The by Bruno Cardoso Lopes · 15 years ago
  19. a3833f1 CreateTemporaryType doesn't needs its Context argument. by Dan Gohman · 15 years ago
  20. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  21. 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 15 years ago
  22. 95c7930 Test should pass on non-Darwin x86. by Dale Johannesen · 15 years ago
  23. b027014 Fix --disable-threads build, PR7949. by Daniel Dunbar · 15 years ago
  24. 4c207c2 Downwards growing stack allocation order reverses relative offsets by Jim Grosbach · 15 years ago
  25. ab6bdec Add more dbg output by Jim Grosbach · 15 years ago
  26. 192a400 Update CMake build. by Benjamin Kramer · 15 years ago
  27. 722c2c5 Don't run test on PPC darwin. by Dale Johannesen · 15 years ago
  28. a4cba04 Re-apply r111568 with a fix for the clang self-host. by Owen Anderson · 15 years ago
  29. e82e770 Fix vmcore.ml test. by Erick Tryzelaar · 15 years ago
  30. c858296 Reword NamedMDNode's comment. by Dan Gohman · 15 years ago
  31. 297514d llvmc: Fix alias generation. by Mikhail Glushenkov · 15 years ago
  32. 8d18006 Delete SlowOperationInformer, which is no longer used. by Dan Gohman · 15 years ago
  33. 7316638 Convert DbgInfoPrinter to use errs() instead of outs(). by Dan Gohman · 15 years ago
  34. 3120c18 Add include guards to Support/Regex.h. by Mikhail Glushenkov · 15 years ago
  35. 7112c86 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  36. 7e75cab Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor by Jim Grosbach · 15 years ago
  37. f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 15 years ago
  38. e7b67d0 Diagnose attempts to update standard output. by Dan Gohman · 15 years ago
  39. 7a4575e Convert FileUpdate to use tool_output_file, and to use by Dan Gohman · 15 years ago
  40. 2d16f5b properly check for whether base regs were inserted by Jim Grosbach · 15 years ago
  41. cec358a Convert tablegen to use tool_output_file. by Dan Gohman · 15 years ago
  42. 5d56d9d Make outs() close its file when its stream is destructed, so that by Dan Gohman · 15 years ago
  43. a1f89de Delete raw_stdout_ostream and raw_stderr_ostream, which are unused by Dan Gohman · 15 years ago
  44. 00d1cde Add an inspirational quote. by Dan Gohman · 15 years ago
  45. 27f7aad Add a comment. by Dan Gohman · 15 years ago
  46. 8df0e01 Move raw_ostream's Error flag into raw_fd_ostream, as that's the only by Dan Gohman · 15 years ago
  47. 634d661 Export error-handling functions in formatted_tool_output_file. by Dan Gohman · 15 years ago
  48. d6850b0 Fix a typo. by Bob Wilson · 15 years ago
  49. 8a78ff6 Fix the running of ocaml tests. by Erick Tryzelaar · 15 years ago
  50. f7af931 Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  51. e127410 Fix arguments to ocaml's llvm_params. by Erick Tryzelaar · 15 years ago
  52. 2a7d731 Fix some Ocaml tests: the %t substitution now returns an absolute path. by Bob Wilson · 15 years ago
  53. 8d854a4 The %ocamlopt setting has embedded quotes. Copy the entire value instead by Bob Wilson · 15 years ago
  54. 678e4e2 Update LLVMC tests for r111620. by Benjamin Kramer · 15 years ago
  55. 7a57454 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 15 years ago
  56. 03b6d4e llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 15 years ago
  57. 68e18b3 Disambiguate calls to WriteGraph() to disable ADL. by Mikhail Glushenkov · 15 years ago
  58. c0086ed Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  59. b31a11b Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and by Bob Wilson · 15 years ago
  60. 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 15 years ago
  61. d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
  62. 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 15 years ago
  63. 4bb122e Print chatty verbose messages to errs() instead of outs(). by Dan Gohman · 15 years ago
  64. cfbe401 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
  65. a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
  66. af0636f Introduce a new tool_output_file class, which extends raw_ostream with by Dan Gohman · 15 years ago
  67. f762fbe Fix loop conditionals (MO.isDef() asserts that it's a reg) and by Eric Christopher · 15 years ago
  68. cb59229 Add a couple of random comments. by Eric Christopher · 15 years ago
  69. 63241f7 If the target says that an extending load is not legal, regardless of whether by Bob Wilson · 15 years ago
  70. e2f5569 Better handling of offsets on frame index references. rdar://8277890 by Jim Grosbach · 15 years ago
  71. b08ceb8 CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead by Daniel Dunbar · 15 years ago
  72. 7c73b8b Previous revert failed to remove this file. by Owen Anderson · 15 years ago
  73. 79976e9 Update comment to remove special case for vector extending loads. An by Bob Wilson · 15 years ago
  74. f942c13 Update debug logs. by Evan Cheng · 15 years ago
  75. 1970892 Properly update MachineDominators when splitting critical edge. by Evan Cheng · 15 years ago
  76. 45c3b65 Revert r111568 to unbreak clang self-host. by Owen Anderson · 15 years ago
  77. 9419cab When a set of bitmask operations, typically from a bitfield initialization, only modifies the low bytes of a value, by Owen Anderson · 15 years ago
  78. b57326c llvmc: Update examples. by Mikhail Glushenkov · 15 years ago
  79. 8f2766d Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  80. 684d8d5 Disable LVI while I evaluate a failure. by Owen Anderson · 15 years ago
  81. f2d197b Tentatively enabled LVI by default. I'll be monitoring for any failures. by Owen Anderson · 15 years ago
  82. 5567bb0 Correct header. by Bill Wendling · 15 years ago
  83. d400850 Silence 'unused' warning. by Bill Wendling · 15 years ago
  84. e5e7946 It's possible to sink a def if its local uses are PHI's. by Evan Cheng · 15 years ago
  85. 6715be2 Fix the msvc 2010 build. by Michael J. Spencer · 15 years ago
  86. b1508d1 Do not assert when reading an exponent out of range. by Dale Johannesen · 15 years ago
  87. 74d7b0a Add Thumb1 support for virtual frame indices. by Jim Grosbach · 15 years ago
  88. c546c75 Remove disabled assertion. by Evan Cheng · 15 years ago
  89. 4dc301a Teach machine-sink to break critical edges when appropriate. Work in progress. by Evan Cheng · 15 years ago
  90. a7031d3 buildbot/valgrind: Update RegisterPass false positive suppression for API by Daniel Dunbar · 15 years ago
  91. 6f0c0b3 buildbot/valgrind: Suppress warnings about leaks in /bin/grep. by Daniel Dunbar · 15 years ago
  92. 638ff6d Re-re-revert this patch. It seems to be causing performance by Eric Christopher · 15 years ago
  93. 2e5ec11 tests: Haste makes waste. by Daniel Dunbar · 15 years ago
  94. 62b4d71 tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports(). by Daniel Dunbar · 15 years ago
  95. 979e0a1 Silence warning. by Eric Christopher · 15 years ago
  96. 44cbde8 MCELF: Count the section orders properly. Patch by Roman Divacky. by Benjamin Kramer · 15 years ago
  97. 6e97e1d Fixed and reactivated a partial specialization test by Kenneth Uildriks · 15 years ago
  98. a8fa392 Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report on by Eli Friedman · 15 years ago
  99. a0fc005 Update local stack block allocation to let PEI do the allocs if no additional by Jim Grosbach · 15 years ago
  100. 8a757ae Revert r111199; it breaks -debug-pass=Structure output. by Dan Gohman · 15 years ago