oota-llvm.git
2001-11-08 Vikram S. AdveMachine-independent interface to target's stack frame...
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-11-08 Vikram S. AdveAdded two minor methods.
2001-11-08 Vikram S. AdveRemoved class RegStackOffsets and used class MachineCod...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-08 Vikram S. AdveOld file which was moved to include/llvm/Target some...
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-11-07 Chris LattnerAdd analysis pass.
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-11-07 Chris LattnerCorrect problem that allows indirect function calls
2001-11-07 Chris Lattner* Switch to operation on pointers with PointerTy more...
2001-11-07 Chris Lattner1. -Winline emits spurious warnings that aren't useful...
2001-11-07 Chris LattnerKilling warnings
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-11-07 Chris LattnerSquelch warnings about not returning a value
2001-11-07 Vikram S. AdveRoll back all these changes that have broken Makefile...
2001-11-07 Chris LattnerOkay, so this is a huge hack. Fixme later
2001-11-07 Chris Lattner*Print Stack traces better.
2001-11-07 Chris Lattner* Use cached writer to speed up printing and get symbol...
2001-11-07 Chris LattnerImplement CachedWriter class to allow module level...
2001-11-07 Chris LattnerNew class to provide high performance writing.
2001-11-07 Chris LattnerAdd %p format to printf, which MUST be used when printi...
2001-11-06 Chris LattnerImplement log and drand48 for TSP bm
2001-11-06 Chris LattnerMinor fixes
2001-11-06 Chris LattnerAdd notes
2001-11-06 Chris LattnerImplement sqrt, implement printf better, simpler.
2001-11-06 Chris LattnerFix minor bug for shifts
2001-11-06 Chris LattnerPrint out the abridged form of the call instruction.
2001-11-06 Chris LattnerBuild .bc from .c better.
2001-11-06 Chris LattnerDon't forget to make the clean version.
2001-11-06 Vikram S. AdveReally fix Makefile to compile individual tests and...
2001-11-06 Vikram S. AdveMoved *.c files into subdirectory TestSources to avoid...
2001-11-06 Ruchira SasankaFixed bug - added code in pushUnconstrainedIGNodes...
2001-11-06 Chris LattnerReorder paramters to make the command line more easily...
2001-11-06 Chris LattnerFix bugs
2001-11-06 Chris LattnerFix many bugs. Implement PHI transforms & other cycles
2001-11-06 Chris LattnerGive me PHI's space back
2001-11-06 Vikram S. AdveBug fix: uninitialized variable.
2001-11-06 Vikram S. AdveBug fix: Printing AdIBef and AdIAft outside the scope...
2001-11-06 Chris LattnerPrint PHI nodes with zero operands even if they are...
2001-11-05 Chris LattnerFix bug with ADD nodes and malloc promotion
2001-11-05 Chris LattnerFix makefile to compile olden and main benchmarks
2001-11-05 Chris LattnerDon't print spurious linking warnings about methods...
2001-11-05 Chris LattnerUse the expression map correctly.
2001-11-05 Chris LattnerMake the olden benchmarks compile again
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-11-05 Vikram S. AdvePut it back!
2001-11-05 Vikram S. AdveRemoved by mistake; will add it back immediately.
2001-11-05 Vikram S. AdveMake gcc generate assembly files (%.ll) until Chris...
2001-11-05 Vikram S. AdveDelete rule to disassemble %.bc -- need to make it...
2001-11-05 Vikram S. AdveReplaced another HERE.
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...
2001-11-04 Chris LattnerNew file for expression tree conversion
2001-11-04 Chris LattnerRefactor code to share stuff
2001-11-04 Chris Lattner* Relax restriction that prevented malloc promotion...
2001-11-04 Vikram S. AdveGenerate code for Rem instruction.
2001-11-04 Chris LattnerFix obscure nasty bug with bytecode writing that could...
2001-11-04 Chris Lattner* Disable debug output
2001-11-04 Chris LattnerConvert backward conversion of expression trees into...
2001-11-04 Vikram S. AdveFixed instruction information for RDCCR and WRCCR.
2001-11-04 Chris LattnerMinor method rename
2001-11-04 Chris LattnerAdd transformations for Load and GetElementPtr. Fix...
2001-11-04 Chris LattnerFix cast instructions that end up in bad places in...
2001-11-03 Ruchira SasankaAdded an assertion since it seems like AdjList returns...
2001-11-03 Chris LattnerAvoid making a broken transformation!
2001-11-03 Chris LattnerAdd new cleanup pass:
2001-11-03 Chris LattnerAdd a helper function to PHI node
2001-11-03 Ruchira SasankaAdded support for correct spilling of %ccr
2001-11-03 Ruchira SasankaAdded code to support correct saving of %ccr across...
2001-11-03 Chris Lattner* Export method to merge identically named methods
2001-11-03 Chris LattnerExpose method to merge identically named methods
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaMoved InsertCallerSaveInstr to the SparcRegInfo.cpp...
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaCommented out code so that copies are inserted for...
2001-11-03 Chris LattnerBe lenient on types so that programs that are not very...
2001-11-03 Chris LattnerChanges to compile the TSP benchmark successfully....
2001-11-03 Chris LattnerAdd code to link method together with the same name...
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerRemove debugging info
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-11-03 Chris LattnerFix the linker. This bug was not fun to track down...
2001-11-02 Chris LattnerDramatically simplify recursive type processing. Fixed...
2001-11-02 Chris LattnerImprove some debugging code
2001-11-01 Chris LattnerSupport floating point numbers in expodential form...
2001-11-01 Chris LattnerPrint floating point numbers in expodential form so...
2001-11-01 Chris Lattner* Add comments for peepholes
2001-11-01 Chris LattnerAdd DCE as integral part of the level raising to avoid...
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerImplement new simpler constructors for if you don't...
2001-11-01 Chris Lattner* Implement expression type conversion for constant...
2001-11-01 Chris LattnerSimplify DCE code a lot
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-11-01 Chris LattnerAdd simpler to use ctors. Add getType() overload to...
2001-11-01 Chris LattnerAdd new isNullValue method
2001-11-01 Chris Lattner* Convert getelementptr/store pairs into a single store
next