1. 7a50c23 Changes to parameter attribute syntax. by Reid Spencer · 18 years ago
  2. 02b9a0f Changes to parameter attributes syntax. by Reid Spencer · 18 years ago
  3. 90dd871 Globals are not being renamed any more. by Reid Spencer · 18 years ago
  4. ab7b74a This test case has been translated to 2.0 assembly so don't run by Reid Spencer · 18 years ago
  5. 869f8eb Fix this to check for the correct error message. by Reid Spencer · 18 years ago
  6. 71fc834 This tests for something that will become illegal soon. The test/Feature by Reid Spencer · 18 years ago
  7. 89d9837 Beef up this test case a little by introducing a global variable name by Reid Spencer · 18 years ago
  8. 280e646 Make this test that we can drop the implementation keyword for llvm-as. by Reid Spencer · 18 years ago
  9. 2fd6c65 Fix the test case for the change in parameter attribute syntax. The @ is by Reid Spencer · 18 years ago
  10. dfa4b1a For PR1077: by Reid Spencer · 18 years ago
  11. 4933af1 For PR1077: by Reid Spencer · 18 years ago
  12. 319a730 Regenerate by Reid Spencer · 18 years ago
  13. bcdd54c Adjust to new header file name. by Reid Spencer · 18 years ago
  14. 90eb4d6 Major update of llvm-upgrade: by Reid Spencer · 18 years ago
  15. 218ded2 Regenerate. by Reid Spencer · 18 years ago
  16. 2c26178 Change the syntax for parameter attributes: by Reid Spencer · 18 years ago
  17. bdcb9df Give the assembler some input. by Reid Spencer · 18 years ago
  18. 1722eee Typo by Evan Cheng · 18 years ago
  19. 00c2970 Add a test case for SSE fcopysign using SSE bitwise operations. by Evan Cheng · 18 years ago
  20. 68c47cb With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations. by Evan Cheng · 18 years ago
  21. e4929dd Implement InstCombine/vec_shuffle.ll:%test7, simplifying shuffles with by Chris Lattner · 18 years ago
  22. 4e56f7c new test by Chris Lattner · 18 years ago
  23. 15411cb manually upgrade this testcase by Chris Lattner · 18 years ago
  24. 4f0e33d fold things like a^b != c^a -> b != c. This implements InstCombine/xor.ll:test27 by Chris Lattner · 18 years ago
  25. 297a22b new testcase by Chris Lattner · 18 years ago
  26. e76b77c llvm upgrade doesn't accept 'define' by Chris Lattner · 18 years ago
  27. e617c9e Compile X + ~X to -1. This implements Instcombine/add.ll:test34 by Chris Lattner · 18 years ago
  28. 0a2c88d new testcase by Chris Lattner · 18 years ago
  29. 0d630d2 GEP subscript is interpreted as a signed value. by Evan Cheng · 18 years ago
  30. ac8d276 Correct the documentation for function declarations. They can have dllimport by Reid Spencer · 18 years ago
  31. 05a1416 add missing flags by Chris Lattner · 18 years ago
  32. f8e7a21 fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with by Chris Lattner · 18 years ago
  33. e0170df new testcase by Chris Lattner · 18 years ago
  34. 0081517 Fix broken links, reported by Baptiste Lepilleur by Chris Lattner · 18 years ago
  35. 912095b Expand fcopysign to a series of bitwise of operations when it's profitable to by Evan Cheng · 18 years ago
  36. 37e01c5 regenerate by Chris Lattner · 18 years ago
  37. b924054 If we hit a parse error, emit something bad to the output stream. This ensures that by Chris Lattner · 18 years ago
  38. aae5884 Document this tool as experimental and list its deficiencies. by Reid Spencer · 18 years ago
  39. cf130b3 remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. by Chris Lattner · 18 years ago
  40. ad8d6de remove xfailed test that depends on obsolete argument to lli by Chris Lattner · 18 years ago
  41. 6a21d84 Remove a manual renaming of a variable that was introduced before by Reid Spencer · 18 years ago
  42. a517338 Clean up usage of "unsigned" and "signed" in the documentation to indicate by Reid Spencer · 18 years ago
  43. b2a69a1 Add test for constructor and destructor sections. by Lauro Ramos Venancio · 18 years ago
  44. 30b51d9 Add extload(i1) test. by Lauro Ramos Venancio · 18 years ago
  45. 4c6676c Add test for FCOPYSIGN. by Lauro Ramos Venancio · 18 years ago
  46. ca1f66d Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). by Lauro Ramos Venancio · 18 years ago
  47. 10e7c42 Removed reference to "cnull" because typical users shouldn't need to use it. by Bill Wendling · 18 years ago
  48. 5907588 ding dong llvm-gcc3 is dead by Chris Lattner · 18 years ago
  49. 78ce3b8 gcc 4.1.1 on amd64 is broken by Chris Lattner · 18 years ago
  50. 8c5a53a Death to useless bitcast instructions! by Reid Spencer · 18 years ago
  51. affaf07 Do not allow packed types for icmp and fcmp instructions. by Reid Spencer · 18 years ago
  52. 350f8aa icmp and fcmp do not take packed type operands. by Reid Spencer · 18 years ago
  53. 1b7a880 XFAIL this test until such time that code gen can handle a comparison of by Reid Spencer · 18 years ago
  54. ac4a1dd Regenerate. by Reid Spencer · 18 years ago
  55. 539b471 Disallow packed types in icmp/fcmp instructions. The code generator is by Reid Spencer · 18 years ago
  56. 70d8d12 Now that setcondinst has been eliminated, we can mark Value::SubclassID by Chris Lattner · 18 years ago
  57. 898b2d5 fix typo by Chris Lattner · 18 years ago
  58. 7ce2f8b Enable a couple xforms for packed vectors (undef | v) -> -1 for packed. by Chris Lattner · 18 years ago
  59. e94d8b2 fix some bugs handling vectors, avoid host-specific handling of undefined shift results. by Chris Lattner · 18 years ago
  60. 58513aa Add a new ConstantPacked::getAllOnesValue method by Chris Lattner · 18 years ago
  61. 8688428 Enable new pass manager, which was accidentally disabled. by Devang Patel · 18 years ago
  62. c01901c Add a test to ensure that we can assembly comparisons of packed values. by Reid Spencer · 18 years ago
  63. e68853b Regenerate. by Reid Spencer · 18 years ago
  64. b4fdfdb Permit icmp and fcmp to have packed operands. by Reid Spencer · 18 years ago
  65. 13701fa Test @zext and @sext fully as well as testing the "short" call syntax. by Reid Spencer · 18 years ago
  66. 5f1397d Add a test case to test parameter attributes feature. by Reid Spencer · 18 years ago
  67. f6dc65f Update test cases that grepped for register names that have now changed by Reid Spencer · 18 years ago
  68. eff838e Regenerate. by Reid Spencer · 18 years ago
  69. 7596fd0 Implement many new type features including upreferences, proper retention by Reid Spencer · 18 years ago
  70. e8fc2f9 Finish implementation of variable renaming to handle collapsed type planes by Reid Spencer · 18 years ago
  71. fcf17a3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 18 years ago
  72. 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 18 years ago
  73. f0e76cf Remove the find_rule label from the output of flex. This will break any by Reid Spencer · 18 years ago
  74. c9d3471 fix testcase. It's not safe to strictly evaluate a load that should be lazy. by Chris Lattner · 18 years ago
  75. a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 18 years ago
  76. aff9387 Fix a comment that referred to the now defunct ubyte type. by Reid Spencer · 18 years ago
  77. f54ad97 Remove two useless bit casts. by Reid Spencer · 18 years ago
  78. 0a516f9 It is no longer permissible to have undefined types in function parameters. by Reid Spencer · 18 years ago
  79. 6f978b1 Fix this test case. It is no longer permissible to have undefined types by Reid Spencer · 18 years ago
  80. bcca340 Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure by Reid Spencer · 18 years ago
  81. 26a3687 NULL names should pass validation. by Jim Laskey · 18 years ago
  82. 1e3a577 Silence warning. by Jim Laskey · 18 years ago
  83. 317848f Really big cleanup. by Anton Korobeynikov · 18 years ago
  84. 7f7fdcc A bit more debugging printf's. by Evan Cheng · 18 years ago
  85. 376dd21 Restore previous behavior of defaulting to ZEXT. This works around two by Reid Spencer · 18 years ago
  86. 8c57dfb Two changes: by Reid Spencer · 18 years ago
  87. b47b25c Clean up from recent changes. Comment the new parameter to ExpandLibCall. by Reid Spencer · 18 years ago
  88. 2233361 Fix this test cases to use parameter attributes for its parameter and by Reid Spencer · 18 years ago
  89. 52ab904 Vectors are not supported by ConstantInt::getAllOnesValue. by Jim Laskey · 18 years ago
  90. 56581b7 This test case previously passed the assembler without error even though by Reid Spencer · 18 years ago
  91. 8c8a2dc Regenerate. by Reid Spencer · 18 years ago
  92. 98b3c5c Implement checking for unresolved types in the argument types and result by Reid Spencer · 18 years ago
  93. c2b861d Fix naming inconsistency. by Evan Cheng · 18 years ago
  94. ad93d7f - Fixing naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 18 years ago
  95. 0098b3e Fix naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 18 years ago
  96. ebdf389 Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters() by Evan Cheng · 18 years ago
  97. 42525a3 Add a test case for abstract parameter and result types in function by Reid Spencer · 18 years ago
  98. cb69b2f PR1068 - Unbounded array debug info. by Jim Laskey · 18 years ago
  99. 7356ae4 Regenerate. by Reid Spencer · 18 years ago
  100. 2128607 Permit signed and unsigned integer constants to be used with either signed by Reid Spencer · 18 years ago