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