1. af42fe3 Fix PR2898. Spiller delete a store for reuse before it knows for sure the reuse happened. by Evan Cheng · 17 years ago
  2. cfc14c1 add support for 128 bit aggregates. by Chris Lattner · 17 years ago
  3. a9f0cc4 The Dwarf writer was comparing mangled and unmangled names for C++ code when we by Bill Wendling · 17 years ago
  4. c4d1021 Added MemIntrinsicNode which is useful to represent target intrinsics that by Mon P Wang · 17 years ago
  5. 8c1a6ca Factor out the code for mapping LLVM IR condition opcodes to by Dan Gohman · 17 years ago
  6. 1fa7198 add support for 128 bit inputs on both x86-64 and x86-32. by Chris Lattner · 17 years ago
  7. 3d0c4c4 Fix a bug where the x86 backend would reject 64-bit r constraints when by Chris Lattner · 17 years ago
  8. 0c52644 Fix PR2356 on PowerPC: if we have an input and output that are tied together by Chris Lattner · 17 years ago
  9. 0f046c3 remove an xfailed test. by Chris Lattner · 17 years ago
  10. 42a3adc remove this test: it is xfailed anyway, and is failing for a reason by Chris Lattner · 17 years ago
  11. 4b299d4 Fix lfence and mfence encoding. These look like MRM5r and MRM6r instructions except they do not have any operands. The RegModRM byte is encoded with register number 0. by Evan Cheng · 17 years ago
  12. 244911b getX86RegNum has long been moved to X86RegisterInfo. by Evan Cheng · 17 years ago
  13. 81249c9 refactor some code into a helper method, no functionality change. by Chris Lattner · 17 years ago
  14. 6bdcda3 Keep track of *which* input constraint matches an output by Chris Lattner · 17 years ago
  15. 58f15c4 add an assert so that PR2356 explodes instead of running off an by Chris Lattner · 17 years ago
  16. 86af90d remove spurious space in link by Gabor Greif · 17 years ago
  17. 4fbed98 Add comment on how tagged pointers are by Gabor Greif · 17 years ago
  18. 6784598 Fix a very subtle spiller bug: UpdateKills should not forget to track defs of aliases. by Evan Cheng · 17 years ago
  19. abec474 add some simple hacky long double support for the CBE. This by Chris Lattner · 17 years ago
  20. b2a1432 Use INT64_C to emit constant values, to avoid problems with by Dan Gohman · 17 years ago
  21. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 17 years ago
  22. 74feef2 Define patterns for shld and shrd that match immediate by Dan Gohman · 17 years ago
  23. a1fcd77 Use 0 instead of false to return a null pointer. by Dan Gohman · 17 years ago
  24. c90a5c2 Fix this test so it actually runs the grep lines. by Dan Gohman · 17 years ago
  25. f522068 Trim #includes. by Dan Gohman · 17 years ago
  26. cc4ba78 fix typo noticed by sdt by Chris Lattner · 17 years ago
  27. 023f84e Introduce a typing refinenement on tagged data by Gabor Greif · 17 years ago
  28. cc30d9c Re-apply Makefile changes. Fix build with srcdir != objdir. by Mikhail Glushenkov · 17 years ago
  29. e79f5ef Fix warnings about mb/me being potentially used by Duncan Sands · 17 years ago
  30. ddbe5cb Fix "large integer implicitly truncated to unsigned type" by Duncan Sands · 17 years ago
  31. 078ae1e Testcase for PR2762. by Duncan Sands · 17 years ago
  32. a354825 add some notes by Chris Lattner · 17 years ago
  33. c74092b add some notes and a file to collect unimplemented features in the by Chris Lattner · 17 years ago
  34. 0d5d05b mark some targets as experimental. Andrew, if you think that Alpha is by Chris Lattner · 17 years ago
  35. d374547 Verify prefetch arguments, PR2576. by Chris Lattner · 17 years ago
  36. 8685103 apply Eli's patch for PR2165 and provide a testcase. by Chris Lattner · 17 years ago
  37. 8e8b8a2 Const-ify several TargetInstrInfo methods. by Dan Gohman · 17 years ago
  38. fcab2bd Remove an unused variable. by Dan Gohman · 17 years ago
  39. 9a8af45 Fix Instruction::isIdenticalTo and isSameOperationAs to recognize by Dan Gohman · 17 years ago
  40. 1a26daa Fix a calculation error in comments. by Zhongxing Xu · 17 years ago
  41. 131161b Rename AliasSet to SubRegs, to reflect changes in the surrounding code. by Dan Gohman · 17 years ago
  42. 7ddcadc Move the include of MachineLocation.h into MachineModuleInfo.h by Dan Gohman · 17 years ago
  43. 254a886 Implement a SmallVector insert method that can insert multiple by Dan Gohman · 17 years ago
  44. 3d4227b Fix several places that called mapped_iterator's constructor without by Dan Gohman · 17 years ago
  45. b382c4d Fix a subtle bug in DeadMachineInstructionElim's liveness by Dan Gohman · 17 years ago
  46. a7250dd Fix the predicate for memop64 to be a regular load, not just an unindexed load. by Dan Gohman · 17 years ago
  47. 2276a7b Teach instcombine's visitLoad to scan back several instructions by Dan Gohman · 17 years ago
  48. 95c2cc5 Correct the name of isTrapping in comments. by Dan Gohman · 17 years ago
  49. 65ac2fa Fix whitespace in a comment. by Dan Gohman · 17 years ago
  50. 27d860e Testcase for PR2894. by Duncan Sands · 17 years ago
  51. 56d313d Remove naming Tilmann for generics. by Nicolas Geoffray · 17 years ago
  52. 747b78d Add global variable to test for consistency by Anton Korobeynikov · 17 years ago
  53. 99131d0 This is not failing anymore by Anton Korobeynikov · 17 years ago
  54. d13726f Also properly handle linking of strong alias and weak global by Anton Korobeynikov · 17 years ago
  55. e655e37 Properly handle linking of strong alias with weak function, this fixes PR2883 by Anton Korobeynikov · 17 years ago
  56. eabb886 Testcase for PR1638. by Bill Wendling · 17 years ago
  57. 2b6c3d9 Fix a missing space after the return type in invoke statements. by Dan Gohman · 17 years ago
  58. a870039 Fix PR2115 by doxygenating Use more, and make some more methods private. by Chris Lattner · 17 years ago
  59. 3b364cb move PR1941 here. by Chris Lattner · 17 years ago
  60. e90842c Unbreak the build. Please test out the proper fix for this by compiling LLVM by Bill Wendling · 17 years ago
  61. db03983 move PR1604 here. by Chris Lattner · 17 years ago
  62. f4fee2a move PR1488 into this file. by Chris Lattner · 17 years ago
  63. b2029c9 Temporary revert r57567 and unbreak the build. by Anton Korobeynikov · 17 years ago
  64. 8a5f347 regenerate by Nuno Lopes · 17 years ago
  65. f2bd650 fix memleak in GetForwardRefForGlobal() by Nuno Lopes · 17 years ago
  66. f05ff66 regenerate by Nuno Lopes · 17 years ago
  67. ee87b3b fix memleak in getTypeVal() by Nuno Lopes · 17 years ago
  68. 6ec8a25 regenerate by Nuno Lopes · 17 years ago
  69. 0ecaf52 fix memleak in ResolveTypeTo() by Nuno Lopes · 17 years ago
  70. 3bd3a26 catch one more typo, canonicalize LLVMdev by Gabor Greif · 17 years ago
  71. 804ffb6 fix some validation errors, improve formatting, squash a strange plural by Gabor Greif · 17 years ago
  72. 7d50031 remove legacy interfaces by Gabor Greif · 17 years ago
  73. 8323748 llvmc2: Documentation update. Describe recent work on plugins. by Mikhail Glushenkov · 17 years ago
  74. a01ab7f llvmc2: Some Makefile fixes and renames. by Mikhail Glushenkov · 17 years ago
  75. a1e6eb8 Use (a slightly modified) llvm.css for llvmc2 docs. by Mikhail Glushenkov · 17 years ago
  76. 3358629 Now that predicates can be composed, simplify several of by Dan Gohman · 17 years ago
  77. 607ec1f Removed pinsrd and pinsrq intrinsics because the code generator does not support by Mon P Wang · 17 years ago
  78. 0540e17 Add support for having multiple predicates on a TreePatternNode. by Dan Gohman · 17 years ago
  79. 740e709 regenerate by Chris Lattner · 17 years ago
  80. c7e3069 Fix the .ll grammar rules to allow any type before an 'i32', not just an by Chris Lattner · 17 years ago
  81. f9078f9 regenerate by Chris Lattner · 17 years ago
  82. 22b92e3 Eliminate the "IntType ::= INTTYPE" production, just use INTTYPE everywhere. by Chris Lattner · 17 years ago
  83. b7fe708 add a note by Chris Lattner · 17 years ago
  84. 241ab47 add support for folding immediates into stores when they by Chris Lattner · 17 years ago
  85. 438949a fold immediates into stores in simple cases, this produces diffs like this: by Chris Lattner · 17 years ago
  86. d53886b fold compare of null pointer into compare with 0. by Chris Lattner · 17 years ago
  87. 160f6cc Some minor cleanups: by Chris Lattner · 17 years ago
  88. 45ac17f Use switch on VT instead of Type* comparisons. by Chris Lattner · 17 years ago
  89. 51ccb3d Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't by Chris Lattner · 17 years ago
  90. 9a08a61 refactor compare emission out into a new X86FastEmitCompare method, by Chris Lattner · 17 years ago
  91. 0e13c78 Fold immediates into compares when possible, producing "cmp $4, %eax" instead of by Chris Lattner · 17 years ago
  92. 709d829 more minor refactoring of X86SelectBranch, no functionality change. by Chris Lattner · 17 years ago
  93. 871d246 factor buildmi calls in X86SelectBranch by Chris Lattner · 17 years ago
  94. 8aeeeb9 factor some more BuildMI's in X86SelectCmp by Chris Lattner · 17 years ago
  95. 54aebde factor some BuildMI calls, no functionality change. by Chris Lattner · 17 years ago
  96. 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 17 years ago
  97. 7f04268 - Add target lowering hooks that specify which setcc conditions are illegal, by Evan Cheng · 17 years ago
  98. dd5b58a FastISel support for exception-handling constructs. by Dan Gohman · 17 years ago
  99. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 17 years ago
  100. cad3580 Change getLLVMName to use raw_ostream & PrintLLVMName. by Daniel Dunbar · 17 years ago