1. 8ff318b was ignoring the legalized chain in this case, fixed SPASS on alpha by Andrew Lenharth · 20 years ago
  2. 1cdd5c6 a reduced test case, the GlobalAddress is never legalized by Andrew Lenharth · 20 years ago
  3. a148d98 Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp by Nate Begeman · 20 years ago
  4. d12b2d7 Temporary work around for a libcall insertion bug: If a target doesn't by Chris Lattner · 20 years ago
  5. c4e8c9f Make sure that cloning a module clones its target triple and dependent by Chris Lattner · 20 years ago
  6. bc38dbf Don't assert on 'select_cc SETUO' by Chris Lattner · 20 years ago
  7. c16257f fix out of date comment by Chris Lattner · 20 years ago
  8. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 20 years ago
  9. 97f8f8d new testcase by Chris Lattner · 20 years ago
  10. 4090aee Fix a backwards conditional that caused an inf loop in some cases. This by Chris Lattner · 20 years ago
  11. a076787 this testcase sent the dag combiner spinning into an infinite loop by Chris Lattner · 20 years ago
  12. e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 20 years ago
  13. 99fa0a1 SRA shift amount must be in i8 by Evan Cheng · 20 years ago
  14. 68e5d08 If a call return type is i1, insert a truncate from X86::AL to i1. by Evan Cheng · 20 years ago
  15. 43da9c6 Fixed style of curly brace. No functionality changes. by John Criswell · 20 years ago
  16. 357c58e Fix lowering of calls which return f32 values. by Evan Cheng · 20 years ago
  17. 08878da Pastos. by Jim Laskey · 20 years ago
  18. 09fb7d4 fix a broken comment by Chris Lattner · 20 years ago
  19. 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 20 years ago
  20. f90a87a Test case for the insertelement operation. by Robert Bocchino · 20 years ago
  21. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 20 years ago
  22. 956fd72 Constant folding support for the insertelement operation. by Robert Bocchino · 20 years ago
  23. 8fcf01e Lowerpacked and SCCP support for the insertelement operation. by Robert Bocchino · 20 years ago
  24. 4eb2e3a Support for the insertelement operation. by Robert Bocchino · 20 years ago
  25. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 20 years ago
  26. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 20 years ago
  27. f999344 Instruction and constant expression definitions for the insertelement operation. by Robert Bocchino · 20 years ago
  28. 433f8ac Bug fix: missing LegalizeOp() on newly created nodes. by Evan Cheng · 20 years ago
  29. 7715fba Suppress "no newline at end of file" warnings. by Evan Cheng · 20 years ago
  30. 0cbd242 Misc. errors. by Jim Laskey · 20 years ago
  31. f91e97a Clean up the FFS optimization code, and make it correctly create the appropriate by Chris Lattner · 20 years ago
  32. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 20 years ago
  33. 08a0464 Adding UniqueVector. by Jim Laskey · 20 years ago
  34. d788124 Regenerated the Lex and Yacc output files on Linux. It seems that our by John Criswell · 20 years ago
  35. e315002 Reduce memory consumption and force (somewhat) access to entries via ID. by Jim Laskey · 20 years ago
  36. 57c517d Emit a type matching check for ComplexPatterns. by Evan Cheng · 20 years ago
  37. e5d9343 Zero extending load from i1 to i8. by Evan Cheng · 20 years ago
  38. 478cc13 Ensure that the CFE always emits intrinsics in their unsigned version, not with signed operands by Chris Lattner · 20 years ago
  39. e636290 Visual Studio still has issues with being left out. by Jeff Cohen · 20 years ago
  40. a261093 oops, this shouldn't have gotten in by Duraid Madina · 20 years ago
  41. 6892f28 SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom by Evan Cheng · 20 years ago
  42. 362071d by Duraid Madina · 20 years ago
  43. ae6dcdd by Duraid Madina · 20 years ago
  44. 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 20 years ago
  45. 2059f88 Added a FIXME comment about why FST is currently flagged to fpGETRESULT. by Evan Cheng · 20 years ago
  46. 4e49378 Yet another getTargetNode() variant. I promise one of these days I'll fix by Evan Cheng · 20 years ago
  47. 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 20 years ago
  48. 42ef0bc Bug fixes: fpGETRESULT should produces a flag result and X86ISD::FST should by Evan Cheng · 20 years ago
  49. 67218e9 Redundant inline keyword. by Jim Laskey · 20 years ago
  50. 54c3319 UniqueVector template provides a means of enumerating objects uniquely. by Jim Laskey · 20 years ago
  51. b5d0b0b More typo's by Evan Cheng · 20 years ago
  52. 8a3f4c7 Some typo's by Evan Cheng · 20 years ago
  53. ec6cb61 like bswap, the ct* intrinsics require unsigned operands by Chris Lattner · 20 years ago
  54. 8a886be Consistency by Chris Lattner · 20 years ago
  55. 6e707fb fix short immediate loads by Andrew Lenharth · 20 years ago
  56. 097c6e1 this is fixed by Andrew Lenharth · 20 years ago
  57. 739027e stack and rpcc by Andrew Lenharth · 20 years ago
  58. 0cc3945 Fix FP_TO_INT**_IN_MEM lowering. by Evan Cheng · 20 years ago
  59. 7c89855 There is no llvm.bswap.i8, need at least 2 bytes to swap. by Reid Spencer · 20 years ago
  60. 0b11820 For PR411: by Reid Spencer · 20 years ago
  61. e86bf51 For PR411: by Reid Spencer · 20 years ago
  62. 84a0605 Friendly names by Andrew Lenharth · 20 years ago
  63. 72223ee fix a crash due to missing parens by Chris Lattner · 20 years ago
  64. 98fbc2f add notes from my *other* email acct. by Chris Lattner · 20 years ago
  65. 1db4b4f transfer some notes from my email to somewhere useful. by Chris Lattner · 20 years ago
  66. 84b26b6 Fix these testcases :( by Chris Lattner · 20 years ago
  67. b5f6e25 Add a couple very minor tweaks by Chris Lattner · 20 years ago
  68. 76bb6ae by Duraid Madina · 20 years ago
  69. 1b5db7a Constant fold ctpop/ctlz/cttz, and a couple other small cleanups by Nate Begeman · 20 years ago
  70. c02d98e Expand case for 64b Legalize, even though no one should end up using this by Nate Begeman · 20 years ago
  71. e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 20 years ago
  72. 099d76c Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new by Nate Begeman · 20 years ago
  73. 0c81dc8 by Duraid Madina · 20 years ago
  74. 99cf509 Silly Sparc is big endian. If we have to load args out of incoming stack slots by Chris Lattner · 20 years ago
  75. bf2d595 This pass has been removed. by Chris Lattner · 20 years ago
  76. 57a47d6 This pass has never worked correctly. Remove. by Chris Lattner · 20 years ago
  77. 85db136 Remove a never-working pass by Chris Lattner · 20 years ago
  78. 15dd16e PRE is no more by Chris Lattner · 20 years ago
  79. f7511b4 Make sure that bool,byte and short arguments are the right type when loaded by Chris Lattner · 20 years ago
  80. e2ba1b3 Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier by Chris Lattner · 20 years ago
  81. 801af73 Initialize DFSnum's to -1, in case a node is not reachable. by Chris Lattner · 20 years ago
  82. d2da286 add an assert, patch by Daniel Berlin by Chris Lattner · 20 years ago
  83. 05ccd70 Added spec for insertelement operation. by Robert Bocchino · 20 years ago
  84. 14c02b7 ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use by Chris Lattner · 20 years ago
  85. 7f9975a Disable a broken optimization by Chris Lattner · 20 years ago
  86. bf40c4b Disable two transformations that contribute to bus errors on SparcV8. by Chris Lattner · 20 years ago
  87. cf74a7c Added patterns for 8-bit multiply by Evan Cheng · 20 years ago
  88. 37e9005 Type inferencing bug by Evan Cheng · 20 years ago
  89. 2e0348e by Duraid Madina · 20 years ago
  90. 4fca017 Don't print a label for the first MBB in a function. by Chris Lattner · 20 years ago
  91. b22c08b Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. by Chris Lattner · 20 years ago
  92. e112552 Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code. by Chris Lattner · 20 years ago
  93. 934ea49 Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksave/stackrestore. by Chris Lattner · 20 years ago
  94. 903d278 Allow the target to specify 'expand' if they just require the amount to by Chris Lattner · 20 years ago
  95. bce8887 Implement DYNAMIC_STACKALLOC for V8 by Chris Lattner · 20 years ago
  96. 5f65229 Fix custom lowering of dynamic_stackalloc by Chris Lattner · 20 years ago
  97. 3776fea add a missing break that Reid noticed. by Chris Lattner · 20 years ago
  98. cc0aad2 add a missing node name by Chris Lattner · 20 years ago
  99. 7c41907 reorder passes by Chris Lattner · 20 years ago
  100. c0ab522 Token chain results are not always the first or last result. Consider copyfromreg nodes, where they are the middle result (the flag result is last) by Chris Lattner · 20 years ago