2002-10-14 |
Chris Lattner | Allow emission of names that start with an underscore... |
tree | commitdiff |
2002-10-14 |
Chris Lattner | Clean up code a bit, no functionality changes. |
tree | commitdiff |
2002-10-14 |
Chris Lattner | There is no way to guarantee that constants are not... |
tree | commitdiff |
2002-10-14 |
Chris Lattner | - Dramatically simplify the Constant::mutateReference... |
tree | commitdiff |
2002-10-14 |
Chris Lattner | This loop executed exactly one time, turn it into strai... |
tree | commitdiff |
2002-10-14 |
Chris Lattner | Minor cleanups, no changes to functionality |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Don't try to compute the size of an "array" element... |
tree | commitdiff |
2002-10-13 |
Chris Lattner | - Change Function's so that their argument list is... |
tree | commitdiff |
2002-10-13 |
Chris Lattner | - Rename Instruction::First*Op to *OpsBegin, and... |
tree | commitdiff |
2002-10-13 |
Chris Lattner | Halfway conversion from custom printing to GraphWriter... |
tree | commitdiff |
2002-10-13 |
Chris Lattner | Account for global variables resolved more accurately. |
tree | commitdiff |
2002-10-13 |
Chris Lattner | Use methods that are more explanatory |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Use vectors instead of hash_maps for issueGaps and... |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Major bug fix: was not adding CD edges for RETURNs! |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Use vectors instead of hash_maps for issueGaps and... |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Run LICM before GCSE! |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Several major fixes, particularly in emitting constant... |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Don't use %l0 for large operands to a SAVE since it... |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Don't mark JMPLCALL and JMPLRET as branches. |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | (1) Try to evaluate constant when multiplying 2 constants. |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Eliminate duplicate target pointer in SparcRegInfo. |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Eliminate duplicate target pointer. Also add a few... |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Make sure to handle small negative values hiding as... |
tree | commitdiff |
2002-10-13 |
Vikram S. Adve | Major fix: extract ConstantExpr nodes and decompose... |
tree | commitdiff |
2002-10-12 |
Anand Shukla | Changed to external global var |
tree | commitdiff |
2002-10-11 |
Nick Hildenbrandt | Instead of adding stdlib we just prototype malloc corre... |
tree | commitdiff |
2002-10-11 |
Nick Hildenbrandt | Sun requires you to include stdlib to use malloc |
tree | commitdiff |
2002-10-11 |
Vikram S. Adve | Major bug fix: spill code for an instruction in a delay... |
tree | commitdiff |
2002-10-11 |
Vikram S. Adve | Don't pad variables in stack slots for performance! |
tree | commitdiff |
2002-10-11 |
Vikram S. Adve | Use PARALLEL_DIRS. |
tree | commitdiff |
2002-10-11 |
Misha Brukman | Added capability to get execution count of a loop if... |
tree | commitdiff |
2002-10-11 |
Misha Brukman | Added helper functions in LoopInfo: isLoopExit and... |
tree | commitdiff |
2002-10-10 |
Chris Lattner | Stop using DataStructureGraph.h |
tree | commitdiff |
2002-10-09 |
Chris Lattner | - Dramatically simplify the ConstantMerge code now... |
tree | commitdiff |
2002-10-09 |
Chris Lattner | - Make Value::replaceAllUsesWith work with constants... |
tree | commitdiff |
2002-10-09 |
Chris Lattner | - Add new Constant::replaceUsesOfWithOnConstant which... |
tree | commitdiff |
2002-10-09 |
Chris Lattner | Almost a complete rewrite of FunctionResolution to... |
tree | commitdiff |
2002-10-09 |
Chris Lattner | Minor, non-functionality changing, formatting fix |
tree | commitdiff |
2002-10-09 |
Chris Lattner | - Remove Value::use_remove |
tree | commitdiff |
2002-10-09 |
Chris Lattner | - Rename MTy to FTy (no methods exist anymore) |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Fix NASTY N^2 behavior that was causing the gzip benchm... |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Fix bug: Assembler/2002-10-08-LargeArrayPerformance... |
tree | commitdiff |
2002-10-08 |
Chris Lattner | - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll |
tree | commitdiff |
2002-10-08 |
Chris Lattner | - Fix bug: cee/2002-10-07-NoImmediateDominator.ll |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Changes to support PHINode::removeIncoming changes |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Changes to support PHINode::removeIncoming changes |
tree | commitdiff |
2002-10-08 |
Chris Lattner | - Change PHINode::removeIncomingValue to delete the... |
tree | commitdiff |
2002-10-08 |
Chris Lattner | - Checkin LARGE number of Changes to CEE pass that... |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Expose isCriticalEdge & SplitCriticalEdge methods from... |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Expose new "recalculate" method from dominatorset |
tree | commitdiff |
2002-10-08 |
Chris Lattner | It is illegal for PHI nodes to have zero values, delete... |
tree | commitdiff |
2002-10-08 |
Chris Lattner | Fold ashr -1, X into -1 |
tree | commitdiff |
2002-10-07 |
Chris Lattner | Non-functionality change just to make it more clear... |
tree | commitdiff |
2002-10-06 |
Chris Lattner | Global variables are now external if they don't have... |
tree | commitdiff |
2002-10-06 |
Chris Lattner | Check that we don't have external varaibles with intern... |
tree | commitdiff |
2002-10-06 |
Chris Lattner | The parser now accepts "external" global variables... |
tree | commitdiff |
2002-10-06 |
Chris Lattner | PHI nodes are not allowed to exist with zero incoming... |
tree | commitdiff |
2002-10-05 |
Vikram S. Adve | Bug fix: In preventing static global variables from... |
tree | commitdiff |
2002-10-04 |
Anand Shukla | Added #include<unistd.h> to compile with solaris gcc3.2 |
tree | commitdiff |
2002-10-04 |
Anand Shukla | added cast to unsigned to compile with gcc3.2 (sparc) |
tree | commitdiff |
2002-10-04 |
Chris Lattner | Handle post dominance correctly in the case where block... |
tree | commitdiff |
2002-10-04 |
Chris Lattner | Fix a nasty problem with dominance calculation for... |
tree | commitdiff |
2002-10-03 |
Chris Lattner | Prune function nodes that are no longer referenced... |
tree | commitdiff |
2002-10-03 |
Chris Lattner | sgefa uses truely huge data structures nodes. Only... |
tree | commitdiff |
2002-10-03 |
Chris Lattner | Handle bug exposed by power benchmark |
tree | commitdiff |
2002-10-03 |
Nick Hildenbrandt | Add parens around constant calls to getelemptr to prope... |
tree | commitdiff |
2002-10-03 |
Chris Lattner | Reimplement/port the Bottom Up Closure pass |
tree | commitdiff |
2002-10-02 |
Chris Lattner | DataStructure.h doesn't include DSGraph.h |
tree | commitdiff |
2002-10-02 |
Nick Hildenbrandt | I was wrong on the removing of those references on... |
tree | commitdiff |
2002-10-02 |
Chris Lattner | * Implement the getc() function |
tree | commitdiff |
2002-10-02 |
Chris Lattner | Cleanup #includes, expose module |
tree | commitdiff |
2002-10-02 |
Chris Lattner | Expose TD to ExternalFunctions.cpp |
tree | commitdiff |
2002-10-02 |
Chris Lattner | - Print the predecessors of a basic block instead... |
tree | commitdiff |
2002-10-02 |
Chris Lattner | Fix bug: 2002-10-02-SignExtensionProblem.ll |
tree | commitdiff |
2002-10-02 |
Nick Hildenbrandt | Removed unneeded reference and dereferences. |
tree | commitdiff |
2002-10-02 |
Nick Hildenbrandt | Cleaned up my last check-in. |
tree | commitdiff |
2002-10-02 |
Nick Hildenbrandt | No longer include malloc.h. If protoypes are needed... |
tree | commitdiff |
2002-10-02 |
Chris Lattner | * Implement fully general merging of array subscrip... |
tree | commitdiff |
2002-10-02 |
Chris Lattner | When printing DS nodes, print the mergemap index as... |
tree | commitdiff |
2002-10-02 |
Chris Lattner | * Significant rework of DSNode to support arbitrary... |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Changes to work with Statistics rework |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Updates to work with recent Statistic's changes: |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Build subdirs in parallel |
tree | commitdiff |
2002-10-01 |
Chris Lattner | - Rework Statistics: |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Initial checkin of Steensgaards context insensitive... |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Checkin some major reworks of data structure analysis... |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Make sure to use the TimerGroup that we created! |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Make sure not to count the PassManager wrapers |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Factor timer code out of PassManager implementation... |
tree | commitdiff |
2002-10-01 |
Chris Lattner | Checkin generic interval timer support |
tree | commitdiff |
2002-09-30 |
Nick Hildenbrandt | Fixed to properly escape quotes in strings. |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Minor tweak |
tree | commitdiff |
2002-09-29 |
Vikram S. Adve | Bug fix in folding getElementPtr instructions: don... |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Fix a problem that was caused by stale analyses being... |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Fix bug in LICM that caused the previous big win. :( |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Hoist the contents of Loops in depth first order in... |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Fix printing of loop information |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Improve printing of dominator sets |
tree | commitdiff |
2002-09-29 |
Chris Lattner | Fix major bugs in dominator set & tree information... |
tree | commitdiff |
next |