1. 0081517 Fix broken links, reported by Baptiste Lepilleur by Chris Lattner · 19 years ago
  2. 912095b Expand fcopysign to a series of bitwise of operations when it's profitable to by Evan Cheng · 19 years ago
  3. 37e01c5 regenerate by Chris Lattner · 19 years ago
  4. b924054 If we hit a parse error, emit something bad to the output stream. This ensures that by Chris Lattner · 19 years ago
  5. aae5884 Document this tool as experimental and list its deficiencies. by Reid Spencer · 19 years ago
  6. cf130b3 remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. by Chris Lattner · 19 years ago
  7. ad8d6de remove xfailed test that depends on obsolete argument to lli by Chris Lattner · 19 years ago
  8. 6a21d84 Remove a manual renaming of a variable that was introduced before by Reid Spencer · 19 years ago
  9. a517338 Clean up usage of "unsigned" and "signed" in the documentation to indicate by Reid Spencer · 19 years ago
  10. b2a69a1 Add test for constructor and destructor sections. by Lauro Ramos Venancio · 19 years ago
  11. 30b51d9 Add extload(i1) test. by Lauro Ramos Venancio · 19 years ago
  12. 4c6676c Add test for FCOPYSIGN. by Lauro Ramos Venancio · 19 years ago
  13. ca1f66d Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). by Lauro Ramos Venancio · 19 years ago
  14. 10e7c42 Removed reference to "cnull" because typical users shouldn't need to use it. by Bill Wendling · 19 years ago
  15. 5907588 ding dong llvm-gcc3 is dead by Chris Lattner · 19 years ago
  16. 78ce3b8 gcc 4.1.1 on amd64 is broken by Chris Lattner · 19 years ago
  17. 8c5a53a Death to useless bitcast instructions! by Reid Spencer · 19 years ago
  18. affaf07 Do not allow packed types for icmp and fcmp instructions. by Reid Spencer · 19 years ago
  19. 350f8aa icmp and fcmp do not take packed type operands. by Reid Spencer · 19 years ago
  20. 1b7a880 XFAIL this test until such time that code gen can handle a comparison of by Reid Spencer · 19 years ago
  21. ac4a1dd Regenerate. by Reid Spencer · 19 years ago
  22. 539b471 Disallow packed types in icmp/fcmp instructions. The code generator is by Reid Spencer · 19 years ago
  23. 70d8d12 Now that setcondinst has been eliminated, we can mark Value::SubclassID by Chris Lattner · 19 years ago
  24. 898b2d5 fix typo by Chris Lattner · 19 years ago
  25. 7ce2f8b Enable a couple xforms for packed vectors (undef | v) -> -1 for packed. by Chris Lattner · 19 years ago
  26. e94d8b2 fix some bugs handling vectors, avoid host-specific handling of undefined shift results. by Chris Lattner · 19 years ago
  27. 58513aa Add a new ConstantPacked::getAllOnesValue method by Chris Lattner · 19 years ago
  28. 8688428 Enable new pass manager, which was accidentally disabled. by Devang Patel · 19 years ago
  29. c01901c Add a test to ensure that we can assembly comparisons of packed values. by Reid Spencer · 19 years ago
  30. e68853b Regenerate. by Reid Spencer · 19 years ago
  31. b4fdfdb Permit icmp and fcmp to have packed operands. by Reid Spencer · 19 years ago
  32. 13701fa Test @zext and @sext fully as well as testing the "short" call syntax. by Reid Spencer · 19 years ago
  33. 5f1397d Add a test case to test parameter attributes feature. by Reid Spencer · 19 years ago
  34. f6dc65f Update test cases that grepped for register names that have now changed by Reid Spencer · 19 years ago
  35. eff838e Regenerate. by Reid Spencer · 19 years ago
  36. 7596fd0 Implement many new type features including upreferences, proper retention by Reid Spencer · 19 years ago
  37. e8fc2f9 Finish implementation of variable renaming to handle collapsed type planes by Reid Spencer · 19 years ago
  38. fcf17a3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 19 years ago
  39. 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 19 years ago
  40. f0e76cf Remove the find_rule label from the output of flex. This will break any by Reid Spencer · 19 years ago
  41. c9d3471 fix testcase. It's not safe to strictly evaluate a load that should be lazy. by Chris Lattner · 19 years ago
  42. a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 19 years ago
  43. aff9387 Fix a comment that referred to the now defunct ubyte type. by Reid Spencer · 19 years ago
  44. f54ad97 Remove two useless bit casts. by Reid Spencer · 19 years ago
  45. 0a516f9 It is no longer permissible to have undefined types in function parameters. by Reid Spencer · 19 years ago
  46. 6f978b1 Fix this test case. It is no longer permissible to have undefined types by Reid Spencer · 19 years ago
  47. bcca340 Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure by Reid Spencer · 19 years ago
  48. 26a3687 NULL names should pass validation. by Jim Laskey · 19 years ago
  49. 1e3a577 Silence warning. by Jim Laskey · 19 years ago
  50. 317848f Really big cleanup. by Anton Korobeynikov · 19 years ago
  51. 7f7fdcc A bit more debugging printf's. by Evan Cheng · 19 years ago
  52. 376dd21 Restore previous behavior of defaulting to ZEXT. This works around two by Reid Spencer · 19 years ago
  53. 8c57dfb Two changes: by Reid Spencer · 19 years ago
  54. b47b25c Clean up from recent changes. Comment the new parameter to ExpandLibCall. by Reid Spencer · 19 years ago
  55. 2233361 Fix this test cases to use parameter attributes for its parameter and by Reid Spencer · 19 years ago
  56. 52ab904 Vectors are not supported by ConstantInt::getAllOnesValue. by Jim Laskey · 19 years ago
  57. 56581b7 This test case previously passed the assembler without error even though by Reid Spencer · 19 years ago
  58. 8c8a2dc Regenerate. by Reid Spencer · 19 years ago
  59. 98b3c5c Implement checking for unresolved types in the argument types and result by Reid Spencer · 19 years ago
  60. c2b861d Fix naming inconsistency. by Evan Cheng · 19 years ago
  61. ad93d7f - Fixing naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 19 years ago
  62. 0098b3e Fix naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 19 years ago
  63. ebdf389 Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters() by Evan Cheng · 19 years ago
  64. 42525a3 Add a test case for abstract parameter and result types in function by Reid Spencer · 19 years ago
  65. cb69b2f PR1068 - Unbounded array debug info. by Jim Laskey · 19 years ago
  66. 7356ae4 Regenerate. by Reid Spencer · 19 years ago
  67. 2128607 Permit signed and unsigned integer constants to be used with either signed by Reid Spencer · 19 years ago
  68. 7e6b4f7 For PR1070: by Reid Spencer · 19 years ago
  69. 8aabc9e For PR1070: by Reid Spencer · 19 years ago
  70. a14c3f1 Manually upgrade this test case to make sure that the new cast-to-bool by Reid Spencer · 19 years ago
  71. 6e8e644 For PR1070: by Reid Spencer · 19 years ago
  72. 52402b0 Regenerate. by Reid Spencer · 19 years ago
  73. 2b8036e For PR1070: by Reid Spencer · 19 years ago
  74. 627c73d Reverse last patch, committed by accident. by Reid Spencer · 19 years ago
  75. 4265a08 Fix this test case to be legal. There is no ubyte %tmp ever defined! by Reid Spencer · 19 years ago
  76. 5fe31dc Add some convenience functions for getting the source and destination by Reid Spencer · 19 years ago
  77. 8155d6d Back out last revision now that llvm-upgrade can remove useless bitcasts. by Reid Spencer · 19 years ago
  78. f5626a3 Regenerate. by Reid Spencer · 19 years ago
  79. 16222c0 For PR1070: Remove useless bitcasts by commenting them out. by Reid Spencer · 19 years ago
  80. ee5d25e Fix a typo. by Reid Spencer · 19 years ago
  81. 9066834 Convert the intrinsic function definitions to use llvm_i32_ty instead of by Reid Spencer · 19 years ago
  82. 6359618 Fix a cut-and-paste bug for processing of InvokeInst parameter attributes. by Reid Spencer · 19 years ago
  83. c6c59fd Regenerate. by Reid Spencer · 19 years ago
  84. e03969f Remove an extra semi-colon. by Reid Spencer · 19 years ago
  85. cc615c3 Fix a bug in comparison of GEP indices. by Reid Spencer · 19 years ago
  86. c28d2bc Remove documentation of non-existent cextcc and csretextcc calling by Reid Spencer · 19 years ago
  87. 71305d7 Add a missing colon. Noticed by Jeff Cohen. by Reid Spencer · 19 years ago
  88. 9985f9f implement missing compares patch by Lauro bug fixed by me by Rafael Espindola · 19 years ago
  89. 1fd79b8 Fix a bug in getParamAttrs where an invalid value would be returned if the by Reid Spencer · 19 years ago
  90. f17a0b7 One more try on the table formatting. by Reid Spencer · 19 years ago
  91. 92f8230 Clean up some typos and formatting. by Reid Spencer · 19 years ago
  92. ca86e16 For PR950: by Reid Spencer · 19 years ago
  93. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  94. eacb702 For PR950: by Reid Spencer · 19 years ago
  95. 4785781 For PR950: by Reid Spencer · 19 years ago
  96. e49661b For PR950: Convert signed integer types to signless ones. by Reid Spencer · 19 years ago
  97. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  98. c5b206b For PR950: by Reid Spencer · 19 years ago
  99. 05e52a1 For PR950: by Reid Spencer · 19 years ago
  100. 88cfda2 For PR950: by Reid Spencer · 19 years ago