1. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 14 years ago
  2. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 14 years ago
  3. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 14 years ago
  4. dade28e Make sure to include config.h, to pickup LLVM_ON_WIN32. by Daniel Dunbar · 14 years ago
  5. 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 14 years ago
  6. e6cbfa6 Speculatively revert r109705 since it seems to be causing some build bot angst. by Eric Christopher · 14 years ago
  7. d9082df CrashRecoveryContext: Add a simple POSIX implementation. by Daniel Dunbar · 14 years ago
  8. 4bd94f7 Fix a bug in the -regalloc=fast handling of exotic two-address instruction with by Jakob Stoklund Olesen · 14 years ago
  9. 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 14 years ago
  10. c674320 Factor out some of the code for updating old SCEVUnknown values, and by Dan Gohman · 14 years ago
  11. e2fb451 Pass the queried value by argument rather than in a member, in preparation for supporting PHI translation. by Owen Anderson · 14 years ago
  12. 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
  13. 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
  14. f0d7e36 Remove dead prototype by Jim Grosbach · 14 years ago
  15. 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 14 years ago
  16. 826c148 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 14 years ago
  17. e850e6e Add more doxygen comments for llvm::ThreadLocal. by Owen Anderson · 14 years ago
  18. 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
  19. 5d414b4 Move MaximumAlignment to Value.h, now that GlobalValue.h needs it. by Dan Gohman · 14 years ago
  20. 6bbe671 Make GlobalValue alignment consistent with load, store, and alloca by Dan Gohman · 14 years ago
  21. 4c010ec Create a fixed stack object for varargs that is as large as any register. by Jakob Stoklund Olesen · 14 years ago
  22. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 14 years ago
  23. 329878f RegionInfo: Make sure to free cached nodes; Tobias, please check! by Daniel Dunbar · 14 years ago
  24. 36880e7 MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). by Daniel Dunbar · 14 years ago
  25. f759841 Regenerate. by Eric Christopher · 14 years ago
  26. 475b3d3 Use a C++ compiler for the atomic builtin check since we'll by Eric Christopher · 14 years ago
  27. 138aa2a Define a maximum supported alignment value for load, store, and by Dan Gohman · 14 years ago
  28. a0c5bf1 Print out the regclass of any virtual registers used by a machine instruction. by Jakob Stoklund Olesen · 14 years ago
  29. fdb530d Fix a warning from gcc-4.0 (from the ppc buildbot). by Bob Wilson · 14 years ago
  30. bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 14 years ago
  31. c19d865 Unbreak my CMake build, say you'll compile for me again... by Douglas Gregor · 14 years ago
  32. 6d3b922 Fix this code to avoid decrementing an iterator past the beginning by Dan Gohman · 14 years ago
  33. 33591af When user code intentionally dereferences null, the alignment of the by Dan Gohman · 14 years ago
  34. 67d0498 Do GEP offset calculations with unsigned math rather than signed math by Dan Gohman · 14 years ago
  35. dc7a235 Add some extra friend declarations to fix a gcc-4.0 compile error. by Dan Gohman · 14 years ago
  36. f5e1309 simplify by Gabor Greif · 14 years ago
  37. a309dac Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 14 years ago
  38. 5d4b32e simplify by Gabor Greif · 14 years ago
  39. 69b777b Update svn:ignore properties. by Dan Gohman · 14 years ago
  40. d09475c use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
  41. ce4a626 use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
  42. 3737984 use Value* constructor of CallSite to create potentially improper site by Gabor Greif · 14 years ago
  43. 30ae792 simplify by Gabor Greif · 14 years ago
  44. b0686ea simplify by Gabor Greif · 14 years ago
  45. 756f0d2 we are supposed to only create proper CallSites from an instruction (esp. CallInst and InvokeInst) by Gabor Greif · 14 years ago
  46. bc16827 Filter out patterns that have PredicateOperands. by Eric Christopher · 14 years ago
  47. 81f9121 Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown by Dan Gohman · 14 years ago
  48. 59846ac Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete the old value. by Dan Gohman · 14 years ago
  49. 5140921 Implement a vectorized algorithm for <16 x i8> << <16 x i8> by Nate Begeman · 14 years ago
  50. f374ba2 Add a comment. by Dan Gohman · 14 years ago
  51. 9a65dc9 Rearrange several datastructures in LazyValueInfo to improve compile time. by Owen Anderson · 14 years ago
  52. cf85c96 Fill out the interface of DenseSet a bit. by Owen Anderson · 14 years ago
  53. 3c73a6b Testcase for r109556. Radar 8198362. by Stuart Hastings · 14 years ago
  54. b344a34 reintroduce original (asserting) semantics of CallSite(Instruction *II) by Gabor Greif · 14 years ago
  55. 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
  56. 622b7cf recommit simplification (originally r109504, backed out in r109508) now that problem in CallSiteBase is fixed by Gabor Greif · 14 years ago
  57. a675844 remove bogus assert, use static_cast for additional checking by Gabor Greif · 14 years ago
  58. 3703235 It is FE's responsibility to emit proper directory name. by Devang Patel · 14 years ago
  59. 90f8795 make lookup failures not fatal. by Chris Lattner · 14 years ago
  60. 977fa34 Grammar by Jim Grosbach · 14 years ago
  61. 8b5749d Update tests to not rely on input file's absolute path. by Devang Patel · 14 years ago
  62. e0efc21 Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECTOR calling itself by Nate Begeman · 14 years ago
  63. 57cb4f8 80 column by Jim Grosbach · 14 years ago
  64. ae64eed fix typo by Jim Grosbach · 14 years ago
  65. a292b2f recommit simplification (r109502, backed out r109509); seems to innocent by Gabor Greif · 14 years ago
  66. 5b0c253 back out this too to restore the bots by Gabor Greif · 14 years ago
  67. 49d0bca back out r109504, breaks the bots by Gabor Greif · 14 years ago
  68. 8609934 simplify: CallSite::get --> CallSite constructor by Gabor Greif · 14 years ago
  69. c0d4aed simplify by Gabor Greif · 14 years ago
  70. 0de11e0 use ImmutableCallSite for const-corrgoodness by Gabor Greif · 14 years ago
  71. 50da181 simplify by Gabor Greif · 14 years ago
  72. b482f23 Fix silent failure with no input files. by Mikhail Glushenkov · 14 years ago
  73. 67d985f Return -1 only on failure to execute a program. by Mikhail Glushenkov · 14 years ago
  74. 978bb87 In commit 91421, isPod was changed from false to true for these value handles. by Duncan Sands · 14 years ago
  75. 5602927 Make coff-dump.py executable and add python as executable for this script. by Tobias Grosser · 14 years ago
  76. 0e6fcf4 RegionInfo: Add getMaxRegionExit() by Tobias Grosser · 14 years ago
  77. 2c11046 After updating value handles for RAUW, check that no weak or tracking handles by Duncan Sands · 14 years ago
  78. dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 14 years ago
  79. 082d587 Add function to query RegionInfo about loops. by Tobias Grosser · 14 years ago
  80. 81c7b19 The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting by Jakob Stoklund Olesen · 14 years ago
  81. 516cd45 Add assertions that expose the PR7713 miscompilation: Accessing a stack slot by Jakob Stoklund Olesen · 14 years ago
  82. dfc2c51 It's better to have the arrays, which would trigger the creation of stack by Bill Wendling · 14 years ago
  83. ab28928 Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify by Dan Gohman · 14 years ago
  84. 05cfd33 (Hopefully) One last test. by Owen Anderson · 14 years ago
  85. 3debf27 Another test. by Owen Anderson · 14 years ago
  86. 3e12033 Another test. by Owen Anderson · 14 years ago
  87. f017900 Add SplitEditor to SplitKit. This class will be used to edit live intervals and by Jakob Stoklund Olesen · 14 years ago
  88. 3eca15b Fix a use-after-free. by Dan Gohman · 14 years ago
  89. 23295cc Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value. by Bill Wendling · 14 years ago
  90. a10213e And a bit more non-ASCII stuff. by Eli Friedman · 14 years ago
  91. 4e084e9 Drop some non-ascii stuff by Anton Korobeynikov · 14 years ago
  92. e4373b0 Don't call __register_frame from the JIT on systems that use setjmp/longjmp by Bob Wilson · 14 years ago
  93. dee8101 On x86, f32 / f64 nodes share the same registers as 128-bit vector values. by Evan Cheng · 14 years ago
  94. e0e925e The "excess register pressure" returned by HighRegPressure() is not accurate enough to factor into scheduling priority. Eliminate it and add early exits to speed up scheduling. by Evan Cheng · 14 years ago
  95. 25a6ab0 Add a note by Anton Korobeynikov · 14 years ago
  96. 72eb300 Add a comment. by Dan Gohman · 14 years ago
  97. 3c45734 Temporary hack to let codegen assert or generate poor code in case by Bruno Cardoso Lopes · 14 years ago
  98. c2b13f9 Testing some more. by Owen Anderson · 14 years ago
  99. 1f707c3 Test some more. by Owen Anderson · 14 years ago
  100. 6b156a3 Fix library build messages. by Dan Gohman · 14 years ago