Significant improvement: GEP used by a load or store no longer generates
[oota-llvm.git] / lib /
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-14 Chris LattnerThere is no way to guarantee that constants are not...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-14 Chris LattnerThis loop executed exactly one time, turn it into strai...
2002-10-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-13 Vikram S. AdveDon't try to compute the size of an "array" element...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-13 Chris LattnerAccount for global variables resolved more accurately.
2002-10-13 Chris LattnerUse methods that are more explanatory
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveRun LICM before GCSE!
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer in SparcRegInfo.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
2002-10-13 Vikram S. AdveMake sure to handle small negative values hiding as...
2002-10-13 Vikram S. AdveMajor fix: extract ConstantExpr nodes and decompose...
2002-10-12 Anand ShuklaChanged to external global var
2002-10-11 Nick HildenbrandtInstead of adding stdlib we just prototype malloc corre...
2002-10-11 Nick HildenbrandtSun requires you to include stdlib to use malloc
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
2002-10-11 Vikram S. AdveUse PARALLEL_DIRS.
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-10 Chris LattnerStop using DataStructureGraph.h
2002-10-09 Chris Lattner - Dramatically simplify the ConstantMerge code now...
2002-10-09 Chris Lattner - Make Value::replaceAllUsesWith work with constants...
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-10-09 Chris LattnerAlmost a complete rewrite of FunctionResolution to...
2002-10-09 Chris LattnerMinor, non-functionality changing, formatting fix
2002-10-09 Chris Lattner - Remove Value::use_remove
2002-10-09 Chris Lattner - Rename MTy to FTy (no methods exist anymore)
2002-10-08 Chris LattnerFix NASTY N^2 behavior that was causing the gzip benchm...
2002-10-08 Chris LattnerFix bug: Assembler/2002-10-08-LargeArrayPerformance...
2002-10-08 Chris Lattner - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
2002-10-08 Chris Lattner - Fix bug: cee/2002-10-07-NoImmediateDominator.ll
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-10-08 Chris Lattner - Change PHINode::removeIncomingValue to delete the...
2002-10-08 Chris Lattner - Checkin LARGE number of Changes to CEE pass that...
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-10-08 Chris LattnerIt is illegal for PHI nodes to have zero values, delete...
2002-10-08 Chris LattnerFold ashr -1, X into -1
2002-10-07 Chris LattnerNon-functionality change just to make it more clear...
2002-10-06 Chris LattnerGlobal variables are now external if they don't have...
2002-10-06 Chris LattnerCheck that we don't have external varaibles with intern...
2002-10-06 Chris LattnerThe parser now accepts "external" global variables...
2002-10-06 Chris LattnerPHI nodes are not allowed to exist with zero incoming...
2002-10-05 Vikram S. AdveBug fix: In preventing static global variables from...
2002-10-04 Anand ShuklaAdded #include<unistd.h> to compile with solaris gcc3.2
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
next