1. cf130b3 remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. by Chris Lattner · 18 years ago
  2. 70d8d12 Now that setcondinst has been eliminated, we can mark Value::SubclassID by Chris Lattner · 18 years ago
  3. 58513aa Add a new ConstantPacked::getAllOnesValue method by Chris Lattner · 18 years ago
  4. 8688428 Enable new pass manager, which was accidentally disabled. by Devang Patel · 18 years ago
  5. fcf17a3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 18 years ago
  6. 0098b3e Fix naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 18 years ago
  7. ebdf389 Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters() by Evan Cheng · 18 years ago
  8. 5fe31dc Add some convenience functions for getting the source and destination by Reid Spencer · 18 years ago
  9. 9066834 Convert the intrinsic function definitions to use llvm_i32_ty instead of by Reid Spencer · 18 years ago
  10. 2ba767f For PR950: Change integer type names for signless integer types by Reid Spencer · 18 years ago
  11. 57a0342 For PR950: by Reid Spencer · 18 years ago
  12. f306293 For PR950: by Reid Spencer · 18 years ago
  13. 7194131 Make a variable private now that the conditions requiring it to be by Reid Spencer · 18 years ago
  14. c25ec25 Doxygenify a comment. by Reid Spencer · 18 years ago
  15. 1db0ce8 Add some documentation to make Nick happy. by Reid Spencer · 18 years ago
  16. e4d87aa For PR950: by Reid Spencer · 18 years ago
  17. 29ee5c1 Enable new pass manager. 2nd attempt. by Devang Patel · 18 years ago
  18. c7d0f4b ModulePass and ImmutablePass. Force out of line virtual method. by Devang Patel · 18 years ago
  19. 7f44f6a Grandchildren are covered by protect. by Jim Laskey · 18 years ago
  20. bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 18 years ago
  21. 52fc5fe Enable old pass manager. New pass manager causes CBE failures in llvm-test. by Devang Patel · 18 years ago
  22. 0a36152 eliminate constructor from Statistic class. It is now impossible to get a by Chris Lattner · 18 years ago
  23. 3d3a429 Added operator methods to the Statistic class; some LLVM projects depend by John Criswell · 18 years ago
  24. 193c88c Enable new pass manager. by Devang Patel · 18 years ago
  25. ecb2768 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 18 years ago
  26. 5f4ddf5 s/BasicBlockPassManager/BBPassManager/g by Devang Patel · 18 years ago
  27. 6d0483a Correct the description of ConstantInt::isValueValidForType. by Reid Spencer · 18 years ago
  28. 9b11d51 Make ConstantInt not care about sign any more. To ensure the AsmParser can by Reid Spencer · 18 years ago
  29. 49e6a9b Doxgenate comments. Add GreatestCommonDivisor64 by Chris Lattner · 18 years ago
  30. fc04e5e Removed llvm_ostream and used std::ostream instead. by Bill Wendling · 18 years ago
  31. 1bd82a5 Remove the createInferredCast methods now that their last uses have been by Reid Spencer · 18 years ago
  32. d97321c Remove the two-argument (inferred cast) form of ConstantExpr::getCast now by Reid Spencer · 18 years ago
  33. af58cae Determine if the -enable-pic option was given. by Reid Spencer · 18 years ago
  34. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  35. fee18ae Accidental submission. by Bill Wendling · 18 years ago
  36. 6914586 Fix problems in the CBE and InstructionCombining which use the isMaxValue by Reid Spencer · 18 years ago
  37. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  38. 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 18 years ago
  39. 6d0b329 Typo. by Evan Cheng · 18 years ago
  40. 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
  41. c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
  42. d5c0f43 Complete unbreak of VC++ (Chris identified the simple fix). by Jeff Cohen · 18 years ago
  43. f2f6a1b Silly assertion. Forgot variable_ops instructions can have arbitrary number of by Evan Cheng · 18 years ago
  44. a80b783 File missing from last check in. by Jim Laskey · 18 years ago
  45. acd80ac 1. Tidy up jump table info. by Jim Laskey · 18 years ago
  46. 6e9e5e0 fit in 80 cols by Chris Lattner · 18 years ago
  47. e8ff1ce Using PDL as a prefix for PassDebugLevel enums is not a good idea. Fix it. by Devang Patel · 18 years ago
  48. 975651a Add getTypeToExpandTo() which recursively walks TransformToType to determine by Evan Cheng · 18 years ago
  49. 45dc02d Move enum PassDebugLevel from PassManagerT.h to Pass.h. by Devang Patel · 18 years ago
  50. f92b25e Remove DSA. by John Criswell · 18 years ago
  51. bc80038 Remove DSA header files. by John Criswell · 18 years ago
  52. e026c07 Remove DSA. by John Criswell · 18 years ago
  53. 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 18 years ago
  54. 6586adf Update comments. by Evan Cheng · 18 years ago
  55. b9d89c9 Update comments. by Evan Cheng · 18 years ago
  56. 3162691 Add #ifdef switch toggle between old and new pass manager. However, by Devang Patel · 18 years ago
  57. 2db3a3b FunctionPassManager does not support runOnModule(). by Devang Patel · 18 years ago
  58. 3f2577d Move getAnalysis() and getAnalysisID() definitions from Pass.h to by Devang Patel · 18 years ago
  59. 37a6f79 Implement PassManager_New destructors. by Devang Patel · 18 years ago
  60. d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 18 years ago
  61. 3b1cf89 Remove unneeded include. by Jim Laskey · 18 years ago
  62. 9a7dfa3 Rollback changes to take a different tack. by Jim Laskey · 18 years ago
  63. 55a7ec3 Honor the command line specification for machine type. by Jim Laskey · 18 years ago
  64. 84f3eab Implement getIntegerCast and getFPCast for ConstantExpr. These are similar by Reid Spencer · 18 years ago
  65. 6d81a7d Implement createIntegerCast and createFPCast factory methods for handling by Reid Spencer · 18 years ago
  66. bfaaaa6 Properly mangles symbol table names by Nate Begeman · 18 years ago
  67. 5381baa Add a default relocation type, and allow clients to set the ConstantVal by Nate Begeman · 18 years ago
  68. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 18 years ago
  69. c9ab2f3 Added option -soft-float to generate SW fp library calls instead of fp instructions. by Evan Cheng · 18 years ago
  70. 186bf2b Add AnalysisResolver_New. by Devang Patel · 18 years ago
  71. f3dc6d9 Add AnalysisResolver_New. It is a replacement for existing AnalysisResolver. by Devang Patel · 18 years ago
  72. 975f058 Change the implementation of statistic to not need destructors at all. by Chris Lattner · 18 years ago
  73. cc132cd Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P) by Devang Patel · 18 years ago
  74. cc22a7a Move findTiedToSrcOperand to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  75. 38ecbf1 Packed Structures by Andrew Lenharth · 18 years ago
  76. 3cc3816 Use MI's TargetInstrDescriptor. by Evan Cheng · 18 years ago
  77. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  78. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  79. 6b538cf Provide a getOpcode() method on CmpInst to ensure the opcode is returned by Reid Spencer · 18 years ago
  80. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  81. a091fa8 Ignoring the upper 32 bits of a 64 bit constant is not a good thing. by Jim Laskey · 18 years ago
  82. 5c14a1b For PR950: by Reid Spencer · 18 years ago
  83. ce10f8b Fix some 80 col violations. by Reid Spencer · 18 years ago
  84. cf84504 merge the Statistic and StatisticBase classes, eliminating virtual methods by Chris Lattner · 18 years ago
  85. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  86. 576d123 Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). by Evan Cheng · 18 years ago
  87. 82c4bc7 Remove the dead CachedWriter class. by Chris Lattner · 18 years ago
  88. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  89. cb5736b remove unused api by Chris Lattner · 18 years ago
  90. bdbf5fd add a helper to call llvm_shutdown() by Chris Lattner · 18 years ago
  91. 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 18 years ago
  92. 887ee06 Add cast creation functions for Pointer Casts, either BitCast or PtrToInt by Reid Spencer · 18 years ago
  93. 90fdf9c Separate the get and getTy functions for ICmp and FCmp into getCompare by Reid Spencer · 18 years ago
  94. 8955e3b Unclutter this by using new cast creation functions. by Reid Spencer · 18 years ago
  95. 848414e Implement new cast creation functions for both instructions and constant by Reid Spencer · 18 years ago
  96. 4b94f49 For PR950: Provide an isCompare method for detection of ICmp and FCmp constant expressions. Change interfaces to allow for ICmp and FCmp predicate values. by Reid Spencer · 18 years ago
  97. 575d95c Change inferred casts to explicit casts. by Reid Spencer · 18 years ago
  98. 5666712 Take a baby step towards getting rid of inferred casts. Provide methods on by Reid Spencer · 18 years ago
  99. c1126ac Remove dead code. by Reid Spencer · 18 years ago
  100. 728b6db Implement creation of ICmp and FCmp constant expressions. by Reid Spencer · 18 years ago