1. 17d5f54 Set NextMII after issuing a physical register spill. by Evan Cheng · 17 years ago
  2. 8f9b551 Fix attribute handling. by Devang Patel · 17 years ago
  3. 4191b96 Minor debug output bug. by Evan Cheng · 17 years ago
  4. cb5b317 Basic feature test for multiple return values in codegen. by Dan Gohman · 17 years ago
  5. 5241957 Ultimately resolve aliases during linking, if possible by Anton Korobeynikov · 17 years ago
  6. f1765e8 Testcase for PR2137 by Anton Korobeynikov · 17 years ago
  7. 4d86e2a Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137 by Anton Korobeynikov · 17 years ago
  8. bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  9. e846dd8 Add helper for ultimate aliasee resoltion by Anton Korobeynikov · 17 years ago
  10. 7db30ba Handle multiple ret values. by Devang Patel · 17 years ago
  11. a023877 Initialize. by Devang Patel · 17 years ago
  12. 882d87d Check to see if a two-entry PHI block can be simplified by Dan Gohman · 17 years ago
  13. a8ab893 Make this test more challenging to help it avoid being by Dan Gohman · 17 years ago
  14. 0fb2033 Update testcase for recent aliases change by Anton Korobeynikov · 17 years ago
  15. 22c9e65 Honour aliases visibility during asm emission by Anton Korobeynikov · 17 years ago
  16. f8342b9 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
  17. 6a6d27a Add a test to ensure that all-ones vectors are materialized with pcmpeqd. by Dan Gohman · 17 years ago
  18. c1f53c7 Transfer physical register spill info when load / store folding happens. by Evan Cheng · 17 years ago
  19. 9736028 Use the correct value for InSignBit. by Dan Gohman · 17 years ago
  20. ef5d194 Initial codegen support for functions and calls with multiple return values. by Dan Gohman · 17 years ago
  21. e12ecf2 Implement basic support for the 'f' register class constraint. This basically by Chris Lattner · 17 years ago
  22. 1d38677 coalesce away 80-bit floating point copies. by Chris Lattner · 17 years ago
  23. 07f7cc3 convert a massive if statement to a switch. by Chris Lattner · 17 years ago
  24. fce84ac start handling the 'f' x87 constraint. by Chris Lattner · 17 years ago
  25. 75e6f02 Skip functions that return multiple values. by Devang Patel · 17 years ago
  26. 01c18a7 The feature this is testing did not work in the general case, by Dale Johannesen · 17 years ago
  27. 1eafa06 Fix getOperand() for ReturnInst. by Devang Patel · 17 years ago
  28. 826c491 Become multiple return value aware. by Devang Patel · 17 years ago
  29. 9af014f Add TODO reminder. by Devang Patel · 17 years ago
  30. 580b899 Give PassManager and FunctionPassManager a common base class, with by Dan Gohman · 17 years ago
  31. b4b2823 Fix typos in comments. by Dan Gohman · 17 years ago
  32. 1bc1008 Missed part of recommit. by Christopher Lamb · 17 years ago
  33. 1fab4a6 Recommitting parts of r48130. These do not appear to cause the observed failures. by Christopher Lamb · 17 years ago
  34. 5b41537 Recommitting changes after more testing. These appear to cause no problems. by Christopher Lamb · 17 years ago
  35. ea23781 Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code. by Evan Cheng · 17 years ago
  36. fa2f786 If there are multiple register classes that a register belongs to, return the super-class (e.g. on x86, returns GR32, not GR32_). by Evan Cheng · 17 years ago
  37. 9a80941 Learn how to xfail a test. by Evan Cheng · 17 years ago
  38. 676dd7c When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. by Evan Cheng · 17 years ago
  39. 204496d In 32-bit mode, mark 64-bit GPR's as unallocatable. by Evan Cheng · 17 years ago
  40. de13acf XFAIL due to Dale's change. by Evan Cheng · 17 years ago
  41. ac7613a Some LegalizeTypes code factorization and minor enhancements. by Duncan Sands · 17 years ago
  42. 5d03f21 compile: double test() {} by Chris Lattner · 17 years ago
  43. 3c78697 Fix the build on gcc 4.2. by Nick Lewycky · 17 years ago
  44. 0dbb4a1 fix grammer by Devang Patel · 17 years ago
  45. 7c490d4 Initial multiple return values support. by Devang Patel · 17 years ago
  46. 447ff68 Change the model for FP Stack return to use fp operands on the by Chris Lattner · 17 years ago
  47. c5733ac variadic instructions don't have operand info for variadic arguments. by Chris Lattner · 17 years ago
  48. 43ca31e Upgrade this test. by Dan Gohman · 17 years ago
  49. 034f60e Generalize ExpandIntToFP to handle the case where the operand is legal by Dan Gohman · 17 years ago
  50. b779580 If a register operand comes from the variadic part of a node, don't by Chris Lattner · 17 years ago
  51. 524f961 Temporarily revert 48175. by Evan Cheng · 17 years ago
  52. 7fcb6b6 Fix thinko: alias always defines new symbol. Even is aliasee itself is undefined. by Anton Korobeynikov · 17 years ago
  53. 6cf9b8a More APInt-ification. by Dan Gohman · 17 years ago
  54. ca79640 emit an ID # for each regclass ID. Chris doesn't like to have to count. by Chris Lattner · 17 years ago
  55. 183275a abort with an assert instead of a cerr to get line# by Chris Lattner · 17 years ago
  56. ac9dff6 Use utostr instead of a stringstream. by Dan Gohman · 17 years ago
  57. 405fba1 - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. by Scott Michel · 17 years ago
  58. 45f36ea Correctly clone FlaggedNodes. by Dan Gohman · 17 years ago
  59. 450e7c3 Initialize ArgTypes directly instead of manually copying in the elements. by Dan Gohman · 17 years ago
  60. f25275c APInt-ify this. by Dan Gohman · 17 years ago
  61. e1ff8ec Remove an unnecessary #include by Dan Gohman · 17 years ago
  62. 03fdec0 Don't emit FP_REG_KILL into a block that just returns. Nothing by Chris Lattner · 17 years ago
  63. a2e9485 Implement more support for fp-to-i128 and i128-to-fp conversions. by Dan Gohman · 17 years ago
  64. 82e4289 Disable prolog code that aligns the stack when a by Dale Johannesen · 17 years ago
  65. 2b65c4e Update llc flags for PPC register scavenger. by Bill Wendling · 17 years ago
  66. 4a66e9a Change the "enable/disable" mechanism so that we can enable PPC register by Bill Wendling · 17 years ago
  67. ed61c0b Add sanity checks by Anton Korobeynikov · 17 years ago
  68. b8cdaf7 Typo: 'function' => 'alias' by Anton Korobeynikov · 17 years ago
  69. 817bf2a Syntactic sugar'ify stuff :) by Anton Korobeynikov · 17 years ago
  70. aeb0996 Always run 'make check' :) Fix fallout from prev. commit: query for possible by Anton Korobeynikov · 17 years ago
  71. 1438b9d Make error messages to have common style by Anton Korobeynikov · 17 years ago
  72. 01f6939 Properly link globals with aliases by Anton Korobeynikov · 17 years ago
  73. 8b9998e This passes now by Anton Korobeynikov · 17 years ago
  74. 968e39a Remove the LinkGlobal weirderness in common linking phase. by Anton Korobeynikov · 17 years ago
  75. 2b48ef0 Typo by Anton Korobeynikov · 17 years ago
  76. a341380 If the register allocator ran out of registers, just abort for now. by Evan Cheng · 17 years ago
  77. 8e6da15 Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to by Chris Lattner · 17 years ago
  78. c3fc6df Document multiple return values. by Devang Patel · 17 years ago
  79. 76c605b Fix mul expansion to check the correct number of bits for by Dan Gohman · 17 years ago
  80. 62fcc41 Somewhat better solution. by Evan Cheng · 17 years ago
  81. d2cde68 Default ISD::PREFETCH to expand. by Evan Cheng · 17 years ago
  82. 4499e49 Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. by Evan Cheng · 17 years ago
  83. cb341de fix 80 col violations. by Chris Lattner · 17 years ago
  84. 9faa255 The __sync primitives only work on x86 and alpha; xfail this test elsewhere. by Dale Johannesen · 17 years ago
  85. 3e030e4 Simplify by Devang Patel · 17 years ago
  86. b8f198a Restore optimization that merges blocks when inline function by Devang Patel · 17 years ago
  87. 641ca93 Simplify by Devang Patel · 17 years ago
  88. 7498f90 simplify by Devang Patel · 17 years ago
  89. 1da3d27 Add -m32 to compilation line; test is only valid in by Dale Johannesen · 17 years ago
  90. 9348c69 Stylistic modifications. No functionality changes. by Nicolas Geoffray · 17 years ago
  91. 45bcbf4 These tests don't work unless SSE2 is active. by Dale Johannesen · 17 years ago
  92. ca76530 There is no "-mattr=+sse1" flag; fix test for non-x86 hosts. by Dale Johannesen · 17 years ago
  93. 845ca36 Use uint64_t not unsigned long long. by Dale Johannesen · 17 years ago
  94. 78c47fa Integer comparison tests for CellSPU. by Scott Michel · 17 years ago
  95. 08bfe26 Fix formatting. by Duncan Sands · 17 years ago
  96. f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  97. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  98. 56b8f1d Regenerate. by Gordon Henriksen · 17 years ago
  99. b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
  100. a523380 Formatting improvements. by Gordon Henriksen · 17 years ago