1. 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 14 years ago
  2. b7a56ad Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, although by Daniel Dunbar · 14 years ago
  3. 2a80aca Fix word choice. by Nick Lewycky · 14 years ago
  4. 348e026 PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually by Eli Friedman · 14 years ago
  5. ad2b04c Preallocate vector, avoid unnecessary vector growth. by Benjamin Kramer · 14 years ago
  6. 57dba1c Reference the personalities. Don't copy them into a new vector. by Bill Wendling · 14 years ago
  7. 6945ef3 Revert new AVX intrinsic tests. They are breaking buildbots and Bruno is by Bob Wilson · 14 years ago
  8. b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 14 years ago
  9. 425f634 Silence some -Asserts uninitialized variable warnings. by Daniel Dunbar · 14 years ago
  10. 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 14 years ago
  11. 10b173a Speculatively revert r108614, "Another attempt at getting the clang self-host to by Daniel Dunbar · 14 years ago
  12. 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 14 years ago
  13. 0114b99 doxygenize argument accessors by Gabor Greif · 14 years ago
  14. 0cd1ee2 MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. by Michael J. Spencer · 14 years ago
  15. d4d188e Move newlines before inline jumptables from the asm strings in .td files to by Bob Wilson · 14 years ago
  16. e2195d8 Add relax all support to the COFF object streamer. by Michael J. Spencer · 14 years ago
  17. 98e1479 Add support for disassembling VMVN (immediate) instructions. PR7747. by Bob Wilson · 14 years ago
  18. d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 14 years ago
  19. 7f9cb74 Add an initial implementation of PHI translation for LazyValueInfo. This involves rolling back some by Owen Anderson · 14 years ago
  20. a2c519b Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shifts cost extra instructions so it might be better to emit them separately to take advantage of dual-issues. by Evan Cheng · 14 years ago
  21. 70a4e3c Add a check in the ARM disassembler for NEON instructions that would by Bob Wilson · 14 years ago
  22. 1844b1a Add a "Compare" flag to the target instruction descriptor. This will be used by Bill Wendling · 14 years ago
  23. 38cb138 PPC doesn't supported VLA with large alignment. This was by Dale Johannesen · 14 years ago
  24. e16829b Move MaximumAlignment to be a member of the Value class. by Dan Gohman · 14 years ago
  25. 81881bc Revert my last two patches to LVI, which recent changes have exposed a miscompilation in. by Owen Anderson · 14 years ago
  26. 39a3831 Add missing newline to debug statement. by Nick Lewycky · 14 years ago
  27. b2bdf94 LibCallAliasAnalysis uses multiple inheritance, so it needs to implement by Nick Lewycky · 14 years ago
  28. 74273b8 A *bunch* of tests for AVX intrinsics by Bruno Cardoso Lopes · 14 years ago
  29. 63db594 Add the __TEXT,__StaticInit section to the list of sections emitted at the by Bob Wilson · 14 years ago
  30. 98f9856 Support all 128-bit AVX vector intrinsics. Most part of them I already by Bruno Cardoso Lopes · 14 years ago
  31. 5b7dab8 Fix typo! by Bruno Cardoso Lopes · 14 years ago
  32. 45f57a6 Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot. by Bob Wilson · 14 years ago
  33. 0ecdb6f MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani. by Daniel Dunbar · 14 years ago
  34. 63cc2e1 Fix -Wmissing-field-initializers warnings. by Daniel Dunbar · 14 years ago
  35. cdcbbfc Grammar cop pullover: Corrected and improved some grammar in the description of by John Criswell · 14 years ago
  36. 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 14 years ago
  37. e099eba Tweak suppressions. by Benjamin Kramer · 14 years ago
  38. ad78a88 Fix for bug reported by Evzen Muller on llvm-commits: make sure to correctly by Eli Friedman · 14 years ago
  39. 80a0985 Do not pass a copy of the value map, pass a reference to it. by Duncan Sands · 14 years ago
  40. bcc2393 Fix the ValueMap copy constructor. The issue is that the map keys are value by Duncan Sands · 14 years ago
  41. 6ccfc50 Many Thumb2 instructions can reference the full ARM register set (i.e., by Jim Grosbach · 14 years ago
  42. 436ed47 remove a layer of cruft by Gabor Greif · 14 years ago
  43. 07f4eda Fix this up per llvm-gcc r109819. by Eric Christopher · 14 years ago
  44. 432ab2a Supress valgrind errors from python. by Benjamin Kramer · 14 years ago
  45. a8ebd2e Remove the temporary hack, now that the llvm-i686-linux buildbot has by Bob Wilson · 14 years ago
  46. 0e0a20e Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics. by Nate Begeman · 14 years ago
  47. 575be08 Fix the temporary hack. by Bob Wilson · 14 years ago
  48. 0e2b7de Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux. by Daniel Dunbar · 14 years ago
  49. 38ca107 Remove XFAIL, test doesn't leak anymore. by Benjamin Kramer · 14 years ago
  50. 3d5792a Refactor ARM-specific DAG combining in preparation for adding some more by Bob Wilson · 14 years ago
  51. f630c71 Implement vector constants which are splat of by Dale Johannesen · 14 years ago
  52. fb13b95 Don't assert on an unrecognized BrMiscFrm instruction. PR7745. by Bob Wilson · 14 years ago
  53. 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 14 years ago
  54. c728ad4 Grammar. by Eric Christopher · 14 years ago
  55. 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 14 years ago
  56. 618898e PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull by Eli Friedman · 14 years ago
  57. 2a5892f Make un-named values legible in certain vim configurations. by Owen Anderson · 14 years ago
  58. 692433b Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the QADD & QSUB instructions. by Nate Begeman · 14 years ago
  59. e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 14 years ago
  60. 1abcd06 Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 14 years ago
  61. c46a5f2 Comment typo. by Dale Johannesen · 14 years ago
  62. b2eeed7 Revert r109652, and remove the offending assert in loadRegFromStackSlot instead. by Jakob Stoklund Olesen · 14 years ago
  63. a685582 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 14 years ago
  64. 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 14 years ago
  65. 3bce5ad Stop leaking std::strings in GetDwarfFile. by Benjamin Kramer · 14 years ago
  66. 808ecfc COFFObjectWriter: Don't leak COFFSymbols and COFFSections. by Benjamin Kramer · 14 years ago
  67. 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 14 years ago
  68. e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 14 years ago
  69. 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 14 years ago
  70. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 14 years ago
  71. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 14 years ago
  72. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 14 years ago
  73. dade28e Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 14 years ago
  74. 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 14 years ago
  75. e6cbfa6 Speculatively revert r109705 since it seems to be causing some build bot angst. by Eric Christopher · 14 years ago
  76. d9082df CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 14 years ago
  77. 4bd94f7 Fix a bug in the -regalloc=fast handling of exotic two-address instruction with by Jakob Stoklund Olesen · 14 years ago
  78. 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 14 years ago
  79. c674320 Factor out some of the code for updating old SCEVUnknown values, and by Dan Gohman · 14 years ago
  80. e2fb451 Pass the queried value by argument rather than in a member, in preparation for supporting PHI translation. by Owen Anderson · 14 years ago
  81. 542f642 ARM mode version of r109693. Remove incorrect substitution pattern for UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138 by Jim Grosbach · 14 years ago
  82. 7946494 Remove incorrect substitution pattern for UXTB16. It wrongly assumed the input shift was actually a rotate. rdar://8240138 by Jim Grosbach · 14 years ago
  83. f0d7e36 Remove dead prototype by Jim Grosbach · 14 years ago
  84. 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 14 years ago
  85. 826c148 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 14 years ago
  86. e850e6e Add more doxygen comments for llvm::ThreadLocal. by Owen Anderson · 14 years ago
  87. 9da5c99 Get rid of LVIQuery as a distinct data structure, so that we don't have to initialize a new set of maps on every query. by Owen Anderson · 14 years ago
  88. 5d414b4 Move MaximumAlignment to Value.h, now that GlobalValue.h needs it. by Dan Gohman · 14 years ago
  89. 6bbe671 Make GlobalValue alignment consistent with load, store, and alloca by Dan Gohman · 14 years ago
  90. 4c010ec Create a fixed stack object for varargs that is as large as any register. by Jakob Stoklund Olesen · 14 years ago
  91. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 14 years ago
  92. 329878f RegionInfo: Make sure to free cached nodes; Tobias, please check! by Daniel Dunbar · 14 years ago
  93. 36880e7 MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). by Daniel Dunbar · 14 years ago
  94. f759841 Regenerate. by Eric Christopher · 14 years ago
  95. 475b3d3 Use a C++ compiler for the atomic builtin check since we'll by Eric Christopher · 14 years ago
  96. 138aa2a Define a maximum supported alignment value for load, store, and by Dan Gohman · 14 years ago
  97. a0c5bf1 Print out the regclass of any virtual registers used by a machine instruction. by Jakob Stoklund Olesen · 14 years ago
  98. fdb530d Fix a warning from gcc-4.0 (from the ppc buildbot). by Bob Wilson · 14 years ago
  99. bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
  100. c19d865 Unbreak my CMake build, say you'll compile for me again... by Douglas Gregor · 14 years ago