2002-04-28 |
Chris Lattner | Use forward decl instead of #include |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Include appropriate file |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Split ConstantVals.h into Constant.h and Constants.h |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Fix two FIXME's |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Simplify and update code a bit |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Eliminate the PromoteInstance class, incorporating... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Eliminate visited, CurrentValue, and WriteSets as insta... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | * Fix bug: test/Regression/Transforms/Mem2Reg/2002... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | This huge changeset is a strictly cleanup change |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Eliminate the cfg namespace |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Eliminate the cfg namespace, moving LoopInfo, Dominator... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Remove all contents of the cfg namespace to the global... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Remove obsolete namespace from example |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Remove extra unused argument from CheckFailed method |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | The check to see if an external function was marked... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Expose the internalize pass. |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Run the internalize pass to mark all functions except... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Be careful not to make "external" function internal |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Initial checkin of new "Internalize" pass for GCCLD |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Minor changes to allow Modules (which are no longer... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Use operator << to print modules |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | SymTabValue class incorporated into Function and Module... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Include an operator<<, to print modules |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Eliminate use of SymTabValue class |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | The contents of the SymTabValue class have been incorpo... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | * Incorporate the contents of SymTabValue into Function... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Module's are no longer values |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Remove unneccesary #include |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Module's are no longer Value subclasses |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Fix signed/unsigned comparison warning |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Remove forward def'ns that are already in Value.h |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | s/Method/Function |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Module's are no longer Value's. |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | The interesting contents of SymTabValue were incorporat... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | * Module's are no longer Value's |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Add a forward defn for Module since it's no longer... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | * Incorporate the functionality of SymTabValue into... |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | New testcase for GCSE |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Test GCSE |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Run GCSE as part of gccas. |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Expose new GCSE pass |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Initial checkin of simple&fast SSA based GCSE algorithm |
commit | commitdiff | tree | snapshot |
2002-04-28 |
Chris Lattner | Change the Dominator info and LoopInfo classes to keep... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | s/Method/Function |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | s/Method/Function in classname |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Remove old file that will never be used |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | * Rename MethodPass class to FunctionPass |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Changes because the Terminator::getSuccessor function... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Use the cast<> operator in favor of C style casts |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Change the semantics of getSuccessor to FAIL if an... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | * Change Constant::getNullConstant to Constant::getNull... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Add support for tracking array allocations |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Allow the inline limit to be modified on the commandlin... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Support array allocations |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Trivial simplification of code |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | * Change Constant::getNullConstant to Constant::getNull... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Change Constant::getNullConstant to Constant::getNullValue |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Simplify code a bit |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Chris Lattner | Rename getNullConstant to getNullValue |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Added functions to compute the offset of a given incomi... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Optional args are no longer allocated as they are disco... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Don't record instructions for copying method arguments... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Don't pad spills and temp. stack areas for alignment. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Major changes to how int and FP arguments are handled... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Added functions to compute which register, if any,... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Insert copy operations for FP arguments to a varargs... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Implementation of class MachineFrameInfo. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Don't record instructions for copying method arguments... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Improve printing during dumps. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Vikram S. Adve | Optional args are no longer allocated as they are disco... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Chris Lattner | * Abort program on verification errors |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Add some basic checks of CallInst's. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Programs that actually free memory were broken |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Changes to make print pass work! |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | * Convert the verifier to use an InstVisitor to be... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Make sure that there is no case where a signal can... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Add new api for basic signal handling for tools |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | New api for signal handling for LLVM tools |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Move asmwriter/getStrValue cruft into AsmWriter.cpp... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Pull all of the getStrValue implementation cruft out... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Add a fixme so that we don't forget this is broken. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Remove getStrValue method from Constant implementations... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | * getAsString requires that the input array is string... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Make debugging code not use getStrValue |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Just use << isntead of forcing getStrValue |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Print argument scalars as ellipses instead of boxes |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Significantly rework InstructionCombining to work bette... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | * Add a comment to the header giving a breif overview... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | * Make dtor virtual |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Check in the first test: make sure getelementptr gets... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Test the instruction combiner |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Convert SCCP over to use InstVisitor instead of hand... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Remove gep::isStructSelector |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | GEP instructions can never be constant propogated. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Store instructions always return void, so they never... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | Correctly transform dependant arguments, allowing the... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Chris Lattner | * StoreInst's shouldn't take names (they are _always_... |
commit | commitdiff | tree | snapshot |
next |