oota-llvm.git
2002-10-07 Chris LattnerNon-functionality change just to make it more clear...
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerUpdate testcase to be legal llvm
2002-10-07 Chris LattnerRemove really old testcase
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-10-06 Chris LattnerCheckin new "feature" test for cee
2002-10-06 Chris LattnerNEw "feature" test that cee should eventually handle
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 Lattner - Cleaned up all of the test/Feature tests to not...
2002-10-06 Chris LattnerRemove old crusty test
2002-10-06 Chris LattnerTest "external" modifier on global variable
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
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 LattnerNew testcase for bug never checked into CVS, but that...
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 LattnerThe wall clock timer (implementing using the RTC or...
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-03 Chris LattnerNew testcase
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Chris LattnerRemove commented out stuff
2002-10-02 Chris LattnerMove GlobalDSGraph class defn to the end of the file
2002-10-02 Chris LattnerThis file doesn't need Pass.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 Chris LattnerNew testcase for a problem discovered in the SPECINT...
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 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 LattnerCheckin the "meat" of the Data structure graph itself...
2002-10-02 Chris Lattner* Significant rework of DSNode to support arbitrary...
2002-10-01 Chris Lattner - Remove the User::eraseOperand method which is never...
2002-10-01 Chris LattnerDo some cleanups to the Type and Constant section to...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-10-01 Chris LattnerChanges to work with Statistics rework
2002-10-01 Chris LattnerUpdate manual to reflect recent changes in the Statisti...
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 LattnerCheck in DataStructure rewrite so far.
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-30 Chris LattnerAllow production of -stats output for benchmarks by...
2002-09-30 Chris LattnerAllow production of -stats output for benchmarks by...
2002-09-30 Vikram S. AdveOn this code, llc did not pass the sixth argument ...
2002-09-29 Chris LattnerMinor tweak
2002-09-29 Chris LattnerEnable buidling of programs on Linux again
2002-09-29 Vikram S. AdveAdded several more helper functions for construction...
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 Vikram S. AdveMinor change to interface for Create{Zero,Sign}Extensio...
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 Chris LattnerSimplify code a bit, add an assertion
2002-09-29 Joel StanleyFixed errors in ReplaceInstWithValue/ReplaceInstWithIns...
2002-09-29 Vikram S. AdveConvert DIRS to PARALLEL_DIRS. They can be built indep...
2002-09-28 Vikram S. AdveRegression test for llc bug that was folding two getele...
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-28 Vikram S. AdveRegression test for live range bug for call arguments.
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-27 Vikram S. AdveSimple test for constant expressions constructed from...
2002-09-27 Vikram S. AdveOverhauled completely.
next