summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Complete unbreak of VC++ (Chris identified the simple fix).Jeff Cohen2006-12-15
* Silly assertion. Forgot variable_ops instructions can have arbitrary number ofEvan Cheng2006-12-15
* File missing from last check in.Jim Laskey2006-12-14
* 1. Tidy up jump table info.Jim Laskey2006-12-14
* fit in 80 colsChris Lattner2006-12-13
* Using PDL as a prefix for PassDebugLevel enums is not a good idea.Devang Patel2006-12-13
* Add getTypeToExpandTo() which recursively walks TransformToType to determineEvan Cheng2006-12-13
* Move enum PassDebugLevel from PassManagerT.h to Pass.h.Devang Patel2006-12-13
* Remove DSA.John Criswell2006-12-13
* Remove DSA header files.John Criswell2006-12-13
* Remove DSA.John Criswell2006-12-13
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-13
* Update comments.Evan Cheng2006-12-13
* Update comments.Evan Cheng2006-12-13
* Add #ifdef switch toggle between old and new pass manager. However,Devang Patel2006-12-13
* FunctionPassManager does not support runOnModule().Devang Patel2006-12-13
* Move getAnalysis() and getAnalysisID() definitions from Pass.h toDevang Patel2006-12-13
* Implement PassManager_New destructors.Devang Patel2006-12-13
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-12
* Remove unneeded include.Jim Laskey2006-12-12
* Rollback changes to take a different tack.Jim Laskey2006-12-12
* Honor the command line specification for machine type.Jim Laskey2006-12-12
* Implement getIntegerCast and getFPCast for ConstantExpr. These are similarReid Spencer2006-12-12
* Implement createIntegerCast and createFPCast factory methods for handlingReid Spencer2006-12-12
* Properly mangles symbol table namesNate Begeman2006-12-11
* Add a default relocation type, and allow clients to set the ConstantValNate Begeman2006-12-11
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-10
* Added option -soft-float to generate SW fp library calls instead of fp instru...Evan Cheng2006-12-09
* Add AnalysisResolver_New.Devang Patel2006-12-08
* Add AnalysisResolver_New. It is a replacement for existingDevang Patel2006-12-08
* Change the implementation of statistic to not need destructors at all.Chris Lattner2006-12-08