1. aa87e05 For PR696: by Reid Spencer · 19 years ago
  2. e7916e6 fix calls that return f32 by Duraid Madina · 19 years ago
  3. 3484a99 Make sure that libm is used during config tests so that ceil, floor, and by Reid Spencer · 19 years ago
  4. f4bb9b1 For PR696: Add checks for ceil, ceilf, floor, and floorf by Reid Spencer · 19 years ago
  5. bc528ef Implement casts.ll:test26: a cast from float -> double -> integer, doesn't by Chris Lattner · 19 years ago
  6. 6b8800d Add a new testcase for an eliminable cast by Chris Lattner · 19 years ago
  7. 46030a6 implement support for f32 arguments past the first 6 words by Chris Lattner · 19 years ago
  8. 25000bf This test passes now. by Reid Spencer · 19 years ago
  9. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 19 years ago
  10. e559184 Don't forget about casting the result of an upgraded call to an intrinsic by Reid Spencer · 19 years ago
  11. 0fc0ab7 1. Documentation upgrade. by Reid Spencer · 19 years ago
  12. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 19 years ago
  13. 41b6dc8 adc and sbb need an incoming flag to ensure it reads the carry flag by Evan Cheng · 19 years ago
  14. 8312ab5 make this work for Reid, who renamed his CVS module dir :) by Chris Lattner · 19 years ago
  15. 6446b7f new testcase the autoupgrader in the bc reader fails to handle by Chris Lattner · 19 years ago
  16. ff696cc Make get_suffix faster by using a switch on getTypeID rather than a series by Reid Spencer · 19 years ago
  17. 12f2274 Another typo by Evan Cheng · 19 years ago
  18. 3cda14f add a note by Chris Lattner · 19 years ago
  19. 68b951a Two peepholes: by Evan Cheng · 19 years ago
  20. b4ad33c Prevent unnecessary CopyToReg when the same HW register appears in two spots by Evan Cheng · 19 years ago
  21. d9c45e9 Didn't mean to check that in. by Evan Cheng · 19 years ago
  22. b7b5706 A obvious typo by Evan Cheng · 19 years ago
  23. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 19 years ago
  24. d615bd9 Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The by Reid Spencer · 19 years ago
  25. 4283ac7 Add a new interface function to AutoUpgrade for simultaneously upgrading by Reid Spencer · 19 years ago
  26. fd57ad7 Expand test to cover the non-overloaded variants of the arithmetic and by Reid Spencer · 19 years ago
  27. 727552b If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 19 years ago
  28. ee9e14c Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 19 years ago
  29. 8ff318b was ignoring the legalized chain in this case, fixed SPASS on alpha by Andrew Lenharth · 19 years ago
  30. 1cdd5c6 a reduced test case, the GlobalAddress is never legalized by Andrew Lenharth · 19 years ago
  31. a148d98 Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp by Nate Begeman · 19 years ago
  32. d12b2d7 Temporary work around for a libcall insertion bug: If a target doesn't by Chris Lattner · 19 years ago
  33. c4e8c9f Make sure that cloning a module clones its target triple and dependent by Chris Lattner · 19 years ago
  34. bc38dbf Don't assert on 'select_cc SETUO' by Chris Lattner · 19 years ago
  35. c16257f fix out of date comment by Chris Lattner · 19 years ago
  36. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 19 years ago
  37. 97f8f8d new testcase by Chris Lattner · 19 years ago
  38. 4090aee Fix a backwards conditional that caused an inf loop in some cases. This by Chris Lattner · 19 years ago
  39. a076787 this testcase sent the dag combiner spinning into an infinite loop by Chris Lattner · 19 years ago
  40. e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 19 years ago
  41. 99fa0a1 SRA shift amount must be in i8 by Evan Cheng · 19 years ago
  42. 68e5d08 If a call return type is i1, insert a truncate from X86::AL to i1. by Evan Cheng · 19 years ago
  43. 43da9c6 Fixed style of curly brace. No functionality changes. by John Criswell · 19 years ago
  44. 357c58e Fix lowering of calls which return f32 values. by Evan Cheng · 19 years ago
  45. 08878da Pastos. by Jim Laskey · 19 years ago
  46. 09fb7d4 fix a broken comment by Chris Lattner · 19 years ago
  47. 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 19 years ago
  48. f90a87a Test case for the insertelement operation. by Robert Bocchino · 19 years ago
  49. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  50. 956fd72 Constant folding support for the insertelement operation. by Robert Bocchino · 19 years ago
  51. 8fcf01e Lowerpacked and SCCP support for the insertelement operation. by Robert Bocchino · 19 years ago
  52. 4eb2e3a Support for the insertelement operation. by Robert Bocchino · 19 years ago
  53. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 19 years ago
  54. 2def1b3 Lexer and parser support for the insertelement operation. by Robert Bocchino · 19 years ago
  55. f999344 Instruction and constant expression definitions for the insertelement operation. by Robert Bocchino · 19 years ago
  56. 433f8ac Bug fix: missing LegalizeOp() on newly created nodes. by Evan Cheng · 19 years ago
  57. 7715fba Suppress "no newline at end of file" warnings. by Evan Cheng · 19 years ago
  58. 0cbd242 Misc. errors. by Jim Laskey · 19 years ago
  59. f91e97a Clean up the FFS optimization code, and make it correctly create the appropriate by Chris Lattner · 19 years ago
  60. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 19 years ago
  61. 08a0464 Adding UniqueVector. by Jim Laskey · 19 years ago
  62. d788124 Regenerated the Lex and Yacc output files on Linux. It seems that our by John Criswell · 19 years ago
  63. e315002 Reduce memory consumption and force (somewhat) access to entries via ID. by Jim Laskey · 19 years ago
  64. 57c517d Emit a type matching check for ComplexPatterns. by Evan Cheng · 19 years ago
  65. e5d9343 Zero extending load from i1 to i8. by Evan Cheng · 19 years ago
  66. 478cc13 Ensure that the CFE always emits intrinsics in their unsigned version, not with signed operands by Chris Lattner · 19 years ago
  67. e636290 Visual Studio still has issues with being left out. by Jeff Cohen · 19 years ago
  68. a261093 oops, this shouldn't have gotten in by Duraid Madina · 19 years ago
  69. 6892f28 SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom by Evan Cheng · 19 years ago
  70. 362071d by Duraid Madina · 19 years ago
  71. ae6dcdd by Duraid Madina · 19 years ago
  72. 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 19 years ago
  73. 2059f88 Added a FIXME comment about why FST is currently flagged to fpGETRESULT. by Evan Cheng · 19 years ago
  74. 4e49378 Yet another getTargetNode() variant. I promise one of these days I'll fix by Evan Cheng · 19 years ago
  75. 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 19 years ago
  76. 42ef0bc Bug fixes: fpGETRESULT should produces a flag result and X86ISD::FST should by Evan Cheng · 19 years ago
  77. 67218e9 Redundant inline keyword. by Jim Laskey · 19 years ago
  78. 54c3319 UniqueVector template provides a means of enumerating objects uniquely. by Jim Laskey · 19 years ago
  79. b5d0b0b More typo's by Evan Cheng · 19 years ago
  80. 8a3f4c7 Some typo's by Evan Cheng · 19 years ago
  81. ec6cb61 like bswap, the ct* intrinsics require unsigned operands by Chris Lattner · 19 years ago
  82. 8a886be Consistency by Chris Lattner · 19 years ago
  83. 6e707fb fix short immediate loads by Andrew Lenharth · 19 years ago
  84. 097c6e1 this is fixed by Andrew Lenharth · 19 years ago
  85. 739027e stack and rpcc by Andrew Lenharth · 19 years ago
  86. 0cc3945 Fix FP_TO_INT**_IN_MEM lowering. by Evan Cheng · 19 years ago
  87. 7c89855 There is no llvm.bswap.i8, need at least 2 bytes to swap. by Reid Spencer · 19 years ago
  88. 0b11820 For PR411: by Reid Spencer · 19 years ago
  89. e86bf51 For PR411: by Reid Spencer · 19 years ago
  90. 84a0605 Friendly names by Andrew Lenharth · 19 years ago
  91. 72223ee fix a crash due to missing parens by Chris Lattner · 19 years ago
  92. 98fbc2f add notes from my *other* email acct. by Chris Lattner · 19 years ago
  93. 1db4b4f transfer some notes from my email to somewhere useful. by Chris Lattner · 19 years ago
  94. 84b26b6 Fix these testcases :( by Chris Lattner · 19 years ago
  95. b5f6e25 Add a couple very minor tweaks by Chris Lattner · 19 years ago
  96. 76bb6ae by Duraid Madina · 19 years ago
  97. 1b5db7a Constant fold ctpop/ctlz/cttz, and a couple other small cleanups by Nate Begeman · 19 years ago
  98. c02d98e Expand case for 64b Legalize, even though no one should end up using this by Nate Begeman · 19 years ago
  99. e598181 Add BSWAP stuff to intrinsic lowering for CBE & friends. by Nate Begeman · 19 years ago
  100. 099d76c Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new by Nate Begeman · 19 years ago