1. b8e237b eliminate use of Instruction::getPrev(). Patch by Gabor Greif in 2005. by Chris Lattner · 18 years ago
  2. 4d8c16f eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. by Chris Lattner · 18 years ago
  3. d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 18 years ago
  4. 57fc00d Implemented correct stack probing on mingw/cygwin for dynamic alloca's. by Anton Korobeynikov · 18 years ago
  5. 56398e3 Make it work on 64-bit systems. by Jeff Cohen · 18 years ago
  6. eb913b6 Fix build breakage on 64-bit systems. by Jeff Cohen · 18 years ago
  7. 18feb92 merge several fields in GlobalValue to use the same word, move CallingConv by Chris Lattner · 18 years ago
  8. 15b7823 Use this nifty Constraints thing and fix the inverted conditional moves by Andrew Lenharth · 18 years ago
  9. 0644309 this is fixed by Andrew Lenharth · 18 years ago
  10. f8dfef7 The (negative) offset from a SymbolTableListTraits-using ilist to its container by Chris Lattner · 18 years ago
  11. 17fcdd5 Refactor SymbolTableListTraits to only have a single pointer in it, instead by Chris Lattner · 18 years ago
  12. 205c27d urr, yeah. by Chris Lattner · 18 years ago
  13. f23de11 Remove "ModulePasses requiring FunctionPasses" from the list of future by Devang Patel · 18 years ago
  14. 56ecbf3 SSE4 is apparently public now. by Chris Lattner · 18 years ago
  15. 253f7fe Add PR number for reference. by Devang Patel · 18 years ago
  16. e8501ab Make long line fit in 80 cols. by Reid Spencer · 18 years ago
  17. ac58516 by Devang Patel · 18 years ago
  18. b6b40eb New test case. by Devang Patel · 18 years ago
  19. 9a9203b Fix problems in the PartSet lowering having to do with incorrect bit width. by Reid Spencer · 18 years ago
  20. ed48de2 Regenerate by Reid Spencer · 18 years ago
  21. ce1e8ef Okay, yes there *is* a getKeyLength method on ValueName. And, it should be by Reid Spencer · 18 years ago
  22. c398709 In the event that some really old non-Intel or -AMD CPU is encountered... by Jeff Cohen · 18 years ago
  23. c657d2f Fix this test from Duncan's experiment. by Reid Spencer · 18 years ago
  24. b579650 Also validate that the code generation of IntrinsicLowering for LLI works. by Reid Spencer · 18 years ago
  25. 4ccf462 Implement @sext and @zext parameter attribute handling properly instead of by Reid Spencer · 18 years ago
  26. 22114c3 Before assuming that the original code didn't work for Athlon64, the person who by Jeff Cohen · 18 years ago
  27. 8f9a0ff refix this by Chris Lattner · 18 years ago
  28. 3c1ca0b Document how, module pass can require function pass. by Devang Patel · 18 years ago
  29. 3b317e5 use an x86 t-t for an x86 test. Thanks to Dan for noticing this! by Chris Lattner · 18 years ago
  30. d463e07 fix incorrectly upgraded test by Chris Lattner · 18 years ago
  31. 02b2a4c Fix 80 col violations. by Reid Spencer · 18 years ago
  32. 45fdfb6 We shouldn't have tests for features we don't have yet. by Chris Lattner · 18 years ago
  33. 05c3425 remove bogus test by Chris Lattner · 18 years ago
  34. 3724df3 Spelling fix. by Duncan Sands · 18 years ago
  35. c27b4ef MAke this test portable. by Chris Lattner · 18 years ago
  36. 6852c61 Test code quality for variable length array references. by Duncan Sands · 18 years ago
  37. 6339d4a Check handling of arrays of variable sized components. by Duncan Sands · 18 years ago
  38. beabc26 Heal this test by Anton Korobeynikov · 18 years ago
  39. 4da9fd7 fix this test by Chris Lattner · 18 years ago
  40. 6b1df0e Proivde getAnalysis<FPAnalysis>(Func) support. by Devang Patel · 18 years ago
  41. f4bd76a Do not assert during analysis implementation initialization. by Devang Patel · 18 years ago
  42. 693941b Print and delete on the fly pass managers. by Devang Patel · 18 years ago
  43. 36fdde1 Regenerate. by Reid Spencer · 18 years ago
  44. 43e6073 Check length of string before we walk off the end of it. Thanks, Chris. by Reid Spencer · 18 years ago
  45. 0ed8df3 Update module pass manager to support module passes that require by Devang Patel · 18 years ago
  46. 569a6fd Give each pass manager chance to manage lower level analysis pass, which is by Devang Patel · 18 years ago
  47. b71ccac Fixes tests and remove xfail. by Evan Cheng · 18 years ago
  48. 44479345 One more callee-saved register used. by Evan Cheng · 18 years ago
  49. 8a5a75e Fix test. by Evan Cheng · 18 years ago
  50. 8f93b7f Add getPotentialPassManagerType(). No functionality change, yet. by Devang Patel · 18 years ago
  51. 62dc4dd Testcase for C front-end crash. by Duncan Sands · 18 years ago
  52. 6937c9a Testcase for debug info emission for structure fields at variable offsets. by Duncan Sands · 18 years ago
  53. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  54. 892299c For PR1336: Un-XFAIL because this passes now. by Reid Spencer · 18 years ago
  55. 2eb203a Regenerate. by Reid Spencer · 18 years ago
  56. 5b35fbe Use a more optimal way to get the name of a function. Thanks, Chris. by Reid Spencer · 18 years ago
  57. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  58. 725aed3 Fix hello.ll test. by Lauro Ramos Venancio · 18 years ago
  59. 3138b89 Fix align test. by Lauro Ramos Venancio · 18 years ago
  60. 9c15de1 Don't return 0 if the len == 5, let the assert handle that case. Thanks, Chris. by Reid Spencer · 18 years ago
  61. 64609d3 Look for site.exp in the build directory, not the source directory. by Duncan Sands · 18 years ago
  62. 0829a30 Use %s, not explicit name. by Duncan Sands · 18 years ago
  63. 25d50d6 Change ne into !=. by Duncan Sands · 18 years ago
  64. 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
  65. 4cda190 For PR1319: Fix test syntax per new rules. by Reid Spencer · 18 years ago
  66. 3401c99 Fix the syntax for these tests. Noticed by Duncan Sands. by Reid Spencer · 18 years ago
  67. 90b707f Syntax upgrade and fix for PR1336. by Reid Spencer · 18 years ago
  68. 264225f For PR1336: Rename test functions to not conflict with an instruction mnemonic. by Reid Spencer · 18 years ago
  69. bc24393 For PR1336: Ignore case for instruction mnemonic comparison. by Reid Spencer · 18 years ago
  70. 97d7a58 Wrap long line. by Reid Spencer · 18 years ago
  71. afc64e4 For PR1336: Ignore case for register name compare. by Reid Spencer · 18 years ago
  72. 5791083 For PR1336: Un-XFAIL as Alpha feature now specified in lower case. by Reid Spencer · 18 years ago
  73. 2b85c45 For PR1336: by Reid Spencer · 18 years ago
  74. fb0a64a Fix typos. by Duncan Sands · 18 years ago
  75. 085659f Fix test/CodeGen/Generic/vector-constantexpr.ll by Reid Spencer · 18 years ago
  76. 7780acb Regenerate. by Reid Spencer · 18 years ago
  77. ebff55c For PR1328: by Reid Spencer · 18 years ago
  78. 2db15e2 For PR1328: by Reid Spencer · 18 years ago
  79. c7dcd7f Test case for PR1328. by Reid Spencer · 18 years ago
  80. 2911090 make this test more portable. by Chris Lattner · 18 years ago
  81. ae88e98 fix incorrectly upgraded test by Chris Lattner · 18 years ago
  82. b01b15a remove a bogus test by Chris Lattner · 18 years ago
  83. bd19d27 update test by Chris Lattner · 18 years ago
  84. 6ab5d5d fix incorrectly upgraded test, add PR# by Chris Lattner · 18 years ago
  85. 678873a This needs to stay in the old bytecode format. by Reid Spencer · 18 years ago
  86. bf3b4b2 This tests aren't particularly interesting. They are redundant with the by Reid Spencer · 18 years ago
  87. 44242ec Update for 2.0 bytecode format. by Reid Spencer · 18 years ago
  88. 18afa65 Fix an intrinsic name. by Reid Spencer · 18 years ago
  89. a529f6f For PR1336: by Reid Spencer · 18 years ago
  90. f9dd332 For PR1336: Upgrade the intrinsic to its new form. by Reid Spencer · 18 years ago
  91. 296ba1b For PR1336: by Reid Spencer · 18 years ago
  92. e59f493 Regenerate. by Reid Spencer · 18 years ago
  93. 7055daf For PR1336: by Reid Spencer · 18 years ago
  94. 722bdf6 For PR1336: Un-XFAIL this since it now passes with fix to llvm-upgrade. by Reid Spencer · 18 years ago
  95. 53bd704 For PR1336: by Reid Spencer · 18 years ago
  96. 3e35c8d Revert last patch. It was already fixed. by Reid Spencer · 18 years ago
  97. 1cd9d77 For PR1336: by Reid Spencer · 18 years ago
  98. a37e588 For PR1336: Un-XFAIL this now that its working. by Reid Spencer · 18 years ago
  99. b4a7fea For PR1336: by Reid Spencer · 18 years ago
  100. cc1731c For PR1336: by Reid Spencer · 18 years ago