oota-llvm.git
2003-06-30 Chris LattnerNew testcase
2003-06-30 Chris LattnerAdd dependency on analyze
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerBe more const correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerConstness changes
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerRemove dead method
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerDo not multiply delete graphs if functions are sharing...
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerNew testcase
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-30 Chris LattnerAdjust for new DSGraph API
2003-06-30 Chris LattnerEliminate using declarations, adjust for new DSGraph API
2003-06-30 Chris LattnerSubstantial revamp: DSGraphs now may contain the graphs...
2003-06-30 Chris LattnerAdd argument
2003-06-30 Chris LattnerRemove prototype for dead method
2003-06-29 Chris LattnerAdd clean target to clean up my mess
2003-06-29 Chris LattnerAbstract out the predicate which decides whether a...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerThis node should not be incomplete!
2003-06-29 Chris LattnerNew testcase
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew, smaller testcase
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests
2003-06-29 Chris LattnerNew testcase
2003-06-29 Chris LattnerUntil there is a setjmp/longjmp transformation pass...
2003-06-29 Chris LattnerFix testcase
2003-06-29 Chris LattnerNew testcase
2003-06-29 Chris LattnerMake sure that the global is known to be internal
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-29 Chris LattnerIf the alias analysis algorithm we are using can provid...
2003-06-29 Chris LattnerAdd support for gathering sets of must aliases
2003-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-06-28 Chris LattnerNew testcase
2003-06-28 Chris LattnerDo not chain to basic-aa
2003-06-28 Chris LattnerRemove obsolete script
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerRemove explicit control flow through the use of the...
2003-06-28 Chris LattnerMove DSGraph tests to test/Regression/Analysis/DSGraph
2003-06-28 Chris LattnerMove files to test/Regression/Analysis/DSGraph
2003-06-28 Chris LattnerNo use in having CFGSimplify and SimplifyCFG directories!
2003-06-28 Chris LattnerEliminate explicit control flow in tests
2003-06-28 Chris LattnerUse not instead of grep-not
2003-06-28 Chris LattnerSwitch tests over to use the 'not' script, instead...
2003-06-28 Chris LattnerForce the interpreter for this testcase
2003-06-28 Chris LattnerGet rid of control flow in the test
2003-06-28 Chris LattnerNew script for testrunner programs
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-06-28 Chris LattnerHandle quoting right
2003-06-28 Chris LattnerMake the TestRunner tests not print out horrible things...
2003-06-28 Chris LattnerFix testcase
2003-06-28 Chris LattnerInitial checkin of grep-not script
2003-06-28 Chris LattnerAdd the test/Scripts directory to the path used by...
2003-06-28 Chris LattnerDescribe directory
2003-06-28 Chris LattnerImprove the make rule
2003-06-28 Chris LattnerPropagate globals graph from the local to bu to td...
2003-06-28 Chris LattnerDrop references to globals who do exist in the globals...
2003-06-28 Chris LattnerAvoid double negatives
2003-06-28 Chris LattnerAdd new DSGraph::ScalarMapTy typedef to avoid pulling...
2003-06-28 Chris LattnerAdd new 'isComplete' method
2003-06-28 Chris LattnerNew testcase
2003-06-28 Chris LattnerNew pass to perform DSA based optimizations. Initially...
2003-06-28 Chris LattnerNew makefile for Dsgraph tests
2003-06-28 Chris LattnerAdd DSGraph to the tests
2003-06-28 Chris LattnerAvoid printing out huge structures or arrays if they...
2003-06-28 Chris LattnerAdd support for a new zeroinitializer token which can...
2003-06-28 Chris LattnerAdd test for new zeroinitializer token
2003-06-28 Chris Lattnerjmp_buf is really a pointer type that is passed around...
2003-06-28 Chris LattnerAdd support for the Invoke instruction!
2003-06-28 Chris LattnerNew testcase for invoke support
2003-06-28 Chris LattnerPreserve compatibility with non-gcc compilers
2003-06-28 Chris LattnerFix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
2003-06-28 Chris LattnerNew testcase
2003-06-28 Chris LattnerAllow the inlining limit to be controlled from the...
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-27 John CriswellAdded code to the clean rule that deletes files placed...
2003-06-27 John CriswellAdded the OPTIONAL_DIRS variable for specifying optiona...
2003-06-27 Chris LattnerNew testcase that crashes the cfe
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-26 Brian GaekeHere are the notes from our Reoptimizer meetings.
2003-06-26 Chris LattnerModify script to support checkins on branches
2003-06-26 Brian GaekeNumber constants from constant pool as CPIf_i where...
2003-06-26 Chris LattnerAdd a testcase to ensure that ctor/dtor attributes...
2003-06-26 Chris LattnerAdd support to globaldce for deleting dead function...
2003-06-26 Chris LattnerWhen internalizing global ctor/dtor list, also mark...
2003-06-26 Chris LattnerRun the simplify CFG pass after instcombine which has...
2003-06-26 Chris LattnerNew variable which is just the GCCLD tool
2003-06-26 Chris LattnerImplement more aggressive folding of constant GEP instr...
2003-06-26 Chris LattnerAdd support for elimination of load instruction from...
2003-06-26 Chris Lattneradd tests for elimination of loads
2003-06-26 Chris LattnerMove the instcombine pass before globaldce, so that...
2003-06-26 Chris LattnerDon't register the destructors if the list is empty
next