Bug fix: Need to include the stack offset "bias" in assembly code itself.
[oota-llvm.git] / lib /
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 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 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 Ruchira SasankaUncommented LR spill code insertion
2001-11-08 Vikram S. AdveBug fix: need to use .reserve for uninitialized data.
2001-11-08 Vikram S. AdveBug fix: cannot modify Phi operands while iterating...
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. 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. AdveRemoved MachineCodeForMethod object and made it an...
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 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 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 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 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 Ruchira SasankaFixed bug - added code in pushUnconstrainedIGNodes...
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 LattnerDon't print spurious linking warnings about methods...
2001-11-05 Chris LattnerUse the expression map correctly.
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-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 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 Ruchira SasankaArranged stack frame - needs furhter organization
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-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 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 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 Lattner* Convert getelementptr/store pairs into a single store
2001-11-01 Chris LattnerInitial checkin of level raising code, after move and...
2001-11-01 Chris LattnerPropogate name to the malloc itself instead of to the...
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-31 Chris LattnerFix bug when inlining a method that refers to a global...
2001-10-30 Chris LattnerImplement xor operator
2001-10-30 Chris LattnercallExternalMethod now returns the return value of...
2001-10-30 Chris LattnerImplement a gross function name map that must be used...
2001-10-30 Chris Lattner* Add some assertions for checking internal error condi...
next