1. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  2. 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 · 16 years ago
  3. 8d88dbc remove an execution test. by Chris Lattner · 16 years ago
  4. 3efa1a7 switch from hard coded g++/as tools to the ones detected from by Chris Lattner · 16 years ago
  5. 27137a5 Fix a typo by Chris Lattner · 16 years ago
  6. aadbda8 Fix PR2120 by changing the replacement order to change compile_cxx by Chris Lattner · 16 years ago
  7. 3feb017 Allow insert_subreg into implicit, target-specific values. by Christopher Lamb · 16 years ago
  8. 7e93e16 Update the .cvs files to match today's asm syntax change. by Nick Lewycky · 16 years ago
  9. 02f6937 Revert accidentally committed local changes. by Christopher Lamb · 16 years ago
  10. 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 · 16 years ago
  11. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 16 years ago
  12. b8cafe3 Increase ISD::ParamFlags to 64 bits. Increase the ByValSize by Dale Johannesen · 16 years ago
  13. 29c8c37 This works on x86_64 by Anton Korobeynikov · 16 years ago
  14. dc9971a Darwin PPC64 indirect call target goes in X12, not R12. This fixes these by Chris Lattner · 16 years ago
  15. 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 · 16 years ago
  16. 68a0d09 make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.ll by Chris Lattner · 16 years ago
  17. 4c55c63 remove an extraneous (and ugly) default argument, thanks Duncan. by Chris Lattner · 16 years ago
  18. 7a0690d Fix RUN line. by Evan Cheng · 16 years ago
  19. 58d5e05 Fix some compilation errors on msvc: by Ted Kremenek · 16 years ago
  20. 3c4a262 And again. by Nick Lewycky · 16 years ago
  21. f336983 Braces belong here. No functionality change. by Nick Lewycky · 16 years ago
  22. e2dc21a Temporary XFAIL the test, until I'll commit a fix by Anton Korobeynikov · 16 years ago
  23. a66696e SCCP also needs to be taught to follow unwind_to by Nick Lewycky · 16 years ago
  24. 4468c1f fp_round's produced by getCopyFromParts should always be exact, because by Chris Lattner · 16 years ago
  25. f30e1cf teach X86InstrInfo::copyRegToReg how to copy into ST(0) from by Chris Lattner · 16 years ago
  26. 9143699 Don't eliminate blocks that are only reachable by unwind_to. by Nick Lewycky · 16 years ago
  27. 02b6d25 Add ScheduleDAG support for copytoreg where the src/dst register are by Chris Lattner · 16 years ago
  28. 5c92750 add some code to support cross-register class copying from by Chris Lattner · 16 years ago
  29. 76806b6 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  30. 90b347d rearrange some code, no functionality change. by Chris Lattner · 16 years ago
  31. d9c4c45 fix 80 col violation by Chris Lattner · 16 years ago
  32. 3f4cc31 Firstly, having a BranchInst isn't exclusive with having an unwind_to. by Nick Lewycky · 16 years ago
  33. 8dc023f claim ST(x) registers are 80 bits, which is true. This doesn't affect by Chris Lattner · 16 years ago
  34. d43d85c extend fp values with FP_EXTEND not FP_ROUND. by Chris Lattner · 16 years ago
  35. db96ae9 A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to by Nick Lewycky · 16 years ago
  36. 3b646de This patch cleans up the OCaml bindings so that they format nicely with by Gordon Henriksen · 16 years ago
  37. afb23f4 rename FP_SETRESULT -> FP_SET_ST0 by Chris Lattner · 16 years ago
  38. 6fa2f9c rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for by Chris Lattner · 16 years ago
  39. ce6e492 reduce this testcase more by Chris Lattner · 16 years ago
  40. 67f453a Finish implementing a readme entry: when inserting an i64 variable by Chris Lattner · 16 years ago
  41. 529de8a Update the block cloner which fixes bugpoint on code using unwind_to (phew!) by Nick Lewycky · 16 years ago
  42. 6af31aa Update the inliner and simplifycfg to handle unwind_to. by Nick Lewycky · 16 years ago
  43. c669422 Two things. Preserve the unwind_to when splitting a BB. by Nick Lewycky · 16 years ago
  44. c0d025f Prune the unwind_to labels on BBs that don't need them. Another step in the by Nick Lewycky · 16 years ago
  45. f68cbce add a note by Chris Lattner · 16 years ago
  46. 6209804 Implement a readme entry, compiling by Chris Lattner · 16 years ago
  47. 8aca4b1 upgrade this test by Chris Lattner · 16 years ago
  48. da8de31 make this test harder by Chris Lattner · 16 years ago
  49. f9d95c8 Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling by Chris Lattner · 16 years ago
  50. f3ba434 Teach SD some vector identities, allowing us to compile vec_set-9 into: by Chris Lattner · 16 years ago
  51. 19f7969 1) Improve comments. by Chris Lattner · 16 years ago
  52. c9517fb minor simplifications to this code, don't create a dead by Chris Lattner · 16 years ago
  53. b607f9c This one looks easy, add a note. by Chris Lattner · 16 years ago
  54. f658ad1 move these to the appropriate file by Chris Lattner · 16 years ago
  55. 6c36a0f Not all users of a BB are Instructions any more. by Nick Lewycky · 16 years ago
  56. 6456d86 Load the symbols first so that the interpreter constructor can find them when by Nick Lewycky · 16 years ago
  57. ebb8d7b much simpler test case by Andrew Lenharth · 16 years ago
  58. cdff0d6 Remove unused runPass methods. by Dan Gohman · 16 years ago
  59. 7f96f39 More ppc32 byval handling (bug fixes). Things are looking pretty good now. by Dale Johannesen · 16 years ago
  60. 27b7db5 Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} and prefetchnta instructions. by Evan Cheng · 16 years ago
  61. a2fcff4 Add support for calls with i128 return values on ppc64. by Dan Gohman · 16 years ago
  62. d93ae24 Something that kills a super-register also kills the sub-register. by Bill Wendling · 16 years ago
  63. a8de38f Fix a typo. It's causing consumer-typeset to miscompile. Perhaps more. by Evan Cheng · 16 years ago
  64. 4e35595 There is no killUse. by Dan Gohman · 16 years ago
  65. b009d22 add dropped section test case for PR2123 by Andrew Lenharth · 16 years ago
  66. c6791d9 Add new sretpromotion pass. by Devang Patel · 16 years ago
  67. 5f5bf3a PPC64 passes arguments of integral type in i64 registers, not i32. Reflect this by Bill Wendling · 16 years ago
  68. 9ed06db Add support for lowering 128-bit shifts on ppc64. by Dan Gohman · 16 years ago
  69. 8419dd6 Next bits of PPC byval handling. Basically functional but there are bugs. by Dale Johannesen · 16 years ago
  70. af8ee84 Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl). by Chris Lattner · 16 years ago
  71. 49bd37d Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to work by Chris Lattner · 16 years ago
  72. 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 · 16 years ago
  73. c77e4d1 only extract main if the user didn't specify anything to extract by Andrew Lenharth · 16 years ago
  74. 22a8a73 RetVal is not used when there are more then one return operands. by Devang Patel · 16 years ago
  75. 6a021a4 make error message reflect default search function name by Andrew Lenharth · 16 years ago
  76. 12a466b Update inliner to handle functions that return multiple values. by Devang Patel · 16 years ago
  77. 0fdaa0b fix 80 col violations by Chris Lattner · 16 years ago
  78. 160e08f Place for sret promotion tests. by Devang Patel · 16 years ago
  79. d245a8a add a pass that can extract all kinds of global values, not just functions. Update llvm-extract to use it and optionally extract a global variable if you want it too by Andrew Lenharth · 16 years ago
  80. bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 16 years ago
  81. 4b169cd Fix a typo. 'make clean' in bindings/ocaml would leave an output. by Gordon Henriksen · 16 years ago
  82. 75c7915 Clarify some important bits by Anton Korobeynikov · 16 years ago
  83. e20c814 Small cleanup: propagate thread-localness via generic routine. by Anton Korobeynikov · 16 years ago
  84. e707216 Regenerate. by Gordon Henriksen · 16 years ago
  85. 0ed86fe Prefer to use ocamlc.opt to ocamlc and soforth. by Gordon Henriksen · 16 years ago
  86. d110822 mark frem as expand for all legal fp types on x86, regardless of whether by Chris Lattner · 16 years ago
  87. 65bc122 Add testcase. by Bill Wendling · 16 years ago
  88. ed1fcd8 When setting the "unused" info, take into account something like this: by Bill Wendling · 16 years ago
  89. eb49c4e 80 col violation. by Evan Cheng · 16 years ago
  90. 2cf36e0 some more spelling changes by Gabor Greif · 16 years ago
  91. 29d8aa7 fix typos by Gabor Greif · 16 years ago
  92. 433f6f6 Constant fold SIGN_EXTEND_INREG with ashr not lshr. by Evan Cheng · 16 years ago
  93. 819a66c Exercise the new CFG change. by Nick Lewycky · 16 years ago
  94. cd943e4 Treat BBs that use BBs as proper predecessors and successors in the CFG. by Nick Lewycky · 16 years ago
  95. 64df3bc Commit the testcase too. by Nick Lewycky · 16 years ago
  96. c1a2a61 Don't try to simplify urem and srem using arithmetic rules that don't work by Nick Lewycky · 16 years ago
  97. 4cb8bd8 Refine Cell's i64 constant generation code to cover more constants where the by Scott Michel · 16 years ago
  98. 6ad150b gcc likes things spelled correctly by Andrew Lenharth · 16 years ago
  99. e0a6a3f Skip, for now, callsites where use of sret argument is not dominated by callsite. by Devang Patel · 16 years ago
  100. 1f797a3 Next bit of PPC ByVal handling; call-site code seems correct now. by Dale Johannesen · 16 years ago