1. 46030a6 implement support for f32 arguments past the first 6 words by Chris Lattner · 19 years ago
  2. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 19 years ago
  3. e559184 Don't forget about casting the result of an upgraded call to an intrinsic by Reid Spencer · 19 years ago
  4. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 19 years ago
  5. 41b6dc8 adc and sbb need an incoming flag to ensure it reads the carry flag by Evan Cheng · 19 years ago
  6. ff696cc Make get_suffix faster by using a switch on getTypeID rather than a series by Reid Spencer · 19 years ago
  7. 12f2274 Another typo by Evan Cheng · 19 years ago
  8. 3cda14f add a note by Chris Lattner · 19 years ago
  9. 68b951a Two peepholes: by Evan Cheng · 19 years ago
  10. d9c45e9 Didn't mean to check that in. by Evan Cheng · 19 years ago
  11. b7b5706 A obvious typo by Evan Cheng · 19 years ago
  12. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 19 years ago
  13. d615bd9 Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The by Reid Spencer · 19 years ago
  14. 4283ac7 Add a new interface function to AutoUpgrade for simultaneously upgrading by Reid Spencer · 19 years ago
  15. 727552b If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 19 years ago
  16. ee9e14c Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 19 years ago
  17. 8ff318b was ignoring the legalized chain in this case, fixed SPASS on alpha by Andrew Lenharth · 19 years ago
  18. a148d98 Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp by Nate Begeman · 19 years ago
  19. d12b2d7 Temporary work around for a libcall insertion bug: If a target doesn't by Chris Lattner · 19 years ago
  20. c4e8c9f Make sure that cloning a module clones its target triple and dependent by Chris Lattner · 19 years ago
  21. bc38dbf Don't assert on 'select_cc SETUO' by Chris Lattner · 19 years ago
  22. c16257f fix out of date comment by Chris Lattner · 19 years ago
  23. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 19 years ago
  24. 4090aee Fix a backwards conditional that caused an inf loop in some cases. This by Chris Lattner · 19 years ago
  25. e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 19 years ago
  26. 99fa0a1 SRA shift amount must be in i8 by Evan Cheng · 19 years ago
  27. 68e5d08 If a call return type is i1, insert a truncate from X86::AL to i1. by Evan Cheng · 19 years ago
  28. 43da9c6 Fixed style of curly brace. No functionality changes. by John Criswell · 19 years ago
  29. 357c58e Fix lowering of calls which return f32 values. by Evan Cheng · 19 years ago
  30. 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 19 years ago
  31. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  32. 956fd72 Constant folding support for the insertelement operation. by Robert Bocchino · 19 years ago
  33. 8fcf01e Lowerpacked and SCCP support for the insertelement operation. by Robert Bocchino · 19 years ago
  34. 4eb2e3a Support for the insertelement operation. by Robert Bocchino · 19 years ago
  35. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 19 years ago
  36. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 19 years ago
  37. 433f8ac Bug fix: missing LegalizeOp() on newly created nodes. by Evan Cheng · 19 years ago
  38. f91e97a Clean up the FFS optimization code, and make it correctly create the appropriate by Chris Lattner · 19 years ago
  39. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 19 years ago
  40. e5d9343 Zero extending load from i1 to i8. by Evan Cheng · 19 years ago
  41. a261093 oops, this shouldn't have gotten in by Duraid Madina · 19 years ago
  42. 6892f28 SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom by Evan Cheng · 19 years ago
  43. 362071d by Duraid Madina · 19 years ago
  44. ae6dcdd by Duraid Madina · 19 years ago
  45. 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 19 years ago
  46. 2059f88 Added a FIXME comment about why FST is currently flagged to fpGETRESULT. by Evan Cheng · 19 years ago
  47. 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 19 years ago
  48. 42ef0bc Bug fixes: fpGETRESULT should produces a flag result and X86ISD::FST should by Evan Cheng · 19 years ago
  49. b5d0b0b More typo's by Evan Cheng · 19 years ago
  50. 8a3f4c7 Some typo's by Evan Cheng · 19 years ago
  51. 6e707fb fix short immediate loads by Andrew Lenharth · 19 years ago
  52. 739027e stack and rpcc by Andrew Lenharth · 19 years ago
  53. 0cc3945 Fix FP_TO_INT**_IN_MEM lowering. by Evan Cheng · 19 years ago
  54. 0b11820 For PR411: by Reid Spencer · 19 years ago
  55. e86bf51 For PR411: by Reid Spencer · 19 years ago
  56. 84a0605 Friendly names by Andrew Lenharth · 19 years ago
  57. 72223ee fix a crash due to missing parens by Chris Lattner · 19 years ago
  58. 98fbc2f add notes from my *other* email acct. by Chris Lattner · 19 years ago
  59. 1db4b4f transfer some notes from my email to somewhere useful. by Chris Lattner · 19 years ago
  60. 76bb6ae by Duraid Madina · 19 years ago
  61. 1b5db7a Constant fold ctpop/ctlz/cttz, and a couple other small cleanups by Nate Begeman · 19 years ago
  62. c02d98e Expand case for 64b Legalize, even though no one should end up using this by Nate Begeman · 19 years ago
  63. e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 19 years ago
  64. 0c81dc8 by Duraid Madina · 19 years ago
  65. 99cf509 Silly Sparc is big endian. If we have to load args out of incoming stack slots by Chris Lattner · 19 years ago
  66. 57a47d6 This pass has never worked correctly. Remove. by Chris Lattner · 19 years ago
  67. f7511b4 Make sure that bool,byte and short arguments are the right type when loaded by Chris Lattner · 19 years ago
  68. e2ba1b3 Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier by Chris Lattner · 19 years ago
  69. 14c02b7 ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use by Chris Lattner · 19 years ago
  70. 7f9975a Disable a broken optimization by Chris Lattner · 19 years ago
  71. bf40c4b Disable two transformations that contribute to bus errors on SparcV8. by Chris Lattner · 19 years ago
  72. cf74a7c Added patterns for 8-bit multiply by Evan Cheng · 19 years ago
  73. 2e0348e by Duraid Madina · 19 years ago
  74. 4fca017 Don't print a label for the first MBB in a function. by Chris Lattner · 19 years ago
  75. b22c08b Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. by Chris Lattner · 19 years ago
  76. e112552 Use the default lowering of ISD::DYNAMIC_STACKALLOC, delete now dead code. by Chris Lattner · 19 years ago
  77. 934ea49 Have legalize take care of DYNAMIC_STACKALLOC for us, implement llvm.stacksave/stackrestore. by Chris Lattner · 19 years ago
  78. 903d278 Allow the target to specify 'expand' if they just require the amount to by Chris Lattner · 19 years ago
  79. bce8887 Implement DYNAMIC_STACKALLOC for V8 by Chris Lattner · 19 years ago
  80. 5f65229 Fix custom lowering of dynamic_stackalloc by Chris Lattner · 19 years ago
  81. 3776fea add a missing break that Reid noticed. by Chris Lattner · 19 years ago
  82. cc0aad2 add a missing node name by Chris Lattner · 19 years ago
  83. 7c41907 reorder passes by Chris Lattner · 19 years ago
  84. 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
  85. bc0f460 Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums are. by Chris Lattner · 19 years ago
  86. 25abb1d Change ET-Forest to automatically recalculate its DFSnum's if too many slow by Chris Lattner · 19 years ago
  87. b47fad9 silence a warning by Chris Lattner · 19 years ago
  88. 432a205 Let the inliner update the callgraph to reflect the changes it makes, instead by Chris Lattner · 19 years ago
  89. 468fb1d Teach the inliner to update the CallGraph itself, and have it add edges to by Chris Lattner · 19 years ago
  90. c54b1c1 Add a new CallGraph::getOrInsertFunction for clients to use when updating by Chris Lattner · 19 years ago
  91. 516a74c FunctionPass's cannot do IPO things. by Chris Lattner · 19 years ago
  92. 1694ec6 add a dump method to CallGraph by Chris Lattner · 19 years ago
  93. 3a04ffb Remove some duplicated code by Nate Begeman · 19 years ago
  94. d88fc03 bswap implementation by Nate Begeman · 19 years ago
  95. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  96. 6283760 Remove some redundant stuff out of the readme. by Nate Begeman · 19 years ago
  97. e3703d4 A typo. by Evan Cheng · 19 years ago
  98. 8dff24f Implement a new InvalidateStructLayoutInfo method and add some comments by Chris Lattner · 19 years ago
  99. 1d7456d Added instcombine support for extractelement. by Robert Bocchino · 19 years ago
  100. b841433 Add truncstore i1 patterns. by Evan Cheng · 19 years ago