1. 8a83d54 Check TRI->getReservedRegs because other allocators do it. Even though by Andrew Trick · 15 years ago
  2. 8e78cc4 Add comments. by Dan Gohman · 15 years ago
  3. 9302bd6 Make AliasedSymbol able to handle MCTargetExpr. They can get here if by Rafael Espindola · 15 years ago
  4. 1e68fdb add pr# by Chris Lattner · 15 years ago
  5. 7eab97f Encoding for ARM LDRSH_POST. by Jim Grosbach · 15 years ago
  6. 03f1b74 Fix the symbol index of weak references. Also make RecordRelocation a bit by Rafael Espindola · 15 years ago
  7. 17e8078 Add brief doxygen comments for AliasResult enum values. by Dan Gohman · 15 years ago
  8. 67a84f1 Include ImmutablePass passes in -debug-pass=Arguments. by Dan Gohman · 15 years ago
  9. efb8a9d Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. by Dan Gohman · 15 years ago
  10. 5aae3dc Make Sink tbaa-aware. by Dan Gohman · 15 years ago
  11. 2c71f18 It's safe to sink some instructions which are not safe to speculatively by Dan Gohman · 15 years ago
  12. e7ae70b CMake: Add the new option "LLVM_LIT_ARGS". by NAKAMURA Takumi · 15 years ago
  13. 3f2d13c Remove some explicit arguments to getELFSection. This is by Rafael Espindola · 15 years ago
  14. 928f332 Encoding for ARM LDRSH and LDRSH_PRE. Cannonicalize operand names. by Jim Grosbach · 15 years ago
  15. d507d1f Fix encoding of Ra register for ARM smla* instructions. by Jim Grosbach · 15 years ago
  16. 336b8b4 Add support for specifying a PostEncoderMethod, which can perform post-processing after the automated encoding of an instruction. by Owen Anderson · 15 years ago
  17. 570a922 ARM STRH encoding information. by Jim Grosbach · 15 years ago
  18. f00833c Add a testcase which demonstrates alias analysis pass precedence. by Dan Gohman · 15 years ago
  19. a05f60b Delete SplittingSpiller. It was not being used by anyone, and it is being by Jakob Stoklund Olesen · 15 years ago
  20. 8a66a20 It's not necessary to clear out the Size and TBAATag at each of these points. by Dan Gohman · 15 years ago
  21. ec9b4ac Set NonLocalDepInfo's Size field to UnknownSize when invalidating by Dan Gohman · 15 years ago
  22. 1e8e72d Insert two blank SlotIndexes between basic blocks instead of just one. by Jakob Stoklund Olesen · 15 years ago
  23. 40d438e Document debuginfo-tests. by Devang Patel · 15 years ago
  24. 01f98ab Delete unused function. by Jakob Stoklund Olesen · 15 years ago
  25. b5f327b No need to add liveness that's already there. by Jakob Stoklund Olesen · 15 years ago
  26. e93198a Hook up AliasAnalysis in InlineSpiller. This is used for rematerializing by Jakob Stoklund Olesen · 15 years ago
  27. 954ffff Move LDM predicate operand encoding into base clase. Add STM missing STM by Jim Grosbach · 15 years ago
  28. 5d5eb9e ARM LDM encoding for the mode (ia, ib, da, db) operand. by Jim Grosbach · 15 years ago
  29. c87a94a Factor some code into WriteSection. by Rafael Espindola · 15 years ago
  30. c1235e2 Fix ARM encoding of non-return LDM instructions. by Jim Grosbach · 15 years ago
  31. 866aa39 Fix ARM encoding of LDM+Return instruction. by Jim Grosbach · 15 years ago
  32. 2365f08 When clearing a non-local pointer dependency cache entry, clear by Dan Gohman · 15 years ago
  33. 1d739a0 Update the section index map after we add the medatada sections. by Rafael Espindola · 15 years ago
  34. 6236704 Take care of special characters while creating named MDNode name to hold function specific local variable's info. by Devang Patel · 15 years ago
  35. 4beee3d Use SectionIndexMap in WriteSymbolTable to make it a little less brittle. by Rafael Espindola · 15 years ago
  36. 533c2ad Factor out the code for computing an AliasAnalysis::Location by Dan Gohman · 15 years ago
  37. bab2a80 Factor some code into ComputeIndexMap. by Rafael Espindola · 15 years ago
  38. 733c54d Fully invalidate cached results when a prior query's size or by Dan Gohman · 15 years ago
  39. bf5be26 Fix an issue where we tried to turn a v2f32 build_vector into a v4i32 build vector with 2 elts by Nate Begeman · 15 years ago
  40. bc68d71 Reduce the maximum recursion depth, 5 seems pointlessly too much. by Duncan Sands · 15 years ago
  41. 075fb5d Enhance GVN to do more precise alias queries for non-local memory by Dan Gohman · 15 years ago
  42. af3d38f Change the String<size> methods to take a fragment instead of a buffer. by Rafael Espindola · 15 years ago
  43. cfa7134 Basic rematerialization during splitting. by Jakob Stoklund Olesen · 15 years ago
  44. f4baeaf RABasic is nearly functionally complete. There are a few remaining by Andrew Trick · 15 years ago
  45. 4283f4b Use MCSectionELF in places we know we have an ELF section. by Rafael Espindola · 15 years ago
  46. 3355c4e Use getValueOperand() and getPointerOperand() on load and store by Dan Gohman · 15 years ago
  47. e88ccb5 Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite by Dan Gohman · 15 years ago
  48. a74a58c Teach InstructionSimplify how to look through PHI nodes. Since PHI by Duncan Sands · 15 years ago
  49. b395e4a Fix a copy+pasto Duncan noticed. by Dan Gohman · 15 years ago
  50. 68a6056 Add a doesAccessArgPointees helper function, and update code to use by Dan Gohman · 15 years ago
  51. 7c7ddb2 Simplify and clean up MC symbol lookup for ARM constant pool values. This fixes by Jim Grosbach · 15 years ago
  52. 432d08c Factor out the code for testing whether a function accesses by Dan Gohman · 15 years ago
  53. 50bcaec Give NonLocalDepResult a NonLocalDepEntry member, replacing by Dan Gohman · 15 years ago
  54. a84b567 Detect if llvm-gcc is built on dragonegg. by Tobias Grosser · 15 years ago
  55. 6c43de4 Fix Whitespace. by Michael J. Spencer · 15 years ago
  56. 7aac79b System/Path: Update comments to match code. by Michael J. Spencer · 15 years ago
  57. 339b912 System/Win32/Path: Implement isSymLink. by Michael J. Spencer · 15 years ago
  58. b2cbdc3 Simplify binary operations where one operand is a select instruction. by Duncan Sands · 15 years ago
  59. 46cf7c5 Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not check by FILE_TYPE_CHAR. It must be better to check it with Console API. by NAKAMURA Takumi · 15 years ago
  60. 867fe85 There is no EndPtr anymore - reinterpret the original comment in terms by Duncan Sands · 15 years ago
  61. 2c4d512 Update ARMConstantPoolValue to not use a modifier string. Use an explicit by Jim Grosbach · 15 years ago
  62. 0cf2b2b Add a test to the previous added clo instruction. Patch by Akira again by Bruno Cardoso Lopes · 15 years ago
  63. c4bb67c Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some minor tweaks by Bruno Cardoso Lopes · 15 years ago
  64. 201ab3a When checking that the necessary bits are zero in by Dale Johannesen · 15 years ago
  65. 8ea9740 Emit a '!' if this is a "writeback" register or memory address. by Bill Wendling · 15 years ago
  66. b80e973 Simplify the LiveRangeEdit::canRematerializeAt() interface a bit. by Jakob Stoklund Olesen · 15 years ago
  67. 42c31a7 Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis by Dan Gohman · 15 years ago
  68. cc8d10e Rename a parameter to avoid confusion with a local variable by Matt Beaumont-Gay · 15 years ago
  69. 8e8b18b Emit the warning about the register list not being in ascending order only once. by Bill Wendling · 15 years ago
  70. 18f6018 Jim's recent fixes 118600, 118587, 118513 have made these work. by Dale Johannesen · 15 years ago
  71. 34be396 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  72. 5fa22a1 s/std::vector/SmallVector/ by Bill Wendling · 15 years ago
  73. 037b5be Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  74. c323675 Delete the allocated vector. by Bill Wendling · 15 years ago
  75. 66f6c79 Define the subtarget feature for the architecture version, by Bob Wilson · 15 years ago
  76. 54f9256 Do not use MEMBARRIER_MCR for any Thumb code. by Bob Wilson · 15 years ago
  77. 7729e06 Two types of instructions have register lists: by Bill Wendling · 15 years ago
  78. e61a1ac Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
  79. 3a2429a Change the ARMConstantPoolValue modifier string to an enumeration. This will by Jim Grosbach · 15 years ago
  80. 071d1c0 Adds RABasic verification and tracing. by Andrew Trick · 15 years ago
  81. 50a04d0 Convert comments to doxygen syntax. by Dan Gohman · 15 years ago
  82. 4cf0dcf Teach FunctionAttrs about the VAArg instruction. by Dan Gohman · 15 years ago
  83. 6d44d64 Use the AliasAnalysis interface to determine how a Function accesses by Dan Gohman · 15 years ago
  84. 1cdaa3e VAArg doesn't capture its operand. by Dan Gohman · 15 years ago
  85. 9423f63 Translate IntrReadArgMem to AccessesArgumentsReadonly. by Dan Gohman · 15 years ago
  86. c07661c Teach AliasAnalysis about AccessesArgumentsReadonly. by Dan Gohman · 15 years ago
  87. cd93f3b Teach LICM and AliasSetTracker about AccessesArgumentsReadonly. by Dan Gohman · 15 years ago
  88. 40b6a19 Teach FunctionAttrs about AccessesArgumentsReadonly. by Dan Gohman · 15 years ago
  89. e33daaa Add a trivial virtual dtor to AbstractRegisterDescription to appease by Matt Beaumont-Gay · 15 years ago
  90. 4a53f37 AccessesArgumentsReadonly is read-only. by Dan Gohman · 15 years ago
  91. db78c48 Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsic by Dan Gohman · 15 years ago
  92. 32d9aeb Reverting r118604. Windows build broke. by Andrew Trick · 15 years ago
  93. 467a0ad Factor out the logic for onlyReadsMemory into a helper function. by Dan Gohman · 15 years ago
  94. 7293ac1 Delete AccessesArgumentsAndGlobals, which was unused. by Dan Gohman · 15 years ago
  95. c9962ac Handle ARM constant pool values that need an explicit reference to the '.' by Jim Grosbach · 15 years ago
  96. 274191f add a case we fail to devirt. by Chris Lattner · 15 years ago
  97. 16cb376 Trailing whitespace. by Jim Grosbach · 15 years ago
  98. 39a5ce4 Adds RABasic verification and tracing. by Andrew Trick · 15 years ago
  99. 5df08d8 Further MCize ARM constant pool values. This allows basic PIC references for by Jim Grosbach · 15 years ago
  100. e0ee08e Add encoding of Rt to ARM LDR/STR w/ reg+reg offset encoding. by Jim Grosbach · 15 years ago