2002-10-02 |
Chris Lattner | Move GlobalDSGraph class defn to the end of the file |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | This file doesn't need Pass.h |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | I was wrong on the removing of those references on... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Implement the getc() function |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Cleanup #includes, expose module |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Expose TD to ExternalFunctions.cpp |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | - Print the predecessors of a basic block instead... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Fix bug: 2002-10-02-SignExtensionProblem.ll |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | Removed unneeded reference and dereferences. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | New testcase for a problem discovered in the SPECINT... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | Cleaned up my last check-in. |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Nick Hildenbrandt | No longer include malloc.h. If protoypes are needed... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Implement fully general merging of array subscrip... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Implement fully general merging of array subscrip... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | When printing DS nodes, print the mergemap index as... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | Checkin the "meat" of the Data structure graph itself... |
commit | commitdiff | tree | snapshot |
2002-10-02 |
Chris Lattner | * Significant rework of DSNode to support arbitrary... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | - Remove the User::eraseOperand method which is never... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Do some cleanups to the Type and Constant section to... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Temporary change to make datastructure stuff link in... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Changes to work with Statistics rework |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Update manual to reflect recent changes in the Statisti... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Build subdirs in parallel |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | - Rework Statistics: |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Check in DataStructure rewrite so far. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Initial checkin of Steensgaards context insensitive... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Checkin some major reworks of data structure analysis... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Make sure to use the TimerGroup that we created! |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Make sure not to count the PassManager wrapers |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Factor timer code out of PassManager implementation... |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Chris Lattner | Checkin generic interval timer support |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Nick Hildenbrandt | Fixed to properly escape quotes in strings. |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Chris Lattner | Allow production of -stats output for benchmarks by... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Chris Lattner | Allow production of -stats output for benchmarks by... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
Vikram S. Adve | On this code, llc did not pass the sixth argument ... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Minor tweak |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Enable buidling of programs on Linux again |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Vikram S. Adve | Added several more helper functions for construction... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Vikram S. Adve | Bug fix in folding getElementPtr instructions: don... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Fix a problem that was caused by stale analyses being... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Fix bug in LICM that caused the previous big win. :( |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Vikram S. Adve | Minor change to interface for Create{Zero,Sign}Extensio... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Hoist the contents of Loops in depth first order in... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Fix printing of loop information |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Improve printing of dominator sets |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Fix major bugs in dominator set & tree information... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Chris Lattner | Simplify code a bit, add an assertion |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Joel Stanley | Fixed errors in ReplaceInstWithValue/ReplaceInstWithIns... |
commit | commitdiff | tree | snapshot |
2002-09-29 |
Vikram S. Adve | Convert DIRS to PARALLEL_DIRS. They can be built indep... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Regression test for llc bug that was folding two getele... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Added a couple of helper methods for live range constru... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Live ranges for Return value and return address of... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Fixed method getReturnValue(): it should return NULL... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Fixed incorrect assertion: spill code for function... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Return address register should be marked as "result... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Live ranges for Return value and return address of... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Simplified code that handles call args and rets, so... |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Simplify Call translation slightly. |
commit | commitdiff | tree | snapshot |
2002-09-28 |
Vikram S. Adve | Regression test for live range bug for call arguments. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Overhaul integer conversions to match C++ ISO standard. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Modify operand order for Create{Sign,Zero}ExtensionInst... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Bug fix: some redundant copies were not being deleted... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Sign-extend integer constants from original type size... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Decompose FP-to-UInt casts into FP-to-ULong-toUInt. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Simple test for constant expressions constructed from... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Overhauled completely. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | First try at implementing the AliasSetTracker class... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | * Run preheaders pass tests |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Checkin the simple features tests for the preheader... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Further cleanups of LICM pass, remove extra work... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Improve comments, doxygenize more |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Don't hardcode path to dot in the doxygen config file... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Don't hardcode path to doxygen |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Clean up LICM significantly now that it is guaranteed... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Change pass name to something sane |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Loop invariant code motion now depends on the LoopPrehe... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Cleanup break-crit-edges pass by making SplitCritical... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Checkin new loop-preheader insertion pass. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Checkin new loop-preheader insertion pass. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Fix printing of loop information |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Fix bug in LoopInfo causing ParentLoop to be garbage |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add methods to ImmediateDominators & DominatorTree... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add methods to ImmediateDominators & DominatorTree... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Add a new "DominatorSet::addDominator" method to allow... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion befor... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion befor... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Converted SimpleStructMutation to take TargetData as... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Converted SimpleStructMutation to take TargetData as... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Change LowerAllocations pass to 'require' TargetData... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Change LowerAllocations pass to 'require' TargetData... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert TargetData to be an ImmutablePass |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert TargetData to be an ImmutablePass |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Add documentation for ImmutablePass's |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | ImmutablePass's don't need a runOnFunction, nor do... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert BasicVN to be an ImmutablePass |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | * Fix ugly bug in previous checkin where I reused the... |
commit | commitdiff | tree | snapshot |
next |