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