oota-llvm.git
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
2003-06-22 Chris LattnerAdd tail duplication pass to the pipeline, move the...
2003-06-22 Chris LattnerAdd prototype for tail-dup pass
2003-06-22 Chris LattnerInitial checkin of Tail duplication pass.
2003-06-22 Chris LattnerDo not use the inefficient, fixed function, CBW, CDQ...
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-22 Chris LattnerWhoops, accidentally lost a #include
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-21 Chris LattnerInstcombine cast (getelementptr Ptr, 0, 0, 0) to ....
2003-06-21 Chris LattnerAdd testcase for reason that typesafety of power is...
2003-06-21 Chris LattnerClarify that variables must be global
2003-06-21 Chris Lattnerupdate documentation about columns
2003-06-21 Chris LattnerMinor simplification to 64-bit instsel
2003-06-21 Chris LattnerFor 16 and 32-bit multiplies, use the IMUL instruction...
2003-06-21 Chris LattnerAdd IMULr16 & IMULr32 instructions
2003-06-21 Chris LattnerGenerate code for LONG indexes to getelementptr instruc...
2003-06-20 Chris LattnerSome preprocessors doen't support // comments and get...
2003-06-20 Chris LattnerRemove obsolete support for LD_LIBRARY_PATH
2003-06-20 John CriswellUpdated to the new Makefile.common.
2003-06-20 John CriswellReverted back to revision 1.91.
2003-06-20 John CriswellAdded a hack that takes the path relative to the home...
2003-06-20 John CriswellThe modifications to LD_LIBRARY_PATH now add the specif...
2003-06-20 Chris LattnerMinor cleanups
2003-06-20 Chris LattnerFix problem building optmized build
2003-06-20 Chris LattnerFix the build. :(
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
2003-06-19 Chris LattnerChanges to privatize NodeType
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-19 Brian GaekeFix output bug: Intel asm comment character is #, not ;.
2003-06-19 Brian GaekeRECAPITALIZE all the names of pseudo-instructions,...
2003-06-19 Brian GaekeRename many instructions to their Intel asm-compatible...
2003-06-19 Brian GaekeAdd Initialization and Finalization methods for the...
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-19 Chris LattnerFuncresolve no longer performs nicification of resolved...
2003-06-19 Chris LattnerUpdate comments
2003-06-19 Chris LattnerThe actual nicification of calls is now implemented...
2003-06-19 Chris LattnerImplement the functionality of InstCombine/call.ll
next