Fix compilation problem; make the cast and the LHS be the same type.
[oota-llvm.git] / lib /
2004-11-05 John CriswellFix compilation problem; make the cast and the LHS...
2004-11-05 Chris LattnerRemove dead var
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-11-05 Chris LattnerDo not make i have bigger scope that we need
2004-11-05 Chris LattnerRemove dead vars
2004-11-05 Chris LattnerFix some warnings on VC++
2004-11-04 Nate BegemanThanks to sabre for pointing out that we were incorrect...
2004-11-04 Brian GaekeHandle "call" operands of type long/ulong passed in...
2004-11-03 Chris LattnerDon't call Constant::getNullValue when the argument...
2004-11-02 Chris LattnerFix this function to not say that longs have 8-byte...
2004-11-02 Tanya LattnerAdded gross hacks such as creating my own def-use map...
2004-11-02 Chris LattnerGraphs that are part of equivalence sets can be multi...
2004-11-02 Chris LattnerCorrectly handle new SCC's found as a result of merging...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerFix a warning
2004-11-02 Chris LattnerMinor cleanups
2004-11-02 Chris Lattner* Rearrange code slightly
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerAdd placeholder variable to make Win32 work, applied...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-11-01 Chris LattnerSpeed up the tail duplication pass on the testcase...
2004-11-01 Chris LattnerDo not compute the predecessor list for a block unless...
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-31 Chris LattnerFix comment
2004-10-31 Chris LattnerImprove comment
2004-10-31 Chris LattnerFix another bug in Prolangs-C++/objects
2004-10-31 Chris LattnerOnly call getNodeForValue on pointer arguments! this...
2004-10-31 Chris LattnerAdd more paranoid assertions :)
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-30 Chris LattnerFix some more problems where we called getOffset before...
2004-10-30 Chris LattnerFix three bugs:
2004-10-30 Chris LattnerFix more undefined behavior
2004-10-30 Chris Lattner* Add a method
2004-10-30 Tanya LattnerFixed bug with infinite epilogues.
2004-10-29 Misha Brukman* Fix compilation on AIX: GCC's fixincludes eliminates...
2004-10-29 Brian GaekeChange name of target lib to conform to new naming...
2004-10-29 Brian GaekeRemove dependency on MRegisterInfo::getRegClass
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-10-29 Brian GaekeWhen emitting debug msgs for function stubs, don't...
2004-10-28 Alkis EvlogimenosGep indices must be of int, uint, long or ulong type.
2004-10-28 Reid SpencerFix library name.
2004-10-28 Alkis EvlogimenosFix library name.
2004-10-28 Reid SpencerFix library name.
2004-10-28 Reid SpencerFix name of library
2004-10-28 Reid SpencerMake sure that the yacc and lex output are specified...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Chris LattnerHrm, this code was severely botched. As it turns out...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Chris LattnerInitialize with the correct constant type
2004-10-26 Chris LattnerPlug a memory leak in the asmparser. It turns out...
2004-10-26 Chris Lattneradd support for UndefValue
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-26 Nate BegemanRemove include of MRegisterInfo.h, since it is already...
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-10-26 Chris LattnerFix the interpreter crash that Michael McCracken found
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-26 Nate BegemanUpdate to-do list
2004-10-26 Nate BegemanFix treecc. Also fix a latent bug in emitBinaryConstOp...
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-25 Chris LattnerDisable the JIT until it can sorta kinda work.
2004-10-25 Chris LattnerRemove dead assert
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerFix compatibility with MSVC, patch by Morten Ofstad
2004-10-25 Chris LattnerDo not use variable sized arrays in C++, they are non...
2004-10-25 John CriswellRemoved dead method, printPHICopiesForSuccessors().
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 John CriswellModified switch generation so that only the phi values...
2004-10-24 Nate BegemanImplement more complete and correct codegen for bitfiel...
2004-10-24 Chris LattnerFix the previous bug the correct way. This fixes ptrdi...
2004-10-24 Alkis EvlogimenosMake this actually work.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-23 Misha Brukman* Correctly handle the MovePCtoLR pseudo-instr with...
2004-10-23 Misha BrukmanAdd BA, BL, and BLA opcodes
2004-10-23 Misha Brukman* Do not emit IMPLICIT_DEF pseudo-instructions
2004-10-23 Misha BrukmanDForm_1, particularly used by store instructions, needs...
2004-10-23 Misha BrukmanFix the SPR field for MTLR, MFLR, MTCTR, and MFCTR...
2004-10-23 Misha BrukmanThe value of the XO field for MFLR and MFCTR is 339...
2004-10-23 Misha BrukmanRemove extraneous blank line
2004-10-23 Misha BrukmanAlign function arguments in function headers
2004-10-23 Chris LattnerFix a bug that Brian brought to my attention. This...
2004-10-23 Nate BegemanKill casts from integer types to unsigned byte, when...
2004-10-22 Misha BrukmanUse cleaner quoting and eliminate blank space
2004-10-22 Reid SpencerClean up the output from this makefile so its not verbose.
2004-10-22 Misha BrukmanAdjust rules for building .inc files due to Reid's...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerEliminate compilation warning on uninitialized variable.
2004-10-22 Chris Lattner*** empty log message ***
2004-10-22 Chris LattnerFix a bug Nate noticed, where we miscompiled a simple...
2004-10-22 Reid SpencerWe won't use automake
next