aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!Chris Lattner2007-01-061-0/+58
* For PR411:Reid Spencer2007-01-065-60/+17
* - Remove isSetCCExpensive() etc. These are no longer used.Evan Cheng2007-01-051-10/+8
* 1) Remove old AnalysisResolver.Devang Patel2007-01-052-46/+15
* Remove old pass manager.Devang Patel2007-01-053-139/+4
* Change the syntax for parameter attributes:Reid Spencer2007-01-051-4/+5
* remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.Chris Lattner2007-01-041-39/+0
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-042-12/+1
* Add a new ConstantPacked::getAllOnesValue methodChris Lattner2007-01-041-0/+5
* Enable new pass manager, which was accidentally disabled.Devang Patel2007-01-041-1/+2
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-032-7/+1
* Fix naming inconsistency: calleesave -> calleesaved.Evan Cheng2007-01-022-18/+18
* Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters()Evan Cheng2007-01-021-0/+21
* Add some convenience functions for getting the source and destinationReid Spencer2007-01-021-0/+5
* Convert the intrinsic function definitions to use llvm_i32_ty instead ofReid Spencer2006-12-313-116/+112
* For PR950:Reid Spencer2006-12-314-29/+26
* For PR950:Reid Spencer2006-12-311-5/+43
* For PR950:Reid Spencer2006-12-311-42/+11
* Make a variable private now that the conditions requiring it to beReid Spencer2006-12-291-7/+0
* Doxygenify a comment.Reid Spencer2006-12-291-1/+2
* Add some documentation to make Nick happy.Reid Spencer2006-12-231-1/+2
* For PR950:Reid Spencer2006-12-2311-158/+165
* Enable new pass manager. 2nd attempt.Devang Patel2006-12-221-1/+1
* ModulePass and ImmutablePass. Force out of line virtual method.Devang Patel2006-12-221-0/+6
* Grandchildren are covered by protect.Jim Laskey2006-12-211-3/+2
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-211-2/+3
* Enable old pass manager. New pass manager causes CBE failures in llvm-test.Devang Patel2006-12-201-1/+1
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-191-30/+17
* Added operator methods to the Statistic class; some LLVM projects dependJohn Criswell2006-12-191-1/+13
* Enable new pass manager.Devang Patel2006-12-191-1/+1
* Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner2006-12-191-14/+22
* s/BasicBlockPassManager/BBPassManager/gDevang Patel2006-12-191-4/+4
* Correct the description of ConstantInt::isValueValidForType.Reid Spencer2006-12-191-3/+5
* Make ConstantInt not care about sign any more. To ensure the AsmParser canReid Spencer2006-12-191-3/+6
* Doxgenate comments.Chris Lattner2006-12-191-74/+84
* Removed llvm_ostream and used std::ostream instead.Bill Wendling2006-12-181-1/+1
* Remove the createInferredCast methods now that their last uses have beenReid Spencer2006-12-181-55/+2
* Remove the two-argument (inferred cast) form of ConstantExpr::getCast nowReid Spencer2006-12-181-2/+0
* Determine if the -enable-pic option was given.Reid Spencer2006-12-181-0/+3
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-0/+5
* Accidental submission.Bill Wendling2006-12-171-1/+0
* Fix problems in the CBE and InstructionCombining which use the isMaxValueReid Spencer2006-12-171-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-1735-128/+95
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-161-16/+71
* Typo.Evan Cheng2006-12-161-1/+1
* The best unbreakage yet, addressing Bill's concerns.Jeff Cohen2006-12-163-6/+30
* An even better unbreakage...Jeff Cohen2006-12-153-18/+4
* Complete unbreak of VC++ (Chris identified the simple fix).Jeff Cohen2006-12-152-0/+2
* Silly assertion. Forgot variable_ops instructions can have arbitrary number ofEvan Cheng2006-12-151-2/+4
* File missing from last check in.Jim Laskey2006-12-141-4/+4