1. f66514a Delete obsolete comments. by Dan Gohman · 15 years ago
  2. b6729dc Make x86-64 membarriers work without sse and clean up some of the uses. by Eric Christopher · 15 years ago
  3. 3dcc91e The two-callsite form of AliasAnalysis::getModRefInfo is documented by Dan Gohman · 15 years ago
  4. abf7bdf and back in. false alarm on the tests from another unrelated local change. by Jim Grosbach · 15 years ago
  5. 7752442 PR7814: Truncates cannot be ignored for signed comparisons. by Eli Friedman · 15 years ago
  6. 59135f4 Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
  7. 1a0f91b Coalesce stack slot accesses that arise when spilling both sides of a COPY. by Jakob Stoklund Olesen · 15 years ago
  8. 87c0175 oops. revert for a moment to clean up tests first. by Jim Grosbach · 15 years ago
  9. 936ed54 Reserve a stack slot if the function adjusts the stack but doesn't by Jim Grosbach · 15 years ago
  10. 7536f72 Checkpoint SplitKit progress. by Jakob Stoklund Olesen · 15 years ago
  11. 40e0bad Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
  12. 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
  13. 009944e Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian! by Stuart Hastings · 15 years ago
  14. 547b6ed Testcase for r110248. by Bill Wendling · 15 years ago
  15. 2464d61 The EH prepare passes really want to be the last passes run before code-gen. by Bill Wendling · 15 years ago
  16. 0e3a1a8 Use indirect calls in PowerPC JIT. by Torok Edwin · 15 years ago
  17. a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
  18. ddd3a88 Fix a minor bug which resulted in intermediate calculations by Dan Gohman · 15 years ago
  19. 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
  20. 225764b Test case for combination of r110234 & r110235. by Devang Patel · 15 years ago
  21. 459a36b While spilling live registers at the end of block check whether they are used by DBG_VALUE machine instructions or not. If a spilled register is used by DBG_VALUE machine instruction then insert a new DBG_VALUE machine instruction to encode variable's new location on stack. by Devang Patel · 15 years ago
  22. b2cf581 If a variable is spilled by code generator then use DW_OP_fbreg to describe its location on stack. by Devang Patel · 15 years ago
  23. b57e655 Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly by Owen Anderson · 15 years ago
  24. 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 15 years ago
  25. a54db0c Remove switch for disabling ARM tail calls. They by Dale Johannesen · 15 years ago
  26. 5c1d941 Add DEBUG message. by Devang Patel · 15 years ago
  27. 4eaee28 Fix whitespace. by Dan Gohman · 15 years ago
  28. a285852 Update the polygen grammar for linker_private and linker_private_weak, by Dan Gohman · 15 years ago
  29. 4b39384 Fix a typo in a comment. by Dan Gohman · 15 years ago
  30. 34f68fc Print a message when a test failure is due to stderr output by Dan Gohman · 15 years ago
  31. 56fb5f9 Remove CVS artifacts. by Dan Gohman · 15 years ago
  32. d27db32 Remove CVS artifacts. by Dan Gohman · 15 years ago
  33. 5eaa192 Delete scripts which haven't noticed that CVS has gone away. by Dan Gohman · 15 years ago
  34. 8f417a8 cvsupdate is gone. by Dan Gohman · 15 years ago
  35. c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 15 years ago
  36. b049510 Remove a link which is no longer relevant. by Dan Gohman · 15 years ago
  37. 1e926f2 These tests are no longer stored in *CVS*. by Dan Gohman · 15 years ago
  38. 56d2394 Enable COFF writer on mingw32 and cygwin. by Benjamin Kramer · 15 years ago
  39. b884666 call-imm.ll test case regex fix. Patch by Dimitry Andric! by Stuart Hastings · 15 years ago
  40. bc2697c Make SPU backend handle insertelement and store for "half vectors" by Kalle Raiskila · 15 years ago
  41. c575283 Print an error message when someone tries -integrated-as on an unsupported target. by Benjamin Kramer · 15 years ago
  42. 7c46cf0 Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed. by Torok Edwin · 15 years ago
  43. e89652c Add a missing function. by Torok Edwin · 15 years ago
  44. ac27ec0 by Alexander Herz: by Gabor Greif · 15 years ago
  45. 484959a Fix build of DataFlow.h by Torok Edwin · 15 years ago
  46. d98af0a Eliminate unnecessary empty string literals. by Dan Gohman · 15 years ago
  47. 2511bd0 Fix a comment. by Dan Gohman · 15 years ago
  48. 26e064f Don't construct a std::string with a literal "". by Dan Gohman · 15 years ago
  49. 5825545 Don't print the filename twice in file-not-found errors. by Dan Gohman · 15 years ago
  50. 12cf501 Fix a comment typo and add more 256-bit intrinsics by Bruno Cardoso Lopes · 15 years ago
  51. e1e5746 Change the logic which interprets output on stderr as an error so that by Dan Gohman · 15 years ago
  52. 67b453b Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA by Bob Wilson · 15 years ago
  53. 8a7ffe6 Don't print "Command output (stdout):" when the command has no output, by Dan Gohman · 15 years ago
  54. e1390c4 Use the regular conditional operator syntax instead of a clever hack. by Dan Gohman · 15 years ago
  55. a41af34 Remove PointerAccessInfo, which nothing was using. by Dan Gohman · 15 years ago
  56. 7cf8fc7 Make the makefiles go much faster by using the realpath by Chris Lattner · 15 years ago
  57. 656f680 fix a win64 encoding problem, patch by Cameron Esfahani! by Chris Lattner · 15 years ago
  58. 79fca6f Thread const correctness through a bunch of AliasAnalysis interfaces and by Dan Gohman · 15 years ago
  59. d1fb583 Add support for getting & setting the FPSCR application register on ARM when VFP is enabled. by Nate Begeman · 15 years ago
  60. 6fc2446 The singular of "indices" is "index". by Dan Gohman · 15 years ago
  61. 17f647d Delete an unused function. by Dan Gohman · 15 years ago
  62. 0fd3533 Make instcombine set explicit alignments on load or store by Dan Gohman · 15 years ago
  63. efb59d2 CMake: Change somme target library names: by Oscar Fuentes · 15 years ago
  64. ee99317 CMake: add version control info to PACKAGE_VERSION, if available. by Oscar Fuentes · 15 years ago
  65. 14a498a Make AliasAnalysis::getModRefInfo conservative in the face of volatility. by Dan Gohman · 15 years ago
  66. bae6969 Oops. Don't normalize spill weights twice. by Jakob Stoklund Olesen · 15 years ago
  67. 0055f97 OK, that's it. This test is going away now. But don't worry, I am taking it to a by Jakob Stoklund Olesen · 15 years ago
  68. 2359e51 avoid undefined behavior negating minint. by Chris Lattner · 15 years ago
  69. 84b8ad3 Fix a typo Devang noticed. by Dan Gohman · 15 years ago
  70. e211cd8 avoid undef behavior on minint, fixing PR7783. by Chris Lattner · 15 years ago
  71. 3bababf Add an atomic lowering pass by Peter Collingbourne · 15 years ago
  72. 795e70e Use unary + instead of a separate local variable for working by Dan Gohman · 15 years ago
  73. c677c5d Bump cmake_minimum_required to version 2.8 by Oscar Fuentes · 15 years ago
  74. b1247c3 build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" by Daniel Dunbar · 15 years ago
  75. 779b69d Remove the test/mc directory that I accidently added. by Michael J. Spencer · 15 years ago
  76. 237f8fe MC: Fix symbol fragment offsets in COFF. by Michael J. Spencer · 15 years ago
  77. a69494e Revert "MC: Fix symbol fragment offsets in COFF." by Michael J. Spencer · 15 years ago
  78. ab3de49 MC: Add time travel support to COFF. by Michael J. Spencer · 15 years ago
  79. ef1f8c3 MC: Fix symbol fragment offsets in COFF. by Michael J. Spencer · 15 years ago
  80. 4473b37 Fix CMake build by Michael J. Spencer · 15 years ago
  81. e5c500b Support x86 AVX 256-bit instruction intrinsics. Right now support all of them, but by Bruno Cardoso Lopes · 15 years ago
  82. e53e377 Update some comments. by Dan Gohman · 15 years ago
  83. ef1cfac Introduce a symbolic constant for ~0u for use with AliasAnalysis. by Dan Gohman · 15 years ago
  84. 847a84e Add a convenient form of AliasAnalysis::alias for the case where the sizes by Dan Gohman · 15 years ago
  85. ab37f50 Make SCEVUnknown a CallbackVH, so that it can be notified directly by Dan Gohman · 15 years ago
  86. 8eab2c2 Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Radar 8246180. by Stuart Hastings · 15 years ago
  87. c182cb5 Sketch up a preliminary Type-Based Alias Analysis implementation. by Dan Gohman · 15 years ago
  88. dacfc5d Fix visitInvokeInst to call visitTerminatorInst, and remove by Dan Gohman · 15 years ago
  89. 3768091 Add Verifier logic for indirectbr. by Dan Gohman · 15 years ago
  90. a8afb2a Add a lint check for indirectbr with no successors. by Dan Gohman · 15 years ago
  91. 5b164b5 Add explicit constructors. Patch by Renato Golin. by Devang Patel · 15 years ago
  92. 32a9e83 Testcase for r110043. Radar 8246180. by Stuart Hastings · 15 years ago
  93. 94e4008 Early exit and reduce indentation. No functionality change. by Bill Wendling · 15 years ago
  94. 5510e5e Improve discrimination of unknown libraries from ignored targets on LLVMConfig. by Oscar Fuentes · 15 years ago
  95. 9ac47c5 explicit_map_components_to_libraries now does not complain when there by Oscar Fuentes · 15 years ago
  96. cb95a2b Lets the CMake GUI show a list of possible values for LLVM_USE_CRT by Oscar Fuentes · 15 years ago
  97. 811edc1 Fix namespace polution. by Dan Gohman · 15 years ago
  98. 8766b12 Updated LLVMLibDeps.cmake. by Oscar Fuentes · 15 years ago
  99. e9a1cca Free DbgScope created for dead functions. by Devang Patel · 15 years ago
  100. e1c9159 More SPU v2f32 stuff added: insertelement and shuffle. by Kalle Raiskila · 15 years ago