Make sure the samples and test directories get distributed.
[oota-llvm.git] / lib /
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...
2004-10-17 Chris LattnerWhen inserting PHI nodes, don't insert any phi nodes...
2004-10-17 Chris LattnerEnhance hasConstantValue to ignore undef values in...
2004-10-17 Chris LattnerhasConstantValue will soon return instructions that...
2004-10-17 Chris LattnerThe first hunk corrects a bug when printing undef null...
2004-10-17 Chris LattnerDon't print stuff out from the code generator. This...
2004-10-17 Reid SpencerMake the library name SparcV9 specific
2004-10-17 Reid SpencerConsolidate the definitions
2004-10-17 Reid SpencerPPC32GenCodeEmitter instead of PowerPCGenCodeEmitter
2004-10-17 Chris LattnerRewrite support for cast uint -> FP. In particular...
2004-10-17 Chris LattnerUnify handling of constant pool indexes with the other...
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-17 Chris Lattnerfold:
2004-10-17 Chris LattnerAll of these labels are off by one now that the unreach...
2004-10-17 Nate BegemanImplement bitfield insert by recognizing the following...
2004-10-17 Chris LattnerFix constant folding relational operators with undef...
2004-10-17 Chris LattnerI forgot that sparc no longer uses the shared asmwriter...
2004-10-17 Chris LattnerAdd support for unreachable and undef
2004-10-16 Chris LattnerImplement constant folding of undef values.
2004-10-16 Chris LattnerFix a type violation
2004-10-16 Nate BegemanFinally fix one of the oldest FIXMEs in the PowerPC...
2004-10-16 Chris LattnerKill the bogon that slipped into my buffer before I...
2004-10-16 Chris LattnerImplement InstCombine/getelementptr.ll:test9, which...
2004-10-16 Chris LattnerDo not erroneously accept revision 6 bytecode files...
2004-10-16 Chris LattnerFix fix fix
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-16 Chris LattnerAdd support for undef
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-16 Chris LattnerParse undef and unreachable
2004-10-16 Chris LattnerAdd support
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerADd support for undef and unreachable
2004-10-16 Chris LattnerTeach the X86 backend about unreachable and undef....
next