Age | Commit message (Expand) | Author |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Start using PMStack. Now each pass is responsibe for assinging | Devang Patel |
2007-01-11 | Use getPassManagerType() instead of dynamic_cast. | Devang Patel |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2007-01-11 | Shut up a warning about signed/unsigned. | Reid Spencer |
2007-01-11 | simplify some logic further | Chris Lattner |
2007-01-11 | Recommit my previous patch with a bugfix: printInfoComment works on both | Chris Lattner |
2007-01-11 | Add PassManagerType enum. | Devang Patel |
2007-01-11 | Implement better constant folding of unordered FCMP predicates. | Reid Spencer |
2007-01-11 | Robustify assingPassManager() for Module, Function and Basic Block | Devang Patel |
2007-01-10 | Back out the last patch which is a nightly test killer. The assertion | Reid Spencer |
2007-01-10 | Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob... | Chris Lattner |
2007-01-10 | eliminate some iterator gymnastics. | Chris Lattner |
2007-01-09 | Inline insertValue into CreateModuleSlot/CreateFunctionSlot | Chris Lattner |
2007-01-09 | Remove a bunch of complex logic that is completely dead: duplicates can | Chris Lattner |
2007-01-09 | Split CreateSlot into two versions, one for globals and one for function-local | Chris Lattner |
2007-01-09 | Remove extraneous return value from insertValue and getOrCreateSlot. Since | Chris Lattner |
2007-01-08 | Parameter attributes are part of a FunctionType and deserve to be factored | Reid Spencer |
2007-01-08 | Add PMStack, a Pass Manager stack. | Devang Patel |
2007-01-08 | And asm writing for packed struct initializers | Andrew Lenharth |
2007-01-07 | Change the interface to Module::getOrInsertFunction to be easier to use, | Chris Lattner |
2007-01-06 | For PR411: | Reid Spencer |
2007-01-05 | 1) Remove old AnalysisResolver. | Devang Patel |
2007-01-05 | Remove PassManagerT.h | Devang Patel |
2007-01-05 | Remove old pass manager. | Devang Patel |
2007-01-05 | Change the syntax for parameter attributes: | Reid Spencer |
2007-01-04 | Do not allow packed types for icmp and fcmp instructions. | Reid Spencer |
2007-01-04 | Now that setcondinst has been eliminated, we can mark Value::SubclassID | Chris Lattner |
2007-01-04 | fix typo | Chris Lattner |
2007-01-04 | fix some bugs handling vectors, avoid host-specific handling of undefined shi... | Chris Lattner |
2007-01-04 | Add a new ConstantPacked::getAllOnesValue method | Chris Lattner |
2006-12-31 | Fix a cut-and-paste bug for processing of InvokeInst parameter attributes. | Reid Spencer |
2006-12-31 | Fix a bug in comparison of GEP indices. | Reid Spencer |
2006-12-31 | Fix a bug in getParamAttrs where an invalid value would be returned if the | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-29 | For PR950: | Reid Spencer |
2006-12-24 | Cleanup ConstantFoldCompareInstruction: | Reid Spencer |
2006-12-24 | Fix some comments. | Reid Spencer |
2006-12-23 | Don't overload var names. | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-22 | ModulePass and ImmutablePass. Force out of line virtual method. | Devang Patel |
2006-12-21 | At the beginning of run, initialize analyis info availability for _ALL_ | Devang Patel |
2006-12-20 | Fix Regression/Verifier/invoke-1.ll | Chris Lattner |
2006-12-20 | Revert the previous patch which was incorrect. This unbreaks eon, but rebreaks | Chris Lattner |
2006-12-19 | Now that ConstantInt::isValueValidForType can handle signed and unsigned | Reid Spencer |
2006-12-19 | Now, there is additional layer, referred in the comment, | Devang Patel |
2006-12-19 | s/BasicBlockPassManager/BBPassManager/g | Devang Patel |