1. b8f198a Restore optimization that merges blocks when inline function by Devang Patel · 17 years ago
  2. 641ca93 Simplify by Devang Patel · 17 years ago
  3. 7498f90 simplify by Devang Patel · 17 years ago
  4. 1da3d27 Add -m32 to compilation line; test is only valid in by Dale Johannesen · 17 years ago
  5. 9348c69 Stylistic modifications. No functionality changes. by Nicolas Geoffray · 17 years ago
  6. 45bcbf4 These tests don't work unless SSE2 is active. by Dale Johannesen · 17 years ago
  7. ca76530 There is no "-mattr=+sse1" flag; fix test for non-x86 hosts. by Dale Johannesen · 17 years ago
  8. 845ca36 Use uint64_t not unsigned long long. by Dale Johannesen · 17 years ago
  9. 78c47fa Integer comparison tests for CellSPU. by Scott Michel · 17 years ago
  10. 08bfe26 Fix formatting. by Duncan Sands · 17 years ago
  11. f368dad Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  12. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  13. 56b8f1d Regenerate. by Gordon Henriksen · 17 years ago
  14. b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
  15. a523380 Formatting improvements. by Gordon Henriksen · 17 years ago
  16. 5b8f82e Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's by Scott Michel · 17 years ago
  17. 0404cd9 Add description of individual bits in CR. This fix PR1765. by Nicolas Geoffray · 17 years ago
  18. 074223a Minor cleanup. No functionality change. by Bill Wendling · 17 years ago
  19. 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
  20. ff247d2 Doh by Evan Cheng · 17 years ago
  21. c161188 Add nosubmit option to control what is sent back to the results server. by Tanya Lattner · 17 years ago
  22. eb37ecc Move StrongPHIElimination after live interval analysis. This will make things happier down the road. by Owen Anderson · 17 years ago
  23. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  24. 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
  25. 8d88dbc remove an execution test. by Chris Lattner · 17 years ago
  26. 3efa1a7 switch from hard coded g++/as tools to the ones detected from by Chris Lattner · 17 years ago
  27. 27137a5 Fix a typo by Chris Lattner · 17 years ago
  28. aadbda8 Fix PR2120 by changing the replacement order to change compile_cxx by Chris Lattner · 17 years ago
  29. 3feb017 Allow insert_subreg into implicit, target-specific values. by Christopher Lamb · 17 years ago
  30. 7e93e16 Update the .cvs files to match today's asm syntax change. by Nick Lewycky · 17 years ago
  31. 02f6937 Revert accidentally committed local changes. by Christopher Lamb · 17 years ago
  32. 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
  33. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 17 years ago
  34. b8cafe3 Increase ISD::ParamFlags to 64 bits. Increase the ByValSize by Dale Johannesen · 17 years ago
  35. 29c8c37 This works on x86_64 by Anton Korobeynikov · 17 years ago
  36. dc9971a Darwin PPC64 indirect call target goes in X12, not R12. This fixes these by Chris Lattner · 17 years ago
  37. 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
  38. 68a0d09 make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.ll by Chris Lattner · 17 years ago
  39. 4c55c63 remove an extraneous (and ugly) default argument, thanks Duncan. by Chris Lattner · 17 years ago
  40. 7a0690d Fix RUN line. by Evan Cheng · 17 years ago
  41. 58d5e05 Fix some compilation errors on msvc: by Ted Kremenek · 17 years ago
  42. 3c4a262 And again. by Nick Lewycky · 17 years ago
  43. f336983 Braces belong here. No functionality change. by Nick Lewycky · 17 years ago
  44. e2dc21a Temporary XFAIL the test, until I'll commit a fix by Anton Korobeynikov · 17 years ago
  45. a66696e SCCP also needs to be taught to follow unwind_to by Nick Lewycky · 17 years ago
  46. 4468c1f fp_round's produced by getCopyFromParts should always be exact, because by Chris Lattner · 17 years ago
  47. f30e1cf teach X86InstrInfo::copyRegToReg how to copy into ST(0) from by Chris Lattner · 17 years ago
  48. 9143699 Don't eliminate blocks that are only reachable by unwind_to. by Nick Lewycky · 17 years ago
  49. 02b6d25 Add ScheduleDAG support for copytoreg where the src/dst register are by Chris Lattner · 17 years ago
  50. 5c92750 add some code to support cross-register class copying from by Chris Lattner · 17 years ago
  51. 76806b6 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  52. 90b347d rearrange some code, no functionality change. by Chris Lattner · 17 years ago
  53. d9c4c45 fix 80 col violation by Chris Lattner · 17 years ago
  54. 3f4cc31 Firstly, having a BranchInst isn't exclusive with having an unwind_to. by Nick Lewycky · 17 years ago
  55. 8dc023f claim ST(x) registers are 80 bits, which is true. This doesn't affect by Chris Lattner · 17 years ago
  56. d43d85c extend fp values with FP_EXTEND not FP_ROUND. by Chris Lattner · 17 years ago
  57. db96ae9 A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to by Nick Lewycky · 17 years ago
  58. 3b646de This patch cleans up the OCaml bindings so that they format nicely with by Gordon Henriksen · 17 years ago
  59. afb23f4 rename FP_SETRESULT -> FP_SET_ST0 by Chris Lattner · 17 years ago
  60. 6fa2f9c rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for by Chris Lattner · 17 years ago
  61. ce6e492 reduce this testcase more by Chris Lattner · 17 years ago
  62. 67f453a Finish implementing a readme entry: when inserting an i64 variable by Chris Lattner · 17 years ago
  63. 529de8a Update the block cloner which fixes bugpoint on code using unwind_to (phew!) by Nick Lewycky · 17 years ago
  64. 6af31aa Update the inliner and simplifycfg to handle unwind_to. by Nick Lewycky · 17 years ago
  65. c669422 Two things. Preserve the unwind_to when splitting a BB. by Nick Lewycky · 17 years ago
  66. c0d025f Prune the unwind_to labels on BBs that don't need them. Another step in the by Nick Lewycky · 17 years ago
  67. f68cbce add a note by Chris Lattner · 17 years ago
  68. 6209804 Implement a readme entry, compiling by Chris Lattner · 17 years ago
  69. 8aca4b1 upgrade this test by Chris Lattner · 17 years ago
  70. da8de31 make this test harder by Chris Lattner · 17 years ago
  71. f9d95c8 Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling by Chris Lattner · 17 years ago
  72. f3ba434 Teach SD some vector identities, allowing us to compile vec_set-9 into: by Chris Lattner · 17 years ago
  73. 19f7969 1) Improve comments. by Chris Lattner · 17 years ago
  74. c9517fb minor simplifications to this code, don't create a dead by Chris Lattner · 17 years ago
  75. b607f9c This one looks easy, add a note. by Chris Lattner · 17 years ago
  76. f658ad1 move these to the appropriate file by Chris Lattner · 17 years ago
  77. 6c36a0f Not all users of a BB are Instructions any more. by Nick Lewycky · 17 years ago
  78. 6456d86 Load the symbols first so that the interpreter constructor can find them when by Nick Lewycky · 17 years ago
  79. ebb8d7b much simpler test case by Andrew Lenharth · 17 years ago
  80. cdff0d6 Remove unused runPass methods. by Dan Gohman · 17 years ago
  81. 7f96f39 More ppc32 byval handling (bug fixes). Things are looking pretty good now. by Dale Johannesen · 17 years ago
  82. 27b7db5 Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} and prefetchnta instructions. by Evan Cheng · 17 years ago
  83. a2fcff4 Add support for calls with i128 return values on ppc64. by Dan Gohman · 17 years ago
  84. d93ae24 Something that kills a super-register also kills the sub-register. by Bill Wendling · 17 years ago
  85. a8de38f Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. by Evan Cheng · 17 years ago
  86. 4e35595 There is no killUse. by Dan Gohman · 17 years ago
  87. b009d22 add dropped section test case for PR2123 by Andrew Lenharth · 17 years ago
  88. c6791d9 Add new sretpromotion pass. by Devang Patel · 17 years ago
  89. 5f5bf3a PPC64 passes arguments of integral type in i64 registers, not i32. Reflect this by Bill Wendling · 17 years ago
  90. 9ed06db Add support for lowering 128-bit shifts on ppc64. by Dan Gohman · 17 years ago
  91. 8419dd6 Next bits of PPC byval handling. Basically functional but there are bugs. by Dale Johannesen · 17 years ago
  92. af8ee84 Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl). by Chris Lattner · 17 years ago
  93. 49bd37d Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to work by Chris Lattner · 17 years ago
  94. d68f47c Fixed a register scavenger bug. If a def is re-defining part of a super register, there must be an implicit def of the super-register on the MI. by Evan Cheng · 17 years ago
  95. c77e4d1 only extract main if the user didn't specify anything to extract by Andrew Lenharth · 17 years ago
  96. 22a8a73 RetVal is not used when there are more then one return operands. by Devang Patel · 17 years ago
  97. 6a021a4 make error message reflect default search function name by Andrew Lenharth · 17 years ago
  98. 12a466b Update inliner to handle functions that return multiple values. by Devang Patel · 17 years ago
  99. 0fdaa0b fix 80 col violations by Chris Lattner · 17 years ago
  100. 160e08f Place for sret promotion tests. by Devang Patel · 17 years ago