1. 5fa417c Fix memdep's code for reasoning about dependences between two calls. A Ref by Dan Gohman · 15 years ago
  2. 3ecf355 remove the private hack from CallInst, it was not supposed to hit the branch anyway by Gabor Greif · 15 years ago
  3. 505656c Handle the memory barrier pseudo that goes to nothing for the JIT. by Eric Christopher · 15 years ago
  4. da93b2c Set hasSideEffects on the 64-bit no-sse memory barrier. by Eric Christopher · 15 years ago
  5. e3ede5e For local variables in functions with a frame pointer, use FP as a base by Jim Grosbach · 15 years ago
  6. 751aaf8 Fix indentation. by Bob Wilson · 15 years ago
  7. 73cf709 Remove double-def checking from MachineVerifier, so a register does not have to by Jakob Stoklund Olesen · 15 years ago
  8. a1d410d Add an ARM RSCrr instruction for disassembly only. Partial fix for PR7792. by Bob Wilson · 15 years ago
  9. 280f96c Be a little bit more specific about target for the memory barrier instructions. by Eric Christopher · 15 years ago
  10. c34ea37 Handle the pseudo in MCInstLower. by Eric Christopher · 15 years ago
  11. cff7178 Add an ARM RSBrr instruction for disassembly only. Partial fix for PR7792. by Bob Wilson · 15 years ago
  12. a330d4c Avoid using a live std::multimap iterator while editing the map. It looks like by Jakob Stoklund Olesen · 15 years ago
  13. a7da3ac Silence a GCC warning about && and || without explicit parentheses. This by Chandler Carruth · 15 years ago
  14. 34fa82f Revert r110270 for now. It appears to uncover a memdep bug. by Dan Gohman · 15 years ago
  15. 1d9125a ARM "rrx" shift operands do not have an immediate. PR7790. by Bob Wilson · 15 years ago
  16. 907857d The trouble with testing for "ModRef" and "NoModRef" is that by Dan Gohman · 15 years ago
  17. af33b7b The lower invoke pass needs to have unreachable code elimination run after it by Bill Wendling · 15 years ago
  18. b6729dc Make x86-64 membarriers work without sse and clean up some of the uses. by Eric Christopher · 15 years ago
  19. 3dcc91e The two-callsite form of AliasAnalysis::getModRefInfo is documented by Dan Gohman · 15 years ago
  20. abf7bdf and back in. false alarm on the tests from another unrelated local change. by Jim Grosbach · 15 years ago
  21. 7752442 PR7814: Truncates cannot be ignored for signed comparisons. by Eli Friedman · 15 years ago
  22. 59135f4 Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
  23. 1a0f91b Coalesce stack slot accesses that arise when spilling both sides of a COPY. by Jakob Stoklund Olesen · 15 years ago
  24. 87c0175 oops. revert for a moment to clean up tests first. by Jim Grosbach · 15 years ago
  25. 936ed54 Reserve a stack slot if the function adjusts the stack but doesn't by Jim Grosbach · 15 years ago
  26. 7536f72 Checkpoint SplitKit progress. by Jakob Stoklund Olesen · 15 years ago
  27. 40e0bad Implement target specific getDebugValueLocation(). by Devang Patel · 15 years ago
  28. 5573a7d Use location entry only of the location described by DBG_VALUE is valid. by Devang Patel · 15 years ago
  29. 2464d61 The EH prepare passes really want to be the last passes run before code-gen. by Bill Wendling · 15 years ago
  30. 0e3a1a8 Use indirect calls in PowerPC JIT. by Torok Edwin · 15 years ago
  31. a54e0cc Fix typo in comment. by Devang Patel · 15 years ago
  32. ddd3a88 Fix a minor bug which resulted in intermediate calculations by Dan Gohman · 15 years ago
  33. 9f6a6862 Change this llvm_unreachable to report_fatal_error, since it can by Dan Gohman · 15 years ago
  34. 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
  35. 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
  36. b57e655 Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly by Owen Anderson · 15 years ago
  37. a54db0c Remove switch for disabling ARM tail calls. They by Dale Johannesen · 15 years ago
  38. 5c1d941 Add DEBUG message. by Devang Patel · 15 years ago
  39. 4eaee28 Fix whitespace. by Dan Gohman · 15 years ago
  40. 56d2394 Enable COFF writer on mingw32 and cygwin. by Benjamin Kramer · 15 years ago
  41. bc2697c Make SPU backend handle insertelement and store for "half vectors" by Kalle Raiskila · 15 years ago
  42. c575283 Print an error message when someone tries -integrated-as on an unsupported target. by Benjamin Kramer · 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. d98af0a Eliminate unnecessary empty string literals. by Dan Gohman · 15 years ago
  46. 2511bd0 Fix a comment. by Dan Gohman · 15 years ago
  47. 5825545 Don't print the filename twice in file-not-found errors. by Dan Gohman · 15 years ago
  48. 67b453b Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABA by Bob Wilson · 15 years ago
  49. a41af34 Remove PointerAccessInfo, which nothing was using. by Dan Gohman · 15 years ago
  50. 656f680 fix a win64 encoding problem, patch by Cameron Esfahani! by Chris Lattner · 15 years ago
  51. 79fca6f Thread const correctness through a bunch of AliasAnalysis interfaces and by Dan Gohman · 15 years ago
  52. d1fb583 Add support for getting & setting the FPSCR application register on ARM when VFP is enabled. by Nate Begeman · 15 years ago
  53. 6fc2446 The singular of "indices" is "index". by Dan Gohman · 15 years ago
  54. 17f647d Delete an unused function. by Dan Gohman · 15 years ago
  55. 0fd3533 Make instcombine set explicit alignments on load or store by Dan Gohman · 15 years ago
  56. efb59d2 CMake: Change somme target library names: by Oscar Fuentes · 15 years ago
  57. 14a498a Make AliasAnalysis::getModRefInfo conservative in the face of volatility. by Dan Gohman · 15 years ago
  58. bae6969 Oops. Don't normalize spill weights twice. by Jakob Stoklund Olesen · 15 years ago
  59. 2359e51 avoid undefined behavior negating minint. by Chris Lattner · 15 years ago
  60. 84b8ad3 Fix a typo Devang noticed. by Dan Gohman · 15 years ago
  61. e211cd8 avoid undef behavior on minint, fixing PR7783. by Chris Lattner · 15 years ago
  62. 3bababf Add an atomic lowering pass by Peter Collingbourne · 15 years ago
  63. 795e70e Use unary + instead of a separate local variable for working by Dan Gohman · 15 years ago
  64. 237f8fe MC: Fix symbol fragment offsets in COFF. by Michael J. Spencer · 15 years ago
  65. a69494e Revert "MC: Fix symbol fragment offsets in COFF." by Michael J. Spencer · 15 years ago
  66. ab3de49 MC: Add time travel support to COFF. by Michael J. Spencer · 15 years ago
  67. ef1f8c3 MC: Fix symbol fragment offsets in COFF. by Michael J. Spencer · 15 years ago
  68. 4473b37 Fix CMake build by Michael J. Spencer · 15 years ago
  69. ef1cfac Introduce a symbolic constant for ~0u for use with AliasAnalysis. by Dan Gohman · 15 years ago
  70. 847a84e Add a convenient form of AliasAnalysis::alias for the case where the sizes by Dan Gohman · 15 years ago
  71. ab37f50 Make SCEVUnknown a CallbackVH, so that it can be notified directly by Dan Gohman · 15 years ago
  72. c182cb5 Sketch up a preliminary Type-Based Alias Analysis implementation. by Dan Gohman · 15 years ago
  73. dacfc5d Fix visitInvokeInst to call visitTerminatorInst, and remove by Dan Gohman · 15 years ago
  74. 3768091 Add Verifier logic for indirectbr. by Dan Gohman · 15 years ago
  75. a8afb2a Add a lint check for indirectbr with no successors. by Dan Gohman · 15 years ago
  76. 5b164b5 Add explicit constructors. Patch by Renato Golin. by Devang Patel · 15 years ago
  77. 94e4008 Early exit and reduce indentation. No functionality change. by Bill Wendling · 15 years ago
  78. 811edc1 Fix namespace polution. by Dan Gohman · 15 years ago
  79. e9a1cca Free DbgScope created for dead functions. by Devang Patel · 15 years ago
  80. e1c9159 More SPU v2f32 stuff added: insertelement and shuffle. by Kalle Raiskila · 15 years ago
  81. c9fda99 Add preliminary v2f32 support for SPU. Like with v2i32, we just by Kalle Raiskila · 15 years ago
  82. 6137836 Re-apply the infamous r108614, with a fix pointed out by Dirk Steinke. by Owen Anderson · 15 years ago
  83. 82fe467 Add preliminary v2i32 support for SPU backend. As there are no by Kalle Raiskila · 15 years ago
  84. ee56c42 Prefix `next' iterator operation with `llvm::'. by Oscar Fuentes · 15 years ago
  85. 44c7486 Fix a -Wreorder warning. by Daniel Dunbar · 15 years ago
  86. 78d4330 Work in progress. by Nick Lewycky · 15 years ago
  87. 1d17d19 PR7586: Make sure we don't claim that unknown bits are actually known in the by Eli Friedman · 15 years ago
  88. e383701 PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR. by Eli Friedman · 15 years ago
  89. 348e026 PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually by Eli Friedman · 15 years ago
  90. ad2b04c Preallocate vector, avoid unnecessary vector growth. by Benjamin Kramer · 15 years ago
  91. 57dba1c Reference the personalities. Don't copy them into a new vector. by Bill Wendling · 15 years ago
  92. 425f634 Silence some -Asserts uninitialized variable warnings. by Daniel Dunbar · 15 years ago
  93. 10b173a Speculatively revert r108614, "Another attempt at getting the clang self-host to by Daniel Dunbar · 15 years ago
  94. 0cd1ee2 MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. by Michael J. Spencer · 15 years ago
  95. d4d188e Move newlines before inline jumptables from the asm strings in .td files to by Bob Wilson · 15 years ago
  96. e2195d8 Add relax all support to the COFF object streamer. by Michael J. Spencer · 15 years ago
  97. 98e1479 Add support for disassembling VMVN (immediate) instructions. PR7747. by Bob Wilson · 15 years ago
  98. d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 15 years ago
  99. 7f9cb74 Add an initial implementation of PHI translation for LazyValueInfo. This involves rolling back some by Owen Anderson · 15 years ago
  100. 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 · 15 years ago