1. 9a80941 Learn how to xfail a test. by Evan Cheng · 17 years ago
  2. 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
  3. 204496d In 32-bit mode, mark 64-bit GPR's as unallocatable. by Evan Cheng · 17 years ago
  4. de13acf XFAIL due to Dale's change. by Evan Cheng · 17 years ago
  5. ac7613a Some LegalizeTypes code factorization and minor enhancements. by Duncan Sands · 17 years ago
  6. 5d03f21 compile: double test() {} by Chris Lattner · 17 years ago
  7. 3c78697 Fix the build on gcc 4.2. by Nick Lewycky · 17 years ago
  8. 0dbb4a1 fix grammer by Devang Patel · 17 years ago
  9. 7c490d4 Initial multiple return values support. by Devang Patel · 17 years ago
  10. 447ff68 Change the model for FP Stack return to use fp operands on the by Chris Lattner · 17 years ago
  11. c5733ac variadic instructions don't have operand info for variadic arguments. by Chris Lattner · 17 years ago
  12. 43ca31e Upgrade this test. by Dan Gohman · 17 years ago
  13. 034f60e Generalize ExpandIntToFP to handle the case where the operand is legal by Dan Gohman · 17 years ago
  14. b779580 If a register operand comes from the variadic part of a node, don't by Chris Lattner · 17 years ago
  15. 524f961 Temporarily revert 48175. by Evan Cheng · 17 years ago
  16. 7fcb6b6 Fix thinko: alias always defines new symbol. Even is aliasee itself is undefined. by Anton Korobeynikov · 17 years ago
  17. 6cf9b8a More APInt-ification. by Dan Gohman · 17 years ago
  18. ca79640 emit an ID # for each regclass ID. Chris doesn't like to have to count. by Chris Lattner · 17 years ago
  19. 183275a abort with an assert instead of a cerr to get line# by Chris Lattner · 17 years ago
  20. ac9dff6 Use utostr instead of a stringstream. by Dan Gohman · 17 years ago
  21. 405fba1 - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. by Scott Michel · 17 years ago
  22. 45f36ea Correctly clone FlaggedNodes. by Dan Gohman · 17 years ago
  23. 450e7c3 Initialize ArgTypes directly instead of manually copying in the elements. by Dan Gohman · 17 years ago
  24. f25275c APInt-ify this. by Dan Gohman · 17 years ago
  25. e1ff8ec Remove an unnecessary #include by Dan Gohman · 17 years ago
  26. 03fdec0 Don't emit FP_REG_KILL into a block that just returns. Nothing by Chris Lattner · 17 years ago
  27. a2e9485 Implement more support for fp-to-i128 and i128-to-fp conversions. by Dan Gohman · 17 years ago
  28. 82e4289 Disable prolog code that aligns the stack when a by Dale Johannesen · 17 years ago
  29. 2b65c4e Update llc flags for PPC register scavenger. by Bill Wendling · 17 years ago
  30. 4a66e9a Change the "enable/disable" mechanism so that we can enable PPC register by Bill Wendling · 17 years ago
  31. ed61c0b Add sanity checks by Anton Korobeynikov · 17 years ago
  32. b8cdaf7 Typo: 'function' => 'alias' by Anton Korobeynikov · 17 years ago
  33. 817bf2a Syntactic sugar'ify stuff :) by Anton Korobeynikov · 17 years ago
  34. aeb0996 Always run 'make check' :) Fix fallout from prev. commit: query for possible by Anton Korobeynikov · 17 years ago
  35. 1438b9d Make error messages to have common style by Anton Korobeynikov · 17 years ago
  36. 01f6939 Properly link globals with aliases by Anton Korobeynikov · 17 years ago
  37. 8b9998e This passes now by Anton Korobeynikov · 17 years ago
  38. 968e39a Remove the LinkGlobal weirderness in common linking phase. by Anton Korobeynikov · 17 years ago
  39. 2b48ef0 Typo by Anton Korobeynikov · 17 years ago
  40. a341380 If the register allocator ran out of registers, just abort for now. by Evan Cheng · 17 years ago
  41. 8e6da15 Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to by Chris Lattner · 17 years ago
  42. c3fc6df Document multiple return values. by Devang Patel · 17 years ago
  43. 76c605b Fix mul expansion to check the correct number of bits for by Dan Gohman · 17 years ago
  44. 62fcc41 Somewhat better solution. by Evan Cheng · 17 years ago
  45. d2cde68 Default ISD::PREFETCH to expand. by Evan Cheng · 17 years ago
  46. 4499e49 Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. by Evan Cheng · 17 years ago
  47. cb341de fix 80 col violations. by Chris Lattner · 17 years ago
  48. 9faa255 The __sync primitives only work on x86 and alpha; xfail this test elsewhere. by Dale Johannesen · 17 years ago
  49. 3e030e4 Simplify by Devang Patel · 17 years ago
  50. b8f198a Restore optimization that merges blocks when inline function by Devang Patel · 17 years ago
  51. 641ca93 Simplify by Devang Patel · 17 years ago
  52. 7498f90 simplify by Devang Patel · 17 years ago
  53. 1da3d27 Add -m32 to compilation line; test is only valid in by Dale Johannesen · 17 years ago
  54. 9348c69 Stylistic modifications. No functionality changes. by Nicolas Geoffray · 17 years ago
  55. 45bcbf4 These tests don't work unless SSE2 is active. by Dale Johannesen · 17 years ago
  56. ca76530 There is no "-mattr=+sse1" flag; fix test for non-x86 hosts. by Dale Johannesen · 17 years ago
  57. 845ca36 Use uint64_t not unsigned long long. by Dale Johannesen · 17 years ago
  58. 78c47fa Integer comparison tests for CellSPU. by Scott Michel · 17 years ago
  59. 08bfe26 Fix formatting. by Duncan Sands · 17 years ago
  60. f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  61. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  62. 56b8f1d Regenerate. by Gordon Henriksen · 17 years ago
  63. b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
  64. a523380 Formatting improvements. by Gordon Henriksen · 17 years ago
  65. 5b8f82e Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's by Scott Michel · 17 years ago
  66. 0404cd9 Add description of individual bits in CR. This fix PR1765. by Nicolas Geoffray · 17 years ago
  67. 074223a Minor cleanup. No functionality change. by Bill Wendling · 17 years ago
  68. 4ff3f1c - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where the source is defined; BLR is the live range which is defined by the copy. by Evan Cheng · 17 years ago
  69. ff247d2 Doh by Evan Cheng · 17 years ago
  70. c161188 Add nosubmit option to control what is sent back to the results server. by Tanya Lattner · 17 years ago
  71. eb37ecc Move StrongPHIElimination after live interval analysis. This will make things happier down the road. by Owen Anderson · 17 years ago
  72. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  73. f79e606 Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.g. v8i16 on x86) after legalizer. Instruction selection does not expect to see them. In all likelihood this can only be an issue in a bugpoint reduced test case. by Evan Cheng · 17 years ago
  74. 8d88dbc remove an execution test. by Chris Lattner · 17 years ago
  75. 3efa1a7 switch from hard coded g++/as tools to the ones detected from by Chris Lattner · 17 years ago
  76. 27137a5 Fix a typo by Chris Lattner · 17 years ago
  77. aadbda8 Fix PR2120 by changing the replacement order to change compile_cxx by Chris Lattner · 17 years ago
  78. 3feb017 Allow insert_subreg into implicit, target-specific values. by Christopher Lamb · 17 years ago
  79. 7e93e16 Update the .cvs files to match today's asm syntax change. by Nick Lewycky · 17 years ago
  80. 02f6937 Revert accidentally committed local changes. by Christopher Lamb · 17 years ago
  81. 620d741 Add support in TableGen for unknown operands that infer their type from the pattern their used in. This will be used to allow insert/extract subreg patterns in .td files! by Christopher Lamb · 17 years ago
  82. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 17 years ago
  83. b8cafe3 Increase ISD::ParamFlags to 64 bits. Increase the ByValSize by Dale Johannesen · 17 years ago
  84. 29c8c37 This works on x86_64 by Anton Korobeynikov · 17 years ago
  85. dc9971a Darwin PPC64 indirect call target goes in X12, not R12. This fixes these by Chris Lattner · 17 years ago
  86. 5e09da2 cell really does support cross-regclass moves, because R3 is in lots of different regclasses, and the code is not consistent when it comes to value tracking. by Chris Lattner · 17 years ago
  87. 68a0d09 make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.ll by Chris Lattner · 17 years ago
  88. 4c55c63 remove an extraneous (and ugly) default argument, thanks Duncan. by Chris Lattner · 17 years ago
  89. 7a0690d Fix RUN line. by Evan Cheng · 17 years ago
  90. 58d5e05 Fix some compilation errors on msvc: by Ted Kremenek · 17 years ago
  91. 3c4a262 And again. by Nick Lewycky · 17 years ago
  92. f336983 Braces belong here. No functionality change. by Nick Lewycky · 17 years ago
  93. e2dc21a Temporary XFAIL the test, until I'll commit a fix by Anton Korobeynikov · 17 years ago
  94. a66696e SCCP also needs to be taught to follow unwind_to by Nick Lewycky · 17 years ago
  95. 4468c1f fp_round's produced by getCopyFromParts should always be exact, because by Chris Lattner · 17 years ago
  96. f30e1cf teach X86InstrInfo::copyRegToReg how to copy into ST(0) from by Chris Lattner · 17 years ago
  97. 9143699 Don't eliminate blocks that are only reachable by unwind_to. by Nick Lewycky · 17 years ago
  98. 02b6d25 Add ScheduleDAG support for copytoreg where the src/dst register are by Chris Lattner · 17 years ago
  99. 5c92750 add some code to support cross-register class copying from by Chris Lattner · 17 years ago
  100. 76806b6 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago