added cast to unsigned to compile with gcc3.2 (sparc)
[oota-llvm.git] / lib /
2002-10-04 Anand Shuklaadded cast to unsigned to compile with gcc3.2 (sparc)
2002-10-04 Chris LattnerHandle post dominance correctly in the case where block...
2002-10-04 Chris LattnerFix a nasty problem with dominance calculation for...
2002-10-03 Chris LattnerPrune function nodes that are no longer referenced...
2002-10-03 Chris Lattnersgefa uses truely huge data structures nodes. Only...
2002-10-03 Chris LattnerHandle bug exposed by power benchmark
2002-10-03 Nick HildenbrandtAdd parens around constant calls to getelemptr to prope...
2002-10-03 Chris LattnerReimplement/port the Bottom Up Closure pass
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Nick HildenbrandtI was wrong on the removing of those references on...
2002-10-02 Chris Lattner* Implement the getc() function
2002-10-02 Chris LattnerCleanup #includes, expose module
2002-10-02 Chris LattnerExpose TD to ExternalFunctions.cpp
2002-10-02 Chris Lattner - Print the predecessors of a basic block instead...
2002-10-02 Chris LattnerFix bug: 2002-10-02-SignExtensionProblem.ll
2002-10-02 Nick HildenbrandtRemoved unneeded reference and dereferences.
2002-10-02 Nick HildenbrandtCleaned up my last check-in.
2002-10-02 Nick HildenbrandtNo longer include malloc.h. If protoypes are needed...
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerWhen printing DS nodes, print the mergemap index as...
2002-10-02 Chris Lattner* Significant rework of DSNode to support arbitrary...
2002-10-01 Chris LattnerChanges to work with Statistics rework
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-10-01 Chris LattnerBuild subdirs in parallel
2002-10-01 Chris Lattner - Rework Statistics:
2002-10-01 Chris LattnerInitial checkin of Steensgaards context insensitive...
2002-10-01 Chris LattnerCheckin some major reworks of data structure analysis...
2002-10-01 Chris LattnerMake sure to use the TimerGroup that we created!
2002-10-01 Chris LattnerMake sure not to count the PassManager wrapers
2002-10-01 Chris LattnerFactor timer code out of PassManager implementation...
2002-10-01 Chris LattnerCheckin generic interval timer support
2002-09-30 Nick HildenbrandtFixed to properly escape quotes in strings.
2002-09-29 Chris LattnerMinor tweak
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-29 Chris LattnerFix a problem that was caused by stale analyses being...
2002-09-29 Chris LattnerFix bug in LICM that caused the previous big win. :(
2002-09-29 Chris LattnerHoist the contents of Loops in depth first order in...
2002-09-29 Chris LattnerFix printing of loop information
2002-09-29 Chris LattnerImprove printing of dominator sets
2002-09-29 Chris LattnerFix major bugs in dominator set & tree information...
2002-09-29 Vikram S. AdveConvert DIRS to PARALLEL_DIRS. They can be built indep...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-28 Vikram S. AdveReturn address register should be marked as "result...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-28 Vikram S. AdveSimplify Call translation slightly.
2002-09-27 Vikram S. AdveOverhaul integer conversions to match C++ ISO standard.
2002-09-27 Vikram S. AdveModify operand order for Create{Sign,Zero}ExtensionInst...
2002-09-27 Vikram S. AdveBug fix: some redundant copies were not being deleted...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris Lattner - Further cleanups of LICM pass, remove extra work...
2002-09-26 Chris LattnerImprove comments, doxygenize more
2002-09-26 Chris LattnerClean up LICM significantly now that it is guaranteed...
2002-09-26 Chris LattnerChange pass name to something sane
2002-09-26 Chris LattnerLoop invariant code motion now depends on the LoopPrehe...
2002-09-26 Chris Lattner- Cleanup break-crit-edges pass by making SplitCritical...
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-26 Chris LattnerFix printing of loop information
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-25 Chris LattnerConvert TargetData to be an ImmutablePass
2002-09-25 Chris LattnerConvert BasicVN to be an ImmutablePass
2002-09-25 Chris Lattner* Fix ugly bug in previous checkin where I reused the...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-09-25 Nick HildenbrandtStrings now handled correctly.
2002-09-24 Chris Lattner - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAll...
2002-09-24 Chris LattnerEliminate extraneous #include
2002-09-24 Chris LattnerFix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
2002-09-24 Chris Lattner- Do not expose Critical Edge breaking mechanics outsid...
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics outsi...
2002-09-24 Chris Lattner Correlated Exprs pass now requires BCE pass instead...
2002-09-24 Chris Lattner - Expose passinfo from BreakCriticalEdges pass so...
2002-09-24 Chris LattnerMinor cleanups
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-23 Chris LattnerOptimize away cases like:
2002-09-23 Chris LattnerFix: ConstantMerge/2002-09-23-CPR-Update.ll
2002-09-23 Nick HildenbrandtParenthesis are now added to casts of type array.
2002-09-23 Chris Lattner* Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll
2002-09-23 Chris LattnerInsert resolved constants into the global map so they...
2002-09-23 Vikram S. AdvePut intermediate source files in a subdirectory here...
2002-09-23 Vikram S. AdveDisable reassociation pass in LLC until it is fixed.
2002-09-22 Chris LattnerDon't insert a PHI node to merge "returns" from an...
2002-09-21 Anand ShuklaChanged codegen to add 2 empty slots at the top of...
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Chris LattnerFix cwriter to not output FP constants in ascii, output...
2002-09-20 Chris LattnerFix bug: 2002-09-20-VarArgPrototypes.ll
2002-09-20 Anand ShuklaChanged uchar to unsigned char in function ParseBytecod...
2002-09-20 Anand ShuklaAdded checking threshold
2002-09-20 Chris LattnerFix output of typedefs to avoid syntax errors.
2002-09-20 Chris Lattner* Add a couple of comments to the output c code
next