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