1. 22b92e3 Eliminate the "IntType ::= INTTYPE" production, just use INTTYPE everywhere. by Chris Lattner · 16 years ago
  2. b7fe708 add a note by Chris Lattner · 16 years ago
  3. 241ab47 add support for folding immediates into stores when they by Chris Lattner · 16 years ago
  4. 438949a fold immediates into stores in simple cases, this produces diffs like this: by Chris Lattner · 16 years ago
  5. d53886b fold compare of null pointer into compare with 0. by Chris Lattner · 16 years ago
  6. 160f6cc Some minor cleanups: by Chris Lattner · 16 years ago
  7. 45ac17f Use switch on VT instead of Type* comparisons. by Chris Lattner · 16 years ago
  8. 51ccb3d Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't by Chris Lattner · 16 years ago
  9. 9a08a61 refactor compare emission out into a new X86FastEmitCompare method, by Chris Lattner · 16 years ago
  10. 0e13c78 Fold immediates into compares when possible, producing "cmp $4, %eax" instead of by Chris Lattner · 16 years ago
  11. 709d829 more minor refactoring of X86SelectBranch, no functionality change. by Chris Lattner · 16 years ago
  12. 871d246 factor buildmi calls in X86SelectBranch by Chris Lattner · 16 years ago
  13. 8aeeeb9 factor some more BuildMI's in X86SelectCmp by Chris Lattner · 16 years ago
  14. 54aebde factor some BuildMI calls, no functionality change. by Chris Lattner · 16 years ago
  15. 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 16 years ago
  16. 7f04268 - Add target lowering hooks that specify which setcc conditions are illegal, by Evan Cheng · 16 years ago
  17. dd5b58a FastISel support for exception-handling constructs. by Dan Gohman · 16 years ago
  18. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  19. cad3580 Change getLLVMName to use raw_ostream & PrintLLVMName. by Daniel Dunbar · 16 years ago
  20. c9debfb Add llvm::hexdigit to StringExtras (number -> hexadecimal char) by Daniel Dunbar · 16 years ago
  21. 1373943 Add some ReleaseNotes on clang codegen. by Daniel Dunbar · 16 years ago
  22. 7c4f79a Remove Stacker.html from Xcode project. by Daniel Dunbar · 16 years ago
  23. 2194d46 Accept -march=i586, because gcc does (a synonym by Dale Johannesen · 16 years ago
  24. 0329466 Rename LoadX to LoadExt. by Evan Cheng · 16 years ago
  25. 2642196 Update ARM Insn encoding to get endian-ness to match the documentation (31-0 left to right) by Jim Grosbach · 16 years ago
  26. f5ff0cf Remove dead code. by Devang Patel · 16 years ago
  27. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
  28. b34dd13 by Devang Patel · 16 years ago
  29. 99a4d30 Add VMKit notes. by Nicolas Geoffray · 16 years ago
  30. 4030062 Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible. by Evan Cheng · 16 years ago
  31. 4990b25 - Somehow I forgot about one / une. by Evan Cheng · 16 years ago
  32. 552e3be Fix indentation. by Evan Cheng · 16 years ago
  33. 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
  34. 9aeea5b Mention a few methods in ConstantSDNode that were renamed. by Dan Gohman · 16 years ago
  35. 364a39f HTML syntax fixes. by Dan Gohman · 16 years ago
  36. 0e451ce Fix missing end tags and invalid HTML entity syntax. by Dan Gohman · 16 years ago
  37. 01ac101 Add a missing close-tag. by Dan Gohman · 16 years ago
  38. 44aa921 Fix a few close tags. by Dan Gohman · 16 years ago
  39. 1bbddce Fix a typo. by Dan Gohman · 16 years ago
  40. bd9f9af Add a brief mention of the new free-list management code. by Dan Gohman · 16 years ago
  41. a8b8490 minor corrections, improved formatting by Gabor Greif · 16 years ago
  42. fa933f8 typo and formatting tweaks by Gabor Greif · 16 years ago
  43. c8ed902 little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGlobals() by Nuno Lopes · 16 years ago
  44. 9ba2379 Mention the different constant folders that IRBuilder can use. by Duncan Sands · 16 years ago
  45. 022f735 new testcase for PR2797 by Chris Lattner · 16 years ago
  46. f1796b6 add some upgrading notes from Pekka. by Chris Lattner · 16 years ago
  47. c702d16 add LSR and frameaddress info. by Chris Lattner · 16 years ago
  48. 3c3ec0c Add static analyzer notes. by Ted Kremenek · 16 years ago
  49. f6e9209 Remove stale src, core directories. by Daniel Dunbar · 16 years ago
  50. cc04261 more minor updates by Chris Lattner · 16 years ago
  51. eeb4da0 more changes. by Chris Lattner · 16 years ago
  52. f301387 optimizer and codegen by Chris Lattner · 16 years ago
  53. 7752d1a more updates. by Chris Lattner · 16 years ago
  54. 7b8e964 When doing the very-late shift-and address-mode optimization, by Dan Gohman · 16 years ago
  55. b82eb06 describe major new features and llvm-gcc features. by Chris Lattner · 16 years ago
  56. d939f4a Don't barf on 32 bit platforms if llvm-gcc is by Duncan Sands · 16 years ago
  57. efa5339 FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington. by Evan Cheng · 16 years ago
  58. 1050d73 MarkModRef -> AddReadAttrs. by Duncan Sands · 16 years ago
  59. 195cd3a Also update sub-register intervals after a trivial computation is rematt'ed for a copy instruction. PR2775. by Evan Cheng · 16 years ago
  60. bf8c4f2 Add some llvm-gcc changes that may be worth detailing. by Duncan Sands · 16 years ago
  61. 09fd418 Add a test case for _Complex passed as a FCA. by Evan Cheng · 16 years ago
  62. fb97b2d give the static analyzer its own section. by Chris Lattner · 16 years ago
  63. 96a445e more rearranging. by Chris Lattner · 16 years ago
  64. f6662f9 move major changes down. by Chris Lattner · 16 years ago
  65. bbf379a Fix typo. Add note on trampoline support. by Duncan Sands · 16 years ago
  66. a6548d0 Clarify meaning of copyRegToReg's return value. by Evan Cheng · 16 years ago
  67. 978bcee Update the Ada part. by Duncan Sands · 16 years ago
  68. 59b5ce4 final note. by Chris Lattner · 16 years ago
  69. 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
  70. 7e6d9b9 Make InstructionCombining::getBitCastOperand() recognize GEP instructions and by Matthijs Kooijman · 16 years ago
  71. e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
  72. d9d0778 * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns by Matthijs Kooijman · 16 years ago
  73. e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 16 years ago
  74. 63e0669 fix typo's by Gabor Greif · 16 years ago
  75. c9f7ef7 remove a deprecated internal interface by Gabor Greif · 16 years ago
  76. e9324f3 do not use deprecated interfaces by Gabor Greif · 16 years ago
  77. 5aad9cd ignore the standard output dirs by Gabor Greif · 16 years ago
  78. cb8f1b5 Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs by Nick Lewycky · 16 years ago
  79. 49feb45 Add whitespace before a parenthesis. by Mikhail Glushenkov · 16 years ago
  80. ea65d7d Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs does this automatically). by Mikhail Glushenkov · 16 years ago
  81. 44d2a98 calls can be supported. by Chris Lattner · 16 years ago
  82. cdb0e4c more notes by Chris Lattner · 16 years ago
  83. 51b7f82 Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. by Dale Johannesen · 16 years ago
  84. d55fccd Fix a bug in live-in detection that caused lost-copy problems to show up. by Owen Anderson · 16 years ago
  85. 547a391 add some more notes by Chris Lattner · 16 years ago
  86. 75d53d6 this was to be removed after 2.4 branched. by Chris Lattner · 16 years ago
  87. f33ebd2 Remove "long" variants so these will pass on a 64-bit host. by Dale Johannesen · 16 years ago
  88. cce6d4b add some notes by Chris Lattner · 16 years ago
  89. d21a630 Update size of inst correctly with segment override. by Anton Korobeynikov · 16 years ago
  90. b5cf048 Add special-case code to allow null-guards on calls to malloc. by Owen Anderson · 16 years ago
  91. 4b08992 Make Escape Analysis work for any pointer. by Owen Anderson · 16 years ago
  92. 36b708a Add EscapeAnalysis. by Owen Anderson · 16 years ago
  93. ba0fb07 Change Dwarf comments starting with AT_ to DW_AT_ to by Dale Johannesen · 16 years ago
  94. 5efff77 Fix crashes and infinite loops. by Owen Anderson · 16 years ago
  95. 4382f62 Duncan convinced me that it's not possible to transform control-based escapes into by Owen Anderson · 16 years ago
  96. 99cbdff fix typo by Chris Lattner · 16 years ago
  97. a6321b4 Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changes by Chris Lattner · 16 years ago
  98. 1b8f4bb update win32 project file, patch provided by OvermindDL1 on llvmdev. by Chris Lattner · 16 years ago
  99. e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 16 years ago
  100. 119c30b rearrange some code. by Chris Lattner · 16 years ago