oota-llvm.git
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
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-10 Chris LattnerFix some bugs, straighten stuff out, more work needs...
2002-05-10 Chris LattnerInitial checkin of Statistic class
2002-05-10 Chris LattnerInitial checkin of Statistic class.
2002-05-10 Chris Lattner* Add support for the -stats command line option to...
2002-05-10 Chris LattnerNew testcase
2002-05-10 Chris Lattnerremove deprecated getInstType() method
2002-05-10 Chris LattnerExpose the pi node insertion pass.
2002-05-10 Chris LattnerInitial checkin of the PiNodeInsertion pass
2002-05-10 Chris LattnerAdd prototype for the PiNodeInserter pass
2002-05-10 Chris LattnerTest the Pi node inserter
2002-05-10 Chris LattnerInitial checkin of testcases for Pi node inserter
2002-05-09 Chris LattnerLast minor cleanups, this code still does not work...
2002-05-09 Chris LattnerTwo Cleanups to generated C code:
2002-05-09 Chris Lattner* Remove CInstPrintVisitor class, incorporating it...
2002-05-09 Chris LattnerRemove CLocalVars data structure entirely, instead...
2002-05-09 Chris LattnerSimplify code by removing InstLocalVarsVisitor, replaci...
2002-05-09 Chris Lattner* Clean up how PHI nodes are handled
2002-05-09 Chris LattnerHandle setcc <global*>, 0 instructions, Global pointers...
2002-05-09 Chris LattnerGive the longer name to the instruction that will proba...
2002-05-09 Chris LattnerNew testcase for wierd combine opportunity found in...
2002-05-09 Chris LattnerEmit:
2002-05-09 Chris Lattner* Print structures types correctly
2002-05-09 Chris Lattner* Continue cleanup of type printing code
2002-05-09 Chris LattnerGut the type printing code so there is only one copy...
2002-05-09 Chris Lattner* Remove dead "constant printing" code
2002-05-09 Chris LattnerRemove gross "Operand" instance variable
2002-05-09 Chris LattnerSimplify and clean up function calls.
2002-05-09 Chris Lattner* Remove dead function
2002-05-09 Chris LattnerMake Getelementptr, load & store all work the right...
2002-05-09 Chris LattnerMany random fixes:
2002-05-09 Chris LattnerIncorporate and purge function before and after printin...
2002-05-09 Chris LattnerFactor out the code to print a value to ONE place.
2002-05-09 Chris LattnerFirst wave of cleanups, looks like the first of many.
2002-05-09 Chris LattnerAdd ability to transform (x - (y - z)) into (x + (z...
2002-05-09 Chris LattnerFix broken testcase
2002-05-09 Chris LattnerClean up dis so that it does not print out code in...
next