1. 9a8af45 Fix Instruction::isIdenticalTo and isSameOperationAs to recognize by Dan Gohman · 16 years ago
  2. 1a26daa Fix a calculation error in comments. by Zhongxing Xu · 16 years ago
  3. 131161b Rename AliasSet to SubRegs, to reflect changes in the surrounding code. by Dan Gohman · 16 years ago
  4. 7ddcadc Move the include of MachineLocation.h into MachineModuleInfo.h by Dan Gohman · 16 years ago
  5. 254a886 Implement a SmallVector insert method that can insert multiple by Dan Gohman · 16 years ago
  6. 3d4227b Fix several places that called mapped_iterator's constructor without by Dan Gohman · 16 years ago
  7. b382c4d Fix a subtle bug in DeadMachineInstructionElim's liveness by Dan Gohman · 16 years ago
  8. a7250dd Fix the predicate for memop64 to be a regular load, not just an unindexed load. by Dan Gohman · 16 years ago
  9. 2276a7b Teach instcombine's visitLoad to scan back several instructions by Dan Gohman · 16 years ago
  10. 95c2cc5 Correct the name of isTrapping in comments. by Dan Gohman · 16 years ago
  11. 65ac2fa Fix whitespace in a comment. by Dan Gohman · 16 years ago
  12. 27d860e Testcase for PR2894. by Duncan Sands · 16 years ago
  13. 56d313d Remove naming Tilmann for generics. by Nicolas Geoffray · 16 years ago
  14. 747b78d Add global variable to test for consistency by Anton Korobeynikov · 16 years ago
  15. 99131d0 This is not failing anymore by Anton Korobeynikov · 16 years ago
  16. d13726f Also properly handle linking of strong alias and weak global by Anton Korobeynikov · 16 years ago
  17. e655e37 Properly handle linking of strong alias with weak function, this fixes PR2883 by Anton Korobeynikov · 16 years ago
  18. eabb886 Testcase for PR1638. by Bill Wendling · 16 years ago
  19. 2b6c3d9 Fix a missing space after the return type in invoke statements. by Dan Gohman · 16 years ago
  20. a870039 Fix PR2115 by doxygenating Use more, and make some more methods private. by Chris Lattner · 16 years ago
  21. 3b364cb move PR1941 here. by Chris Lattner · 16 years ago
  22. e90842c Unbreak the build. Please test out the proper fix for this by compiling LLVM by Bill Wendling · 16 years ago
  23. db03983 move PR1604 here. by Chris Lattner · 16 years ago
  24. f4fee2a move PR1488 into this file. by Chris Lattner · 16 years ago
  25. b2029c9 Temporary revert r57567 and unbreak the build. by Anton Korobeynikov · 16 years ago
  26. 8a5f347 regenerate by Nuno Lopes · 16 years ago
  27. f2bd650 fix memleak in GetForwardRefForGlobal() by Nuno Lopes · 16 years ago
  28. f05ff66 regenerate by Nuno Lopes · 16 years ago
  29. ee87b3b fix memleak in getTypeVal() by Nuno Lopes · 16 years ago
  30. 6ec8a25 regenerate by Nuno Lopes · 16 years ago
  31. 0ecaf52 fix memleak in ResolveTypeTo() by Nuno Lopes · 16 years ago
  32. 3bd3a26 catch one more typo, canonicalize LLVMdev by Gabor Greif · 16 years ago
  33. 804ffb6 fix some validation errors, improve formatting, squash a strange plural by Gabor Greif · 16 years ago
  34. 7d50031 remove legacy interfaces by Gabor Greif · 16 years ago
  35. 8323748 llvmc2: Documentation update. Describe recent work on plugins. by Mikhail Glushenkov · 16 years ago
  36. a01ab7f llvmc2: Some Makefile fixes and renames. by Mikhail Glushenkov · 16 years ago
  37. a1e6eb8 Use (a slightly modified) llvm.css for llvmc2 docs. by Mikhail Glushenkov · 16 years ago
  38. 3358629 Now that predicates can be composed, simplify several of by Dan Gohman · 16 years ago
  39. 607ec1f Removed pinsrd and pinsrq intrinsics because the code generator does not support by Mon P Wang · 16 years ago
  40. 0540e17 Add support for having multiple predicates on a TreePatternNode. by Dan Gohman · 16 years ago
  41. 740e709 regenerate by Chris Lattner · 16 years ago
  42. c7e3069 Fix the .ll grammar rules to allow any type before an 'i32', not just an by Chris Lattner · 16 years ago
  43. f9078f9 regenerate by Chris Lattner · 16 years ago
  44. 22b92e3 Eliminate the "IntType ::= INTTYPE" production, just use INTTYPE everywhere. by Chris Lattner · 16 years ago
  45. b7fe708 add a note by Chris Lattner · 16 years ago
  46. 241ab47 add support for folding immediates into stores when they by Chris Lattner · 16 years ago
  47. 438949a fold immediates into stores in simple cases, this produces diffs like this: by Chris Lattner · 16 years ago
  48. d53886b fold compare of null pointer into compare with 0. by Chris Lattner · 16 years ago
  49. 160f6cc Some minor cleanups: by Chris Lattner · 16 years ago
  50. 45ac17f Use switch on VT instead of Type* comparisons. by Chris Lattner · 16 years ago
  51. 51ccb3d Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't by Chris Lattner · 16 years ago
  52. 9a08a61 refactor compare emission out into a new X86FastEmitCompare method, by Chris Lattner · 16 years ago
  53. 0e13c78 Fold immediates into compares when possible, producing "cmp $4, %eax" instead of by Chris Lattner · 16 years ago
  54. 709d829 more minor refactoring of X86SelectBranch, no functionality change. by Chris Lattner · 16 years ago
  55. 871d246 factor buildmi calls in X86SelectBranch by Chris Lattner · 16 years ago
  56. 8aeeeb9 factor some more BuildMI's in X86SelectCmp by Chris Lattner · 16 years ago
  57. 54aebde factor some BuildMI calls, no functionality change. by Chris Lattner · 16 years ago
  58. 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 16 years ago
  59. 7f04268 - Add target lowering hooks that specify which setcc conditions are illegal, by Evan Cheng · 16 years ago
  60. dd5b58a FastISel support for exception-handling constructs. by Dan Gohman · 16 years ago
  61. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  62. cad3580 Change getLLVMName to use raw_ostream & PrintLLVMName. by Daniel Dunbar · 16 years ago
  63. c9debfb Add llvm::hexdigit to StringExtras (number -> hexadecimal char) by Daniel Dunbar · 16 years ago
  64. 1373943 Add some ReleaseNotes on clang codegen. by Daniel Dunbar · 16 years ago
  65. 7c4f79a Remove Stacker.html from Xcode project. by Daniel Dunbar · 16 years ago
  66. 2194d46 Accept -march=i586, because gcc does (a synonym by Dale Johannesen · 16 years ago
  67. 0329466 Rename LoadX to LoadExt. by Evan Cheng · 16 years ago
  68. 2642196 Update ARM Insn encoding to get endian-ness to match the documentation (31-0 left to right) by Jim Grosbach · 16 years ago
  69. f5ff0cf Remove dead code. by Devang Patel · 16 years ago
  70. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
  71. b34dd13 by Devang Patel · 16 years ago
  72. 99a4d30 Add VMKit notes. by Nicolas Geoffray · 16 years ago
  73. 4030062 Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible. by Evan Cheng · 16 years ago
  74. 4990b25 - Somehow I forgot about one / une. by Evan Cheng · 16 years ago
  75. 552e3be Fix indentation. by Evan Cheng · 16 years ago
  76. 8db9072 Optimize anding of two fcmp into a single fcmp if the operands are the same. e.g. uno && ueq -> ueq by Evan Cheng · 16 years ago
  77. 9aeea5b Mention a few methods in ConstantSDNode that were renamed. by Dan Gohman · 16 years ago
  78. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  79. 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
  80. 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
  81. 44aa921 Fix a few close tags. by Dan Gohman · 16 years ago
  82. 1bbddce Fix a typo. by Dan Gohman · 16 years ago
  83. bd9f9af Add a brief mention of the new free-list management code. by Dan Gohman · 16 years ago
  84. a8b8490 minor corrections, improved formatting by Gabor Greif · 16 years ago
  85. fa933f8 typo and formatting tweaks by Gabor Greif · 16 years ago
  86. c8ed902 little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGlobals() by Nuno Lopes · 16 years ago
  87. 9ba2379 Mention the different constant folders that IRBuilder can use. by Duncan Sands · 16 years ago
  88. 022f735 new testcase for PR2797 by Chris Lattner · 16 years ago
  89. f1796b6 add some upgrading notes from Pekka. by Chris Lattner · 16 years ago
  90. c702d16 add LSR and frameaddress info. by Chris Lattner · 16 years ago
  91. 3c3ec0c Add static analyzer notes. by Ted Kremenek · 16 years ago
  92. f6e9209 Remove stale src, core directories. by Daniel Dunbar · 16 years ago
  93. cc04261 more minor updates by Chris Lattner · 16 years ago
  94. eeb4da0 more changes. by Chris Lattner · 16 years ago
  95. f301387 optimizer and codegen by Chris Lattner · 16 years ago
  96. 7752d1a more updates. by Chris Lattner · 16 years ago
  97. 7b8e964 When doing the very-late shift-and address-mode optimization, by Dan Gohman · 16 years ago
  98. b82eb06 describe major new features and llvm-gcc features. by Chris Lattner · 16 years ago
  99. d939f4a Don't barf on 32 bit platforms if llvm-gcc is by Duncan Sands · 16 years ago
  100. efa5339 FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington. by Evan Cheng · 16 years ago