1. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  2. 53bfebc Update for changes in the IR. The ConstantIntegral, ConstantBool, and by Reid Spencer · 18 years ago
  3. c78f337 Update for changes in the assembly syntax. bool is replaced with i1. by Reid Spencer · 18 years ago
  4. 5696622 Store default libgcc routine names and allow them to be redefined by target. by Evan Cheng · 18 years ago
  5. 28c5b15 If we know that it's a constant being casted, propagate through the cast by Nick Lewycky · 18 years ago
  6. c2a7d09 Clean up logic after ConstantBool removal. by Nick Lewycky · 18 years ago
  7. 36bcb82 Start using PMStack. Now each pass is responsibe for assinging by Devang Patel · 18 years ago
  8. 6cb4c1ad Don't remove the find_rule label from FLEX output. It is needed by some by Reid Spencer · 18 years ago
  9. 6b9420e Use getPassManagerType() instead of dynamic_cast. by Devang Patel · 18 years ago
  10. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  11. 34dceb4 Remove unnecessary boolean type check. by Zhou Sheng · 18 years ago
  12. 9c799ff Fixed a bug in ConstantInt::Inverted(). Modified comment of that method. by Zhou Sheng · 18 years ago
  13. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  14. 057809a Fixed indentation. by Zhou Sheng · 18 years ago
  15. 11b910c Shut up a warning about signed/unsigned. by Reid Spencer · 18 years ago
  16. 40beb40 Put in some needed \ at the end of lines!!! by Reid Spencer · 18 years ago
  17. ac618e6 simplify some logic further by Chris Lattner · 18 years ago
  18. 22379bc Recommit my previous patch with a bugfix: printInfoComment works on both by Chris Lattner · 18 years ago
  19. bc00fec Quiet compiler warning. The only reason the function is marked virtual by Nick Lewycky · 18 years ago
  20. 419c6f5 New predicate simplifier! by Nick Lewycky · 18 years ago
  21. 25919cb Add PassManagerType enum. by Devang Patel · 18 years ago
  22. 65de742 Avoid taking the address of a macro by checking to see if stdin is defined by Reid Spencer · 18 years ago
  23. 5305478 Implement better constant folding of unordered FCMP predicates. by Reid Spencer · 18 years ago
  24. 9714973 Robustify assingPassManager() for Module, Function and Basic Block Passes. by Devang Patel · 18 years ago
  25. 11f457a Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This is by Reid Spencer · 18 years ago
  26. 162b02e Back out the last patch which is a nightly test killer. The assertion by Reid Spencer · 18 years ago
  27. b2b442f Last refactoring before PR645: split up getSlot into getLocalSlot and getGlobalSlot. by Chris Lattner · 18 years ago
  28. 55e73a5 eliminate some iterator gymnastics. by Chris Lattner · 18 years ago
  29. 7679693 Change the file header name as this file was renamed. by Reid Spencer · 18 years ago
  30. 93a0962 Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp by Reid Spencer · 18 years ago
  31. 39ff1e2 Fix a bug in heap-sra that caused compilation failure of office-ispell. by Chris Lattner · 18 years ago
  32. 19b569f Explain that bitcast can only cast a pointer to another pointer. by Reid Spencer · 18 years ago
  33. 251f214 For PR1099: by Reid Spencer · 18 years ago
  34. cf8790a Inline insertValue into CreateModuleSlot/CreateFunctionSlot by Chris Lattner · 18 years ago
  35. 22990aa Remove a bunch of complex logic that is completely dead: duplicates can by Chris Lattner · 18 years ago
  36. 9446bbe Split CreateSlot into two versions, one for globals and one for function-local by Chris Lattner · 18 years ago
  37. 3a4621c Remove extraneous return value from insertValue and getOrCreateSlot. Since by Chris Lattner · 18 years ago
  38. 30f9e27f For PR1099: by Reid Spencer · 18 years ago
  39. a878bab Test case for PR1099. by Reid Spencer · 18 years ago
  40. d5ee896 Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clobbered. by Chandler Carruth · 18 years ago
  41. 857a35d Add PR number for future reference by Chris Lattner · 18 years ago
  42. fd84208 Fix test case. by Evan Cheng · 18 years ago
  43. 235b791 PR1085 is fixed now. by Reid Spencer · 18 years ago
  44. b17ef45 Added a test case from PR1075. by Evan Cheng · 18 years ago
  45. d7fbbb7 Undo xfail now scheduler deficiency has been fixed. by Evan Cheng · 18 years ago
  46. c8edc64 Naming consistency. by Evan Cheng · 18 years ago
  47. c62d4bb Fix for PR1075: bottom-up register-reduction scheduling actually increases register pressure. by Evan Cheng · 18 years ago
  48. ddae4bd Implement some trivial FP foldings when -enable-unsafe-fp-math is specified. by Chris Lattner · 18 years ago
  49. cc78156 new testcase by Chris Lattner · 18 years ago
  50. 6488a07 Need to handle static declarations properly. by Jim Laskey · 18 years ago
  51. dfc1299 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  52. 877e7ce Parameter attributes are part of a FunctionType and deserve to be factored by Reid Spencer · 18 years ago
  53. 5e85cd2 XFAIL this test until PR1085 mystery is resolved. by Reid Spencer · 18 years ago
  54. 09e6e43 Add PMStack, a Pass Manager stack. by Devang Patel · 18 years ago
  55. 2737610 Modules are consumed when they are merged together by Linker. by Devang Patel · 18 years ago
  56. 43f344a And asm writing for packed struct initializers by Andrew Lenharth · 18 years ago
  57. 1acc5a4 Make packed structs use packed initialiers for consistency by Andrew Lenharth · 18 years ago
  58. 41f8cb9 Packed structs use packed struct initializers by Andrew Lenharth · 18 years ago
  59. cfcbcdf testcase for PR1097 by Chris Lattner · 18 years ago
  60. abaa8ca Comparison of primitive type sizes should now be done in bits, not bytes. by Reid Spencer · 18 years ago
  61. ac8cdf7 For PR1097: by Reid Spencer · 18 years ago
  62. fbe7ae9 For PR1090: by Reid Spencer · 18 years ago
  63. b75137d Fully specify the type of the llvm.va* intrinsics. This helps resolve Pr1093 by Chris Lattner · 18 years ago
  64. c0974a1 fix atexit. This is an overcomplex way of calling exit, but it is required, by Chris Lattner · 18 years ago
  65. b801a27 Fix PR1090: by Reid Spencer · 18 years ago
  66. 40e274b Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 by Chandler Carruth · 18 years ago
  67. ca7ad89 Fix a bug in an assert that would never trigger. by Reid Spencer · 18 years ago
  68. bb7a624 Testing commit, and adding an entry to CREDITS.TXT by Chandler Carruth · 18 years ago
  69. e7ca042 Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits. by Reid Spencer · 18 years ago
  70. f1d2f96 llvm.isunordered.* are gone. by Reid Spencer · 18 years ago
  71. 3c62862 Types should be const. by Reid Spencer · 18 years ago
  72. 161a4c9 Redefinition of functions is no longer permitted. by Reid Spencer · 18 years ago
  73. 5c4a96d the old trace values pass has been removed, remove its runtime library. by Chris Lattner · 18 years ago
  74. ba8b327 this pass is unused by Chris Lattner · 18 years ago
  75. fd0cf61 remove an old instrumentation pass that is not used anymore. by Chris Lattner · 18 years ago
  76. 30ade26 llvm.isunordered is no longer alive. by Chris Lattner · 18 years ago
  77. f01da59 llvm 2.0 doesn't support llvm.isunordered.* by Chris Lattner · 18 years ago
  78. f1d71b5 relax type by Chris Lattner · 18 years ago
  79. a4810b5 remove support for llvm.isunordered by Chris Lattner · 18 years ago
  80. 257cbf7 remove llvm.isunordered by Chris Lattner · 18 years ago
  81. 2db43c8 relax type by Chris Lattner · 18 years ago
  82. b76efb7 Change the interface to Module::getOrInsertFunction to be easier to use,to resolve PR1088, and to help PR411. by Chris Lattner · 18 years ago
  83. 70d1305 Change the interface to Module::getOrInsertFunction to be easier to use, by Chris Lattner · 18 years ago
  84. 1296988 Regenerate. by Reid Spencer · 18 years ago
  85. e3671f9 Upgrade the llvm.isunordered intrinsics to "fcmp uno" instruction. by Reid Spencer · 18 years ago
  86. a121fdd prepare for adjustment to getOrInsertFunction method by Chris Lattner · 18 years ago
  87. 6a98754 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 18 years ago
  88. 52a457c relax type by Chris Lattner · 18 years ago
  89. febe5f1 relax some types by Chris Lattner · 18 years ago
  90. 35057c2 relax types by Chris Lattner · 18 years ago
  91. 9214196 relax some types by Chris Lattner · 18 years ago
  92. f3ccb69 remove support for old-style varargs upgrading by Chris Lattner · 18 years ago
  93. f74edf2 this is an overcomplex way to call exit :) by Chris Lattner · 18 years ago
  94. 32ff92d Add a test case for PR1086 by Reid Spencer · 18 years ago
  95. 0ae9693 For PR1086: by Reid Spencer · 18 years ago
  96. e0a9c9c Simplify the testcase by Chris Lattner · 18 years ago
  97. 8b0e360 Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a by Chris Lattner · 18 years ago
  98. b4b512b Testcase for PR1015 by Chris Lattner · 18 years ago
  99. f82188c cast of int to bool no longer does a compare, rendering this fixme obsolete by Chris Lattner · 18 years ago
  100. ee4f13a add -debug output for -indvars. by Chris Lattner · 18 years ago