1. 8fcf01e Lowerpacked and SCCP support for the insertelement operation. by Robert Bocchino · 19 years ago
  2. 4eb2e3a Support for the insertelement operation. by Robert Bocchino · 19 years ago
  3. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 19 years ago
  4. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 19 years ago
  5. f999344 Instruction and constant expression definitions for the insertelement operation. by Robert Bocchino · 19 years ago
  6. 433f8ac Bug fix: missing LegalizeOp() on newly created nodes. by Evan Cheng · 19 years ago
  7. 7715fba Suppress "no newline at end of file" warnings. by Evan Cheng · 19 years ago
  8. 0cbd242 Misc. errors. by Jim Laskey · 19 years ago
  9. f91e97a Clean up the FFS optimization code, and make it correctly create the appropriate by Chris Lattner · 19 years ago
  10. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 19 years ago
  11. 08a0464 Adding UniqueVector. by Jim Laskey · 19 years ago
  12. d788124 Regenerated the Lex and Yacc output files on Linux. It seems that our by John Criswell · 19 years ago
  13. e315002 Reduce memory consumption and force (somewhat) access to entries via ID. by Jim Laskey · 19 years ago
  14. 57c517d Emit a type matching check for ComplexPatterns. by Evan Cheng · 19 years ago
  15. e5d9343 Zero extending load from i1 to i8. by Evan Cheng · 19 years ago
  16. 478cc13 Ensure that the CFE always emits intrinsics in their unsigned version, not with signed operands by Chris Lattner · 19 years ago
  17. e636290 Visual Studio still has issues with being left out. by Jeff Cohen · 19 years ago
  18. a261093 oops, this shouldn't have gotten in by Duraid Madina · 19 years ago
  19. 6892f28 SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom by Evan Cheng · 19 years ago
  20. 362071d by Duraid Madina · 19 years ago
  21. ae6dcdd by Duraid Madina · 19 years ago
  22. 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 19 years ago
  23. 2059f88 Added a FIXME comment about why FST is currently flagged to fpGETRESULT. by Evan Cheng · 19 years ago
  24. 4e49378 Yet another getTargetNode() variant. I promise one of these days I'll fix by Evan Cheng · 19 years ago
  25. 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 19 years ago
  26. 42ef0bc Bug fixes: fpGETRESULT should produces a flag result and X86ISD::FST should by Evan Cheng · 19 years ago
  27. 67218e9 Redundant inline keyword. by Jim Laskey · 19 years ago
  28. 54c3319 UniqueVector template provides a means of enumerating objects uniquely. by Jim Laskey · 19 years ago
  29. b5d0b0b More typo's by Evan Cheng · 19 years ago
  30. 8a3f4c7 Some typo's by Evan Cheng · 19 years ago
  31. ec6cb61 like bswap, the ct* intrinsics require unsigned operands by Chris Lattner · 19 years ago
  32. 8a886be Consistency by Chris Lattner · 19 years ago
  33. 6e707fb fix short immediate loads by Andrew Lenharth · 19 years ago
  34. 097c6e1 this is fixed by Andrew Lenharth · 19 years ago
  35. 739027e stack and rpcc by Andrew Lenharth · 19 years ago
  36. 0cc3945 Fix FP_TO_INT**_IN_MEM lowering. by Evan Cheng · 19 years ago
  37. 7c89855 There is no llvm.bswap.i8, need at least 2 bytes to swap. by Reid Spencer · 19 years ago
  38. 0b11820 For PR411: by Reid Spencer · 19 years ago
  39. e86bf51 For PR411: by Reid Spencer · 19 years ago
  40. 84a0605 Friendly names by Andrew Lenharth · 19 years ago
  41. 72223ee fix a crash due to missing parens by Chris Lattner · 19 years ago
  42. 98fbc2f add notes from my *other* email acct. by Chris Lattner · 19 years ago
  43. 1db4b4f transfer some notes from my email to somewhere useful. by Chris Lattner · 19 years ago
  44. 84b26b6 Fix these testcases :( by Chris Lattner · 19 years ago
  45. b5f6e25 Add a couple very minor tweaks by Chris Lattner · 19 years ago
  46. 76bb6ae by Duraid Madina · 19 years ago
  47. 1b5db7a Constant fold ctpop/ctlz/cttz, and a couple other small cleanups by Nate Begeman · 19 years ago
  48. c02d98e Expand case for 64b Legalize, even though no one should end up using this by Nate Begeman · 19 years ago
  49. e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 19 years ago
  50. 099d76c Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new by Nate Begeman · 19 years ago
  51. 0c81dc8 by Duraid Madina · 19 years ago
  52. 99cf509 Silly Sparc is big endian. If we have to load args out of incoming stack slots by Chris Lattner · 19 years ago
  53. bf2d595 This pass has been removed. by Chris Lattner · 19 years ago
  54. 57a47d6 This pass has never worked correctly. Remove. by Chris Lattner · 19 years ago
  55. 85db136 Remove a never-working pass by Chris Lattner · 19 years ago
  56. 15dd16e PRE is no more by Chris Lattner · 19 years ago
  57. f7511b4 Make sure that bool,byte and short arguments are the right type when loaded by Chris Lattner · 19 years ago
  58. e2ba1b3 Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier by Chris Lattner · 19 years ago
  59. 801af73 Initialize DFSnum's to -1, in case a node is not reachable. by Chris Lattner · 19 years ago
  60. d2da286 add an assert, patch by Daniel Berlin by Chris Lattner · 19 years ago
  61. 05ccd70 Added spec for insertelement operation. by Robert Bocchino · 19 years ago
  62. 14c02b7 ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use by Chris Lattner · 19 years ago
  63. 7f9975a Disable a broken optimization by Chris Lattner · 19 years ago
  64. bf40c4b Disable two transformations that contribute to bus errors on SparcV8. by Chris Lattner · 19 years ago
  65. cf74a7c Added patterns for 8-bit multiply by Evan Cheng · 19 years ago
  66. 37e9005 Type inferencing bug by Evan Cheng · 19 years ago
  67. 2e0348e by Duraid Madina · 19 years ago
  68. 4fca017 Don't print a label for the first MBB in a function. by Chris Lattner · 19 years ago
  69. b22c08b Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. by Chris Lattner · 19 years ago
  70. e112552 Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code. by Chris Lattner · 19 years ago
  71. 934ea49 Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksave/stackrestore. by Chris Lattner · 19 years ago
  72. 903d278 Allow the target to specify 'expand' if they just require the amount to by Chris Lattner · 19 years ago
  73. bce8887 Implement DYNAMIC_STACKALLOC for V8 by Chris Lattner · 19 years ago
  74. 5f65229 Fix custom lowering of dynamic_stackalloc by Chris Lattner · 19 years ago
  75. 3776fea add a missing break that Reid noticed. by Chris Lattner · 19 years ago
  76. cc0aad2 add a missing node name by Chris Lattner · 19 years ago
  77. 7c41907 reorder passes by Chris Lattner · 19 years ago
  78. 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 · 19 years ago
  79. bc0f460 Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums are. by Chris Lattner · 19 years ago
  80. 25abb1d Change ET-Forest to automatically recalculate its DFSnum's if too many slow by Chris Lattner · 19 years ago
  81. b47fad9 silence a warning by Chris Lattner · 19 years ago
  82. 432a205 Let the inliner update the callgraph to reflect the changes it makes, instead by Chris Lattner · 19 years ago
  83. 468fb1d Teach the inliner to update the CallGraph itself, and have it add edges to by Chris Lattner · 19 years ago
  84. 426b245 New testcase for a regression last night: the -inline pass wasn't updating by Chris Lattner · 19 years ago
  85. 4c2881e Teach inline function how to update the callgraph when it makes changes. by Chris Lattner · 19 years ago
  86. c54b1c1 Add a new CallGraph::getOrInsertFunction for clients to use when updating by Chris Lattner · 19 years ago
  87. 56151da Add CallGraph::getOrInsertFunction, to allow clients to update the callgraph by Chris Lattner · 19 years ago
  88. 516a74c FunctionPass's cannot do IPO things. by Chris Lattner · 19 years ago
  89. 1694ec6 add a dump method to CallGraph by Chris Lattner · 19 years ago
  90. 3a04ffb Remove some duplicated code by Nate Begeman · 19 years ago
  91. d88fc03 bswap implementation by Nate Begeman · 19 years ago
  92. b69c190 Fix generous source of VC++ truncation warnings. by Jeff Cohen · 19 years ago
  93. 2f86c22 Fix the instructions for adding an intrinsic. by Nate Begeman · 19 years ago
  94. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  95. 6283760 Remove some redundant stuff out of the readme. by Nate Begeman · 19 years ago
  96. e3703d4 A typo. by Evan Cheng · 19 years ago
  97. 088a84e by Jim Laskey · 19 years ago
  98. 8dff24f Implement a new InvalidateStructLayoutInfo method and add some comments by Chris Lattner · 19 years ago
  99. 2790383 Add a new InvalidateStructLayoutInfo method and some comments. by Chris Lattner · 19 years ago
  100. 7e36c47 Make the bswap documentation more to sabre's liking! by Nate Begeman · 19 years ago