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 |
2002-04-09 |
Chris Lattner | Implement TODO, fixing bug: |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Eliminate unneccesary extraneous iterators |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Update comment to reflect class name change. |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Add explicit #includes of Function.h to make up for... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Use explicit .get() calls to avoid having to #include... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Add #includes to make up for #includes pruned out of... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Add a couple of extra casts to avoid extra #include |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Add a couple of extra casts to avoid having to add... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Use .get() explicitly and add a few extra casts to... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Use opaque decl instead of #include |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | iUse new form of pop_back to make code more concise |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | No need to reserve space, erasing does not change the... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Rewrite MachineCodeForBasicBlock in terms of containmen... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Delete NOP instructions as they are eliminated. |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Free memory when done with it. |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | * Add a file header with some information |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Don't leak all of the Loop objects created... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | * Add a useful file comment |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move the InsertPrologEpilogCode class out of the Sparc... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Move the InsertPrologEpilogCode class out of the Sparc... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Include prototype for interface to PrologEpilogCodeInse... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Use new higher level isFloatingPoint() function |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Clean up the ownership model a bit so that nodes actual... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | * General cleanups |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | Convert AddedInstrMapType to contain AddedInstrns by... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | *blush* somehow this debugging code got checked in... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Chris Lattner | GCC3.0 is reported to die without an alloca definition. |
commit | commitdiff | tree | snapshot |
next |