2002-10-17 |
Chris Lattner | Print Mod/ref info |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Calculate mod/ref info |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Add interface for mod/ref info to be captures by dsgraphs |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Remove more obsolete code |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Make the DSGraph cloner automatically merge global... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Apparently string::find doesn't work right on our... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Remove obsolete code |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Enable incompleteness marking |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Really disable pool allocator |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * First try at implementing TD pass this does not... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Reenable printing of TD analysis |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Add data structures and code to track the call... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Add data structures to BU pass to keep track of... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | * Remove a lot of obsolete #if 0'd code |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Use the forward declaration for GraphTraits instead... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Cleanup data structure graph printer, eliminate hard... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Be const correct. Handle both DSGraph* and const DSGra... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | Break up the GraphWriter into smaller chunks to be... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Chris Lattner | As wierd as it feels to type it, const void* is more... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Joel Stanley | Added partial specialization of GraphTraits for the... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Nick Hildenbrandt | changes |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Make sure to print out the call nodes as well |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Allow simple nodes to have outgoing edges |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Fix bug: CBackend/2002-10-16-External.ll |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Print the "return" node in the graphs |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Factor printing code again, add emitSimpleNode... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Add new DOTGraphTraits::addCustomGraphFeatures... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | The second element of the iterator is really an offset... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Specify the graph name |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | * Significantly refactor GraphWriter into a class. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | - DSGraph Printing Improvements: |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | - Generic graph printing infrastructure changes: |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Allow direct access to mergemap for printing |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | Fix bug: test/Regression/CBackend/2002-10-15-OpaqueType... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | - Fix bug: Assembler/2002-10-15-NameClash.ll |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Clean up testcases |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | - Eliminate SymbolTable::ParentSymTab, ST::localLooku... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Cleanup test |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Fix typo |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Cleanup testcase |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Fix testcase |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | - Fix LLI so that it simulates the endianness of... |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Chris Lattner | Make sure to escape \'s when they are output |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Vikram S. Adve | Remove outdated line which of course cvs merging never... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | - Add an endianness field to the TargetData datastructure |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Vikram S. Adve | Allow the Source variable to be overridden completely... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Vikram S. Adve | Print "circular" warning message only in debug mode. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Vikram S. Adve | Removed misleading const keyword. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Vikram S. Adve | Significant improvement: GEP used by a load or store... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Vikram S. Adve | Test case that shows some poor results for register... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | Allow emission of names that start with an underscore... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | MAke sure llc output is regenerated if the LLC binary... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | Clean up code a bit, no functionality changes. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | There is no way to guarantee that constants are not... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | - Dramatically simplify the Constant::mutateReference... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | This loop executed exactly one time, turn it into strai... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Nick Hildenbrandt | More results |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Chris Lattner | Minor cleanups, no changes to functionality |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Nick Hildenbrandt | More successes |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Nick Hildenbrandt | New Results |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Simplify again |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Don't try to compute the size of an "array" element... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Simplify testcase |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Rename test so that we can run the disassembler on it. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Checking testcase for bytecode reader/writer that is... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | - Change Function's so that their argument list is... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | - Rename Instruction::First*Op to *OpsBegin, and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Halfway conversion from custom printing to GraphWriter... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | First crack at reimplementing graph traits for DSGraphs |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | disable the unused "pointer" member |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Account for global variables resolved more accurately. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Use methods that are more explanatory |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Chris Lattner | Add dummy entries to document what members can be added |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Add a test for folding a GEP into a load. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Use vectors instead of hash_maps for issueGaps and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Major bug fix: was not adding CD edges for RETURNs! |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Use vectors instead of hash_maps for issueGaps and... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Run LICM before GCSE! |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Several major fixes, particularly in emitting constant... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Don't use %l0 for large operands to a SAVE since it... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Don't mark JMPLCALL and JMPLRET as branches. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | (1) Try to evaluate constant when multiplying 2 constants. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Eliminate duplicate target pointer in SparcRegInfo. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Eliminate duplicate target pointer. Also add a few... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Make sure to handle small negative values hiding as... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Vikram S. Adve | Major fix: extract ConstantExpr nodes and decompose... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Vikram S. Adve | Added inline constant expressions, including uses in... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Chris Lattner | New testcase that causes invalid llvm to be emitted... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Chris Lattner | * Fix extract to work with constant pointer refs correctly |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Anand Shukla | Changed to external global var |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Nick Hildenbrandt | Instead of adding stdlib we just prototype malloc corre... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Nick Hildenbrandt | Sun requires you to include stdlib to use malloc |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Vikram S. Adve | Major bug fix: spill code for an instruction in a delay... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Vikram S. Adve | Don't pad variables in stack slots for performance! |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Vikram S. Adve | Use PARALLEL_DIRS. |
commit | commitdiff | tree | snapshot |
next |