summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* remove an old instrumentation pass that is not used anymore.Chris Lattner2007-01-07
* llvm 2.0 doesn't support llvm.isunordered.*Chris Lattner2007-01-07
* Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner2007-01-07
* Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!Chris Lattner2007-01-06
* For PR411:Reid Spencer2007-01-06
* - Remove isSetCCExpensive() etc. These are no longer used.Evan Cheng2007-01-05
* 1) Remove old AnalysisResolver.Devang Patel2007-01-05
* Remove old pass manager.Devang Patel2007-01-05
* Change the syntax for parameter attributes:Reid Spencer2007-01-05
* remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.Chris Lattner2007-01-04
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-04
* Add a new ConstantPacked::getAllOnesValue methodChris Lattner2007-01-04
* Enable new pass manager, which was accidentally disabled.Devang Patel2007-01-04
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-03
* Fix naming inconsistency: calleesave -> calleesaved.Evan Cheng2007-01-02
* Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters()Evan Cheng2007-01-02
* Add some convenience functions for getting the source and destinationReid Spencer2007-01-02
* Convert the intrinsic function definitions to use llvm_i32_ty instead ofReid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* Make a variable private now that the conditions requiring it to beReid Spencer2006-12-29
* Doxygenify a comment.Reid Spencer2006-12-29
* Add some documentation to make Nick happy.Reid Spencer2006-12-23
* For PR950:Reid Spencer2006-12-23
* Enable new pass manager. 2nd attempt.Devang Patel2006-12-22
* ModulePass and ImmutablePass. Force out of line virtual method.Devang Patel2006-12-22
* Grandchildren are covered by protect.Jim Laskey2006-12-21
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-21
* Enable old pass manager. New pass manager causes CBE failures in llvm-test.Devang Patel2006-12-20
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-19
* Added operator methods to the Statistic class; some LLVM projects dependJohn Criswell2006-12-19
* Enable new pass manager.Devang Patel2006-12-19
* Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner2006-12-19
* s/BasicBlockPassManager/BBPassManager/gDevang Patel2006-12-19
* Correct the description of ConstantInt::isValueValidForType.Reid Spencer2006-12-19
* Make ConstantInt not care about sign any more. To ensure the AsmParser canReid Spencer2006-12-19
* Doxgenate comments.Chris Lattner2006-12-19
* Removed llvm_ostream and used std::ostream instead.Bill Wendling2006-12-18
* Remove the createInferredCast methods now that their last uses have beenReid Spencer2006-12-18
* Remove the two-argument (inferred cast) form of ConstantExpr::getCast nowReid Spencer2006-12-18
* Determine if the -enable-pic option was given.Reid Spencer2006-12-18
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-18
* Accidental submission.Bill Wendling2006-12-17
* Fix problems in the CBE and InstructionCombining which use the isMaxValueReid Spencer2006-12-17
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-16
* Typo.Evan Cheng2006-12-16
* The best unbreakage yet, addressing Bill's concerns.Jeff Cohen2006-12-16
* An even better unbreakage...Jeff Cohen2006-12-15