oota-llvm.git
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
2003-06-25 Brian GaekeIntegrate the C writer's name mangler.
2003-06-25 Brian GaekeFirst draft of X86 LLC backend. This should be OK for...
2003-06-25 Chris LattnerAdd test for instcombine -1*X -> -X
2003-06-25 Chris LattnerInstcombine: X * -1 -> -X
2003-06-25 Chris LattnerFix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
2003-06-25 Chris LattnerNew testcase
2003-06-25 Chris LattnerFix bug: Mem2Reg/2003-06-26-IterativePromote.ll
2003-06-25 Chris LattnerNew testcase
2003-06-25 Chris LattnerRemove completed tasks
2003-06-25 Joel Stanley- Fixed name mangling conditions to handle 'linkonce...
2003-06-25 Chris LattnerTry to run cleanups even if nothing was modified in...
2003-06-25 Chris LattnerRun dead arg elimination, and tell it that it's ok...
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-25 Brian GaekeIt seems likely that floats would need a cast too,...
2003-06-24 Chris LattnerNew testcase
2003-06-24 Chris LattnerDon't print message, remove temp files
2003-06-24 Chris LattnerFix bug: ADCE/2003-06-24-BadSuccessor.ll
2003-06-24 Chris LattnerNew testcase
2003-06-24 Chris LattnerMake assertion more descriptive
2003-06-24 Chris LattnerModernize testcase
2003-06-24 Chris LattnerDo not mark ALL terminators live if any instruciton...
2003-06-24 Chris Lattnermodernize testcase
2003-06-24 Chris LattnerMake sure adce is basically working!
2003-06-24 Chris LattnerModernize testcases
2003-06-24 Chris LattnerFix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll
2003-06-24 Chris LattnerNew testcase
2003-06-24 Chris LattnerFix bug: TailDup/2003-06-24-Simpleloop.ll
2003-06-24 Chris LattnerTestcase reduced by bugpoint
2003-06-24 Chris LattnerRun the tail dup tests
2003-06-24 Joel StanleyPrevented inclusion of (non-existent) stdint.h on Sparc.
2003-06-23 Chris LattnerImplement new transforms:
2003-06-23 Chris LattnerFix comment
2003-06-23 Chris LattnerYet another testcase
2003-06-23 Chris LattnerTest cases for when casts to bool can be eliminated
2003-06-23 Brian GaekeFix 2003-06-23-PromotedExprs.llx -- if we are adding...
2003-06-23 Brian GaekeNew test case for C Writer regression found in 256...
2003-06-23 Brian GaekeAllow .llx testcases (i.e., those that contain explicit...
2003-06-23 Brian GaekeInclude <cmath> instead of <math.h>
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-06-23 Chris LattnerNew testcase for a GCC bug
2003-06-23 Chris Lattneravoid dividing by zero when dealing with zero sized...
2003-06-23 Vikram S. AdveAdd the padding needed for variable-size alloca's,...
2003-06-22 Chris LattnerNew testcase narrowed down by Joel
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-22 Chris LattnerAdd paranoia checking
2003-06-22 Chris LattnerNew testcase
2003-06-22 Chris LattnerNew testcases
2003-06-22 Chris LattnerInitial checkin
2003-06-22 Chris LattnerTest change
next