1. dac58ad Make iostream #inclusion explicit by Chris Lattner · 18 years ago
  2. 7238210 Add explicit iostream #includes by Chris Lattner · 18 years ago
  3. e05cf71 Make this more efficient in the following ways: by Chris Lattner · 18 years ago
  4. e01a985 This header should not pull in <iostream> by Chris Lattner · 18 years ago
  5. e31a9cc add explicit #includes of iostream by Chris Lattner · 18 years ago
  6. 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 18 years ago
  7. 0f9f8c3 Several non-functionality changing changes: by Chris Lattner · 18 years ago
  8. 96f20d9 Visual Studio still has issues at being left out. by Jeff Cohen · 18 years ago
  9. ca5ca41 Visual Studio neurotic about inconsistent class/struct usage. by Jeff Cohen · 18 years ago
  10. a3818e6 Fix a bug in a recent refactor that caused a bunch of programs to miscompile by Chris Lattner · 18 years ago
  11. 19e5e14 by Duraid Madina · 18 years ago
  12. 348e93c Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll by Chris Lattner · 18 years ago
  13. 60dda07 new testcase that crashes llc for ppc by Chris Lattner · 18 years ago
  14. 86556a5 Rename fcmovae to fcmovnb and fcmova to fcmovnbe (following Intel manual). by Evan Cheng · 18 years ago
  15. a9c2091 Do some code refactoring on Jim's scheduler in preparation of the new list by Evan Cheng · 18 years ago
  16. bc1c215 trivial formatting improvement: don't insert extra blank lines between .comm by Chris Lattner · 18 years ago
  17. 63ae85f Simplify search for abbreviations. by Jim Laskey · 18 years ago
  18. 7368321 Correct some simple errors. by Jim Laskey · 18 years ago
  19. 4002017 Right size integer values before emitting. by Jim Laskey · 18 years ago
  20. b78e838 Make the C writer work with packed types. printContainedStructs is by Robert Bocchino · 18 years ago
  21. d18e289 Reworked how Dwarf debug info entries and abbreviations are handled. Added by Jim Laskey · 18 years ago
  22. bea9947 by Duraid Madina · 18 years ago
  23. 14d9b20 Simplify CWriter::printContainedStructs, also allowing it to work with by Chris Lattner · 18 years ago
  24. 1f16ff6 LowerReturn now doesn't have to handle f32 returns. by Chris Lattner · 18 years ago
  25. a68d204 remove some unintentionally committed code by Chris Lattner · 18 years ago
  26. 4eebb60 If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep by Chris Lattner · 18 years ago
  27. 7c2b7c7 Fixed InitializeMemory to handle ConstantPacked. by Robert Bocchino · 18 years ago
  28. f690bc8 Remove dead expression. by Chris Lattner · 18 years ago
  29. 75d3226 Don't use invalidated use_iterator's. This fixes a crash compiling povray by Chris Lattner · 18 years ago
  30. ecc1a1b by Duraid Madina · 18 years ago
  31. eca86da Update Windows version of config.h to note availability of floor/floorf/ceil/ceilf. by Jeff Cohen · 18 years ago
  32. a7fb5be by Duraid Madina · 18 years ago
  33. f20bf3e Add a test case for PR697, ensuring the linker works with ConstantPacked. by Reid Spencer · 18 years ago
  34. 98f5dab Stop doing that accidental commit. by Evan Cheng · 18 years ago
  35. 21d5443 A few more SH{L|R}D peepholes. by Evan Cheng · 18 years ago
  36. 52b8b59 Added a load folding bug test case. by Evan Cheng · 18 years ago
  37. 76356d9 Prevent folding of a node with multiple uses if the node already folds a load! by Evan Cheng · 18 years ago
  38. d900c6a ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to by Robert Bocchino · 18 years ago
  39. cce47fa Didn't mean to commit the last one. by Evan Cheng · 18 years ago
  40. 956044c Added i16 SH{L|R}D patterns. by Evan Cheng · 18 years ago
  41. a88eb92 add support for ConstantPacked to the linker by Chris Lattner · 18 years ago
  42. 485a350 Don't include generated lexer .cpp files. by Chris Lattner · 18 years ago
  43. 823b752 Bug fix. Flag operand number may be calculated incorrectly. by Evan Cheng · 18 years ago
  44. 3942447 typo by Andrew Lenharth · 18 years ago
  45. c6a335b nasty nasty patterns by Andrew Lenharth · 18 years ago
  46. 12f1bea by Duraid Madina · 18 years ago
  47. 95f59e1 by Duraid Madina · 18 years ago
  48. c5f2470 click click by Duraid Madina · 18 years ago
  49. 7419de8 Use pattern information to determine whether the use expects this by Evan Cheng · 18 years ago
  50. dc8d2ab Avoid generating a redundant setcc. by Evan Cheng · 18 years ago
  51. aa87e05 For PR696: by Reid Spencer · 18 years ago
  52. e7916e6 fix calls that return f32 by Duraid Madina · 18 years ago
  53. 3484a99 Make sure that libm is used during config tests so that ceil, floor, and by Reid Spencer · 18 years ago
  54. f4bb9b1 For PR696: Add checks for ceil, ceilf, floor, and floorf by Reid Spencer · 18 years ago
  55. bc528ef Implement casts.ll:test26: a cast from float -> double -> integer, doesn't by Chris Lattner · 18 years ago
  56. 6b8800d Add a new testcase for an eliminable cast by Chris Lattner · 18 years ago
  57. 46030a6 implement support for f32 arguments past the first 6 words by Chris Lattner · 18 years ago
  58. 25000bf This test passes now. by Reid Spencer · 18 years ago
  59. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 18 years ago
  60. e559184 Don't forget about casting the result of an upgraded call to an intrinsic by Reid Spencer · 18 years ago
  61. 0fc0ab7 1. Documentation upgrade. by Reid Spencer · 18 years ago
  62. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 18 years ago
  63. 41b6dc8 adc and sbb need an incoming flag to ensure it reads the carry flag by Evan Cheng · 18 years ago
  64. 8312ab5 make this work for Reid, who renamed his CVS module dir :) by Chris Lattner · 18 years ago
  65. 6446b7f new testcase the autoupgrader in the bc reader fails to handle by Chris Lattner · 18 years ago
  66. ff696cc Make get_suffix faster by using a switch on getTypeID rather than a series by Reid Spencer · 18 years ago
  67. 12f2274 Another typo by Evan Cheng · 18 years ago
  68. 3cda14f add a note by Chris Lattner · 18 years ago
  69. 68b951a Two peepholes: by Evan Cheng · 18 years ago
  70. b4ad33c Prevent unnecessary CopyToReg when the same HW register appears in two spots by Evan Cheng · 18 years ago
  71. d9c45e9 Didn't mean to check that in. by Evan Cheng · 18 years ago
  72. b7b5706 A obvious typo by Evan Cheng · 18 years ago
  73. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 18 years ago
  74. d615bd9 Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The by Reid Spencer · 18 years ago
  75. 4283ac7 Add a new interface function to AutoUpgrade for simultaneously upgrading by Reid Spencer · 18 years ago
  76. fd57ad7 Expand test to cover the non-overloaded variants of the arithmetic and by Reid Spencer · 18 years ago
  77. 727552b If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 18 years ago
  78. ee9e14c Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 18 years ago
  79. 8ff318b was ignoring the legalized chain in this case, fixed SPASS on alpha by Andrew Lenharth · 18 years ago
  80. 1cdd5c6 a reduced test case, the GlobalAddress is never legalized by Andrew Lenharth · 18 years ago
  81. a148d98 Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp by Nate Begeman · 18 years ago
  82. d12b2d7 Temporary work around for a libcall insertion bug: If a target doesn't by Chris Lattner · 18 years ago
  83. c4e8c9f Make sure that cloning a module clones its target triple and dependent by Chris Lattner · 18 years ago
  84. bc38dbf Don't assert on 'select_cc SETUO' by Chris Lattner · 18 years ago
  85. c16257f fix out of date comment by Chris Lattner · 18 years ago
  86. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 18 years ago
  87. 97f8f8d new testcase by Chris Lattner · 18 years ago
  88. 4090aee Fix a backwards conditional that caused an inf loop in some cases. This by Chris Lattner · 18 years ago
  89. a076787 this testcase sent the dag combiner spinning into an infinite loop by Chris Lattner · 18 years ago
  90. e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 18 years ago
  91. 99fa0a1 SRA shift amount must be in i8 by Evan Cheng · 18 years ago
  92. 68e5d08 If a call return type is i1, insert a truncate from X86::AL to i1. by Evan Cheng · 18 years ago
  93. 43da9c6 Fixed style of curly brace. No functionality changes. by John Criswell · 18 years ago
  94. 357c58e Fix lowering of calls which return f32 values. by Evan Cheng · 18 years ago
  95. 08878da Pastos. by Jim Laskey · 18 years ago
  96. 09fb7d4 fix a broken comment by Chris Lattner · 18 years ago
  97. 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 18 years ago
  98. f90a87a Test case for the insertelement operation. by Robert Bocchino · 18 years ago
  99. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 18 years ago
  100. 956fd72 Constant folding support for the insertelement operation. by Robert Bocchino · 18 years ago