oota-llvm.git
2001-11-09 Vikram S. AdveAdd support to print constant arrays and structures.
2001-11-09 Vikram S. AdveDo the same for float->int that we did for int->float...
2001-11-09 Vikram S. AdveAdded function UltraSparcInstrInfo::CreateCodeToCopyFlo...
2001-11-09 Vikram S. AdveAdded class UltraSparcCacheInfo.
2001-11-09 Vikram S. AdveBug fix: Need to include the stack offset "bias" in...
2001-11-09 Vikram S. AdveUse node->getOpCode() instead of node->getMachineInstr...
2001-11-09 Vikram S. AdveCache parameters for target machine.
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-09 Chris LattnerRemove false optimization that basically broke everything
2001-11-08 Chris Lattner* Add better caching of data to avoid silly recusions
2001-11-08 Chris LattnerAdd method decl
2001-11-08 Chris LattnerRemove unneeded forward decl
2001-11-08 Chris LattnerImprove raising significantly
2001-11-08 Chris LattnerPrint the method that makes an instruction invalid
2001-11-08 Ruchira Sasankacorrected insertCode4Spilled ... bug.
2001-11-08 Vikram S. AdveEliminate cleaning step for individual %.bc files creat...
2001-11-08 Vikram S. AdveTook out .clean.bc target.
2001-11-08 Vikram S. AdveRun cleaning pass only when linking multiple files.
2001-11-08 Vikram S. AdveAdd cleaning pass after linking.
2001-11-08 Ruchira SasankaUncommented LR spill code insertion
2001-11-08 Vikram S. AdveKeep *.s files while we're debugging the native code.
2001-11-08 Vikram S. AdveBug fix: need to use .reserve for uninitialized data.
2001-11-08 Vikram S. AdveAdd rule for %.clean.bc.
2001-11-08 Vikram S. AdveBug fix: cannot modify Phi operands while iterating...
2001-11-08 Vikram S. AdveAdd handle to object MachineFrameInfo.
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-11-08 Vikram S. AdveAdd method CreateCodeToCopyIntToFloat.
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-08 Vikram S. AdveMachineCodeForMethod is now an annotation on class...
2001-11-08 Vikram S. AdveAdd handle to TargetMachine object in all Machine....
2001-11-08 Vikram S. AdveAdded support for bitwise logical operators. Use diffe...
2001-11-08 Vikram S. AdveFixed function getEscapedString to follow the Sparc...
2001-11-08 Vikram S. AdveFix bugs in FITOS/D instruction generation.
2001-11-08 Vikram S. AdveAdded new function UltraSparcInstrInfo::CreateCodeToCop...
2001-11-08 Vikram S. AdveRemoved class RegStackOffsets and used class MachineCod...
2001-11-08 Vikram S. AdveUse MachineFrameInfo as base class of UltraSparcFrameIn...
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...
next