oota-llvm.git
2002-05-22 Chris LattnerAdd more testcases for ADCE
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-22 Chris LattnerUse the new DEBUG(x) macro to allow debugging code...
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-22 Chris LattnerMove the DEBUG_LV option out of the public header file...
2002-05-22 Chris LattnerAvoid #including CommandLine.h
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-05-22 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-21...
2002-05-22 Chris LattnerMust run cfgsimplify to eliminate dead blocks
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris Lattner* Fix typeo
2002-05-21 Chris LattnerAdd implementation of SimplifyCFG
2002-05-21 Chris LattnerNew CFG Simplification pass: removed from the old DCE...
2002-05-21 Chris LattnerExpose cfg simplification pass
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-21 Chris LattnerExpose CFG simplification pass
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris LattnerFix bug: test/Regression/Transforms/CFGSimplify/2002...
2002-05-21 Chris LattnerUpdate run line
2002-05-21 Chris LattnerThis testcase was very broken! The block could not...
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris LattnerFix bug: test/Regression/CBackend/2002-05-21-MissingRet...
2002-05-21 Chris LattnerNew TEstcase
2002-05-21 Mehwish NagdaFixed the makefile to not die when compiling a new...
2002-05-20 Chris LattnerRemove unneccesary path from link line now
2002-05-20 Chris LattnerAllow libraries to specify other libraries to link to
2002-05-20 Chris Lattner* Change commandline options a bit to be nicer
2002-05-20 Chris LattnerHide debugging options
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-20 Chris LattnerRemove explicit support for tracing code. It should...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-20 Chris LattnerTracelib is now an LLVM library just like all other...
2002-05-20 Chris Lattner* If hashing a pointer, cast it to a 64 bit number...
2002-05-20 Chris LattnerNew testcase for bug
2002-05-20 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-20...
2002-05-20 Chris LattnerUse literal newline instead of endl
2002-05-20 Chris LattnerDrop something that link will never support, use gccld...
2002-05-20 Chris LattnerImplement the printf function, used by assert
2002-05-20 Chris LattnerDon't lose namespace qualifications on previous patch.
2002-05-19 Chris LattnerRename IsPowerOf2 to isPowerOf2
2002-05-19 Chris LattnerCleanups, rename IsPowerOf2 to isPowerOf2
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-05-19 Vikram S. AdveAdded external functions for hashing pointers to sequen...
2002-05-19 Vikram S. AdveRuntime routines to support tracing.
2002-05-19 Vikram S. AdveFix libs and includes for compiling with llc.
2002-05-19 Vikram S. AdveAdded log2 for log-base-2 and also modified IsPower2...
2002-05-19 Vikram S. AdveAdded parameter IntRegSize for standard general-purpose...
2002-05-19 Vikram S. AdveNew function CreateSignExtensionInstructions.
2002-05-19 Vikram S. AdveMany functions that returned a single MachineInstr...
2002-05-19 Vikram S. AdveInstrnsBefore and InstrnsAfter are now vectors instead...
2002-05-19 Vikram S. AdveBetter interface to generating machine instr for common...
2002-05-19 Vikram S. AdveMachineInstr now inherits from Annotable.
2002-05-19 Vikram S. AdveHash pointer values to a sequence number to get identic...
2002-05-19 Vikram S. AdveBetter folding getelementptr operations with mixed
2002-05-19 Vikram S. AdvecpValue2Value now needs a vector of MachineInstr to...
2002-05-19 Vikram S. AdveAnnotation class for MachineInstr.
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-19 Vikram S. AdveAdd integer register size field.
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-05-17 Chris LattnerFix bug: test/Regression/CBackend/2002-05-16-NameCollid...
2002-05-17 Chris LattnerNew C backend testcases with first testcase
2002-05-16 Chris Lattner* Make debug output conditional on #define
2002-05-16 Chris LattnerAdd tests of redundant load elimination
2002-05-16 Chris LattnerNew testcases for sub/neg reassociation
2002-05-16 Chris LattnerFix testcase
2002-05-15 Chris LattnerNew testcases to ensure sub's are maximally reassociable
2002-05-15 Chris LattnerTestcase to ensure trees structures are correctly linea...
2002-05-15 Chris LattnerTest to ensure sub -> neg promotion is working and...
2002-05-15 Chris LattnerNew testcase
2002-05-14 Chris Lattner* Fix bug: test/Regression/Transforms/GCSE/2002-05...
2002-05-14 Chris LattnerNew testcase
2002-05-14 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-05-14 Chris LattnerNew testcase for bug
2002-05-14 Chris LattnerRun another local value numbering phase after redundanc...
2002-05-14 Chris LattnerAvoid emitting a useless comment for a basic block...
2002-05-14 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-05-14 Chris LattnerNew testcase
2002-05-14 Chris LattnerFix a major source of "type unsafety", where a cast...
2002-05-14 Chris LattnerImplement elimination of loads
2002-05-14 Chris LattnerInvoke inst has side effects!
2002-05-13 Chris LattnerNew file
2002-05-13 Chris LattnerTrivial cleanups
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-10 Chris LattnerInitial checkin of LICM pass
2002-05-10 Chris Lattnerexpose LICM pass
2002-05-10 Chris LattnerAdd LICM pass to compiler
2002-05-10 Chris LattnerAdd prototype for LICM pass
2002-05-10 Chris LattnerAdd testcase for when there is no loop header
2002-05-10 Chris LattnerA basic test that LICM is working
2002-05-10 Chris LattnerRun LICM tests
2002-05-10 Chris Lattnerrun LICM tests
2002-05-10 Chris LattnerMake sure to call the derived visit versions from the...
2002-05-10 Chris LattnerWe actually need this code for the release build to...
2002-05-10 Chris LattnerAdd explicit abort so optimized build knows that the...
2002-05-10 Chris LattnerAdd an explicit abort so that the optimized build knows...
2002-05-10 Chris Lattner* Allow a profile'd code build to be done with a simple...
2002-05-10 Chris LattnerExpose the lowerallocs pass
next