1. 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 14 years ago
  2. 618898e PR7750: !CExpr->isNullValue() only properly computes whether CExpr is nonnull by Eli Friedman · 14 years ago
  3. 2a5892f Make un-named values legible in certain vim configurations. by Owen Anderson · 14 years ago
  4. 692433b Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the QADD & QSUB instructions. by Nate Begeman · 14 years ago
  5. e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 14 years ago
  6. 1abcd06 Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 14 years ago
  7. c46a5f2 Comment typo. by Dale Johannesen · 14 years ago
  8. b2eeed7 Revert r109652, and remove the offending assert in loadRegFromStackSlot instead. by Jakob Stoklund Olesen · 14 years ago
  9. a685582 CrashRecovery: Use ThreadLocal::erase() instead of set(0). by Daniel Dunbar · 14 years ago
  10. 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 14 years ago
  11. 3bce5ad Stop leaking std::strings in GetDwarfFile. by Benjamin Kramer · 14 years ago
  12. 808ecfc COFFObjectWriter: Don't leak COFFSymbols and COFFSections. by Benjamin Kramer · 14 years ago
  13. 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 14 years ago
  14. e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 14 years ago
  15. 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 14 years ago
  16. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 14 years ago
  17. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 14 years ago
  18. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 14 years ago
  19. dade28e Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 14 years ago
  20. 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 14 years ago
  21. e6cbfa6 Speculatively revert r109705 since it seems to be causing some build bot angst. by Eric Christopher · 14 years ago
  22. d9082df CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 14 years ago
  23. 4bd94f7 Fix a bug in the -regalloc=fast handling of exotic two-address instruction with by Jakob Stoklund Olesen · 14 years ago
  24. 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 14 years ago
  25. c674320 Factor out some of the code for updating old SCEVUnknown values, and by Dan Gohman · 14 years ago
  26. e2fb451 Pass the queried value by argument rather than in a member, in preparation for supporting PHI translation. by Owen Anderson · 14 years ago
  27. 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
  28. 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
  29. f0d7e36 Remove dead prototype by Jim Grosbach · 14 years ago
  30. 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 14 years ago
  31. 826c148 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 14 years ago
  32. e850e6e Add more doxygen comments for llvm::ThreadLocal. by Owen Anderson · 14 years ago
  33. 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
  34. 5d414b4 Move MaximumAlignment to Value.h, now that GlobalValue.h needs it. by Dan Gohman · 14 years ago
  35. 6bbe671 Make GlobalValue alignment consistent with load, store, and alloca by Dan Gohman · 14 years ago
  36. 4c010ec Create a fixed stack object for varargs that is as large as any register. by Jakob Stoklund Olesen · 14 years ago
  37. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 14 years ago
  38. 329878f RegionInfo: Make sure to free cached nodes; Tobias, please check! by Daniel Dunbar · 14 years ago
  39. 36880e7 MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). by Daniel Dunbar · 14 years ago
  40. f759841 Regenerate. by Eric Christopher · 14 years ago
  41. 475b3d3 Use a C++ compiler for the atomic builtin check since we'll by Eric Christopher · 14 years ago
  42. 138aa2a Define a maximum supported alignment value for load, store, and by Dan Gohman · 14 years ago
  43. a0c5bf1 Print out the regclass of any virtual registers used by a machine instruction. by Jakob Stoklund Olesen · 14 years ago
  44. fdb530d Fix a warning from gcc-4.0 (from the ppc buildbot). by Bob Wilson · 14 years ago
  45. bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
  46. c19d865 Unbreak my CMake build, say you'll compile for me again... by Douglas Gregor · 14 years ago
  47. 6d3b922 Fix this code to avoid decrementing an iterator past the beginning by Dan Gohman · 14 years ago
  48. 33591af When user code intentionally dereferences null, the alignment of the by Dan Gohman · 14 years ago
  49. 67d0498 Do GEP offset calculations with unsigned math rather than signed math by Dan Gohman · 14 years ago
  50. dc7a235 Add some extra friend declarations to fix a gcc-4.0 compile error. by Dan Gohman · 14 years ago
  51. f5e1309 simplify by Gabor Greif · 14 years ago
  52. a309dac Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 14 years ago
  53. 5d4b32e simplify by Gabor Greif · 14 years ago
  54. 69b777b Update svn:ignore properties. by Dan Gohman · 14 years ago
  55. d09475c use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
  56. ce4a626 use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
  57. 3737984 use Value* constructor of CallSite to create potentially improper site by Gabor Greif · 14 years ago
  58. 30ae792 simplify by Gabor Greif · 14 years ago
  59. b0686ea simplify by Gabor Greif · 14 years ago
  60. 756f0d2 we are supposed to only create proper CallSites from an instruction (esp. CallInst and InvokeInst) by Gabor Greif · 14 years ago
  61. bc16827 Filter out patterns that have PredicateOperands. by Eric Christopher · 14 years ago
  62. 81f9121 Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown by Dan Gohman · 14 years ago
  63. 59846ac Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete the old value. by Dan Gohman · 14 years ago
  64. 5140921 Implement a vectorized algorithm for <16 x i8> << <16 x i8> by Nate Begeman · 14 years ago
  65. f374ba2 Add a comment. by Dan Gohman · 14 years ago
  66. 9a65dc9 Rearrange several datastructures in LazyValueInfo to improve compile time. by Owen Anderson · 14 years ago
  67. cf85c96 Fill out the interface of DenseSet a bit. by Owen Anderson · 14 years ago
  68. 3c73a6b Testcase for r109556. Radar 8198362. by Stuart Hastings · 14 years ago
  69. b344a34 reintroduce original (asserting) semantics of CallSite(Instruction *II) by Gabor Greif · 14 years ago
  70. bdcb5af ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller types coming in future patches. by Nate Begeman · 14 years ago
  71. 622b7cf recommit simplification (originally r109504, backed out in r109508) now that problem in CallSiteBase is fixed by Gabor Greif · 14 years ago
  72. a675844 remove bogus assert, use static_cast for additional checking by Gabor Greif · 14 years ago
  73. 3703235 It is FE's responsibility to emit proper directory name. by Devang Patel · 14 years ago
  74. 90f8795 make lookup failures not fatal. by Chris Lattner · 14 years ago
  75. 977fa34 Grammar by Jim Grosbach · 14 years ago
  76. 8b5749d Update tests to not rely on input file's absolute path. by Devang Patel · 14 years ago
  77. e0efc21 Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECTOR calling itself by Nate Begeman · 14 years ago
  78. 57cb4f8 80 column by Jim Grosbach · 14 years ago
  79. ae64eed fix typo by Jim Grosbach · 14 years ago
  80. a292b2f recommit simplification (r109502, backed out r109509); seems to innocent by Gabor Greif · 14 years ago
  81. 5b0c253 back out this too to restore the bots by Gabor Greif · 14 years ago
  82. 49d0bca back out r109504, breaks the bots by Gabor Greif · 14 years ago
  83. 8609934 simplify: CallSite::get --> CallSite constructor by Gabor Greif · 14 years ago
  84. c0d4aed simplify by Gabor Greif · 14 years ago
  85. 0de11e0 use ImmutableCallSite for const-corrgoodness by Gabor Greif · 14 years ago
  86. 50da181 simplify by Gabor Greif · 14 years ago
  87. b482f23 Fix silent failure with no input files. by Mikhail Glushenkov · 14 years ago
  88. 67d985f Return -1 only on failure to execute a program. by Mikhail Glushenkov · 14 years ago
  89. 978bb87 In commit 91421, isPod was changed from false to true for these value handles. by Duncan Sands · 14 years ago
  90. 5602927 Make coff-dump.py executable and add python as executable for this script. by Tobias Grosser · 14 years ago
  91. 0e6fcf4 RegionInfo: Add getMaxRegionExit() by Tobias Grosser · 14 years ago
  92. 2c11046 After updating value handles for RAUW, check that no weak or tracking handles by Duncan Sands · 14 years ago
  93. dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 14 years ago
  94. 082d587 Add function to query RegionInfo about loops. by Tobias Grosser · 14 years ago
  95. 81c7b19 The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting by Jakob Stoklund Olesen · 14 years ago
  96. 516cd45 Add assertions that expose the PR7713 miscompilation: Accessing a stack slot by Jakob Stoklund Olesen · 14 years ago
  97. dfc2c51 It's better to have the arrays, which would trigger the creation of stack by Bill Wendling · 14 years ago
  98. ab28928 Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify by Dan Gohman · 14 years ago
  99. 05cfd33 (Hopefully) One last test. by Owen Anderson · 14 years ago
  100. 3debf27 Another test. by Owen Anderson · 14 years ago