Fix output for building shared libraries per Chris' requirements
[oota-llvm.git] / lib /
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
2004-10-21 Misha BrukmanRemove debug code emitter from the JIT
2004-10-21 Alkis EvlogimenosMake this compile.
2004-10-21 Misha Brukman* Added basic support for JITing functions, basic block...
2004-10-20 Nate BegemanDon't clear or sign extend bool->int. This fires a...
2004-10-20 Brian GaekeExplain what this pass does.
2004-10-20 John CriswellSmall performance improvement in generated C code:
2004-10-19 Misha Brukman* Add baseline structural JIT code, but disable the...
2004-10-19 Chris LattnerHrm, some people complain when the compiler cheerfully...
2004-10-19 Misha BrukmanFix some grammar
2004-10-19 Brian GaekeSimplify mapping info generation. In particular, the...
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Nate BegemanInitial implementation of the strength reduction for...
2004-10-18 Misha BrukmanAIX does not have mkdtemp() so emulate its behavior...
2004-10-18 Chris LattnerImprove compatibility with VC++, patch contributed...
2004-10-18 Chris LattnerGet this file compiling with VC++, patch contributed...
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-10-18 Chris LattnerSimplify code by deleting instructions that preceed...
2004-10-18 Chris LattnerTurn store -> null/undef into the LLVM unreachable...
2004-10-18 Chris LattnerTurn things with obviously undefined semantics into...
2004-10-18 Chris LattnerMy friend the invoke instruction does not dominate...
2004-10-18 Chris LattnerFix a bug that occurs when the constant value is the...
2004-10-17 Chris LattnerPrint a semicolon for the unreacahble instruction....
2004-10-17 Chris LattnerGetting ADCE to interact well with unreachable instruct...
2004-10-17 Chris LattnerFix Regression/Transforms/Inline/2004-10-17-InlineFunct...
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-17 Nate BegemanGenerate correct stubs for weak-linked symbols
2004-10-17 Chris Lattnerfold gep undef, ... -> undef
2004-10-17 Chris LattnerRemove printout, realize that instructions in the entry...
next