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 |
2002-04-17 |
Chris Lattner | Fix a bug printing out %c formated characters. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Chris Lattner | Inline indirect function calls that are only capable... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Chris Lattner | Make data structure acurately get ALL edges, even loads... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Chris Lattner | Make data structure acurately get ALL edges, even loads... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | Add casts for documentation |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | * Clean up the code a bit |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | Remove old frivolous uses of getStrValue in a debugging... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | Remove unneccesary cast |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | Changes to: |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | Fix for buggy test |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | * Remove the concept of a critical shadow node |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | Remove the concept of a critical shadow node |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | * Eliminate ArgDSNode's completely, now rely on scalar map |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Chris Lattner | * Eliminate ArgDSNode's completely, rely now on Scalar map |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Chris Lattner | run an extra pass after a function has been transformed... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Chris Lattner | Only print debug message if DEBUG_RA is on |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Chris Lattner | Only emit message if DEBUG_RA is on |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Chris Lattner | Eliminate cast of same type instructions. |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Chris Lattner | * s/Method/Function |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Chris Lattner | Checkin first unit testcases for the backend |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Chris Lattner | * s/Method/Function |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Chris Lattner | Turn off debug output |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Chris Lattner | s/Method/Function |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Chris Lattner | Update documentation a LOT, make it more accurate and... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Allow datasize to be specified on the commandline |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | New testcase for the verifier |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | Minor bugfix for previous checkin |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Remove obselete code for unsized arrays |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Give alloca's for pool descriptors better names than... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Add names to the symbol table for pool types and... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | Add Module::getTypeName |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | Add info about the StringList class |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Clean up code to use isa & dyncast instead of poking... |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Chris Lattner | * Add the printm pass to allow dumping the entire modul... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Chris Lattner | Implement function rewriting to use offsets instead... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Chris Lattner | * Add comment |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Chris Lattner | Expose funcresolve pass through opt |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Chris Lattner | Add new check of return value type matching ret instruc... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Chris Lattner | Fix pure virtual function called exception! |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Chris Lattner | Handle the FP format problem, where outputed FP constan... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | * The cleangcc pass is broken into two parts, we only... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | The cleangcc pass is brokeninto two pieces, execute... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | * Add documentation |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | Print out what the root of the call graph is. |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | Split the CleanupGCCOutput pass into two passes, and... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | Allow a pass to obtain an analysis result for updating. |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Chris Lattner | New testcase for structure valued parameters. |
commit | commitdiff | tree | snapshot |
next |